From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lmdb: Update to version 0.9.30 Date: Thu, 02 Mar 2023 11:14:14 +0100 Message-ID: <20230302101419.3443689-9-adolf.belka@ipfire.org> In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8802061297765701727==" List-Id: --===============8802061297765701727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.9.29 to 0.9.30 - Update of rootfile not required - The original git repo where the lmdb-LMDB file was obtained from is marked = as a read only mirror of the official repo on openldap.org Going to opemnldap.org then points you to https://git.openldap.org/openlda= p/openldap for the downloads, which also has a newer version of lmdb than the mirror site. - Therefore I have changed over to that location for the source tarball which= requires the name change to openldap-LMDB for the file. Also changed to bz2 version. - Changelog LMDB 0.9.30 Release (2023/02/08) ITS#9806 - LMDB page_split: key threshold depends on page size ITS#9916 - avoid gcc optimization bug on sparc64 linux ITS#9919 - Mark infrequently used functions as cold ITS#9723 - clear C_EOF on cursor with MDB_FIRST_DUP ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips Signed-off-by: Adolf Belka --- lfs/lmdb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/lmdb b/lfs/lmdb index 919dfb2fc..81a295b4a 100644 --- a/lfs/lmdb +++ b/lfs/lmdb @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 0.9.29 +VER =3D 0.9.30 =20 -THISAPP =3D lmdb-LMDB_$(VER) -DL_FILE =3D $(THISAPP).tar.gz +THISAPP =3D openldap-LMDB_$(VER) +DL_FILE =3D $(THISAPP).tar.bz2 DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 3f2a48785dd62921af79e0f10b86438085d86f8013f667dcf2f617= 7535baee26bba74c6a8023e47c6179c8a6be8fd63cf575b30e216b5669de2d58e69757bd1f +$(DL_FILE)_BLAKE2 =3D 849d40187dc3aaddcd118cf6db28a9807854d4b5b34a365f6e076c= cccd556470f117933e3d29cf2678368db2f0c9d264e033a27de310f036e1a65f04ed643fa9 =20 install : $(TARGET) =20 --=20 2.39.2 --===============8802061297765701727==--