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.31 Date: Mon, 18 Dec 2023 18:28:58 +0100 Message-ID: <20231218172911.2531726-7-adolf.belka@ipfire.org> In-Reply-To: <20231218172911.2531726-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5350935623673543862==" List-Id: --===============5350935623673543862== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.9.30 to 0.9.31 - Update of rootfile not required - Changelog 0.9.31 Release (2023/07/10) ITS#8447 - Fix cursor_put(MDB_CURRENT) on DUPSORT DB with different sized da= ta Signed-off-by: Adolf Belka --- lfs/lmdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lmdb b/lfs/lmdb index 81a295b4a..87f19833b 100644 --- a/lfs/lmdb +++ b/lfs/lmdb @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.9.30 +VER =3D 0.9.31 =20 THISAPP =3D openldap-LMDB_$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 849d40187dc3aaddcd118cf6db28a9807854d4b5b34a365f6e076c= cccd556470f117933e3d29cf2678368db2f0c9d264e033a27de310f036e1a65f04ed643fa9 +$(DL_FILE)_BLAKE2 =3D c1f8ebc7fdaa0b337e093cc6e20cdb824b2154eb09b070e93a802e= 2115c8b865a4960558ffcf1681714fe049b264b2fcdf23b592a4f91e9735634309d98012c2 =20 install : $(TARGET) =20 --=20 2.43.0 --===============5350935623673543862==--