From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hlLzZ1lnPz32VM for ; Wed, 16 Sep 2026 14:36:10 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hlLzV1vH1z2ycN for ; Wed, 16 Sep 2026 14:36:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hlLzV0H8Mz5h2; Wed, 16 Sep 2026 14:36:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789569366; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mParJqxE0TuJLYgDhkSER5pbuLjCn6Lu/vCE2VPGAWM=; b=MP+xxpDXfQ7L8r3yoO5ewiA8mEzGtTuqodKVYW/4jvVMW6+oGy6jrfBa8I9zraEM/FMuBP r+i3zV877SE9oACQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789569366; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mParJqxE0TuJLYgDhkSER5pbuLjCn6Lu/vCE2VPGAWM=; b=v3491uu8lud4m0yBzuDHuO9pKkSzFNvLBVxpMWHpBoivB6VI0zxn+bOwNblGSOkfDLml4H 8j/V+x0+6tddgCR+ViM9Fdr7unIEzJEmNdK5ueFHNXeBn+ReRbcGJBFWItdnJPJb1u2zAq 8beuFOKwQqd20K8lGOCrg9MvyeXIzZF6yx8W3J/bLkTrqnAul4SGG3/K8es1jnRIzJgJDK LFp6S/wCOrlssi5GkrnkobEH0XmwyXSeDhcvkliyene7T8dk7cDwjH9dSPmy1yUF0S+mUl g38xR2Iw130BEJLGrNUsWMWzl4/CC8fIGSTSsf7w7sMzZNTRzdeKuMGDemkJ5A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lmdb: Update to version 1.0.2 Date: Wed, 16 Sep 2026 16:35:50 +0200 Message-ID: <20260916143552.3536823-4-adolf.belka@ipfire.org> In-Reply-To: <20260916143552.3536823-1-adolf.belka@ipfire.org> References: <20260916143552.3536823-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 0.9.35 to 1.0.2 - Update of rootfile - Changelog 1.0.2 ITS#10569 - fix version in lmdb.pc ITS#10572 - more upgrade notes ITS#10575 - Windows WRITEMAP fix 1.0.1 ITS#10529 - invalidate DBIs in rollback ITS#10534 - update mdb_env_get_maxkeysize() doc ITS#10536 - re-fix mdb_drop(MAIN_DBI) ITS#10538 - fix large writes on Windows ITS#10539 - Windows build fixes ITS#10540 - cleanup outdated license notices ITS#10542 - Windows buffered/writethru write behavior ITS#10551 - fix mdb_page_split nodesize calculation ITS#10553 - Another Windows build fix 1.0.0 Many fixes/enhancements 0.9.36 ITS#7772 - limit sub-page growth when re-adding existing data ITS#8335 - more input validation for put(MDB_MULTIPLE) ITS#8386 - be a bit more precise that mdb_get retrieves data in intro.doc ITS#8590 - suppress SIGPIPE on Mac OSX for mdb_copy/compact ITS#8739 - don't use fdatasync on FreeBSD 11.0 and older ITS#8824 - mdb_dump: cleanup check for MDB_SUCCESS ITS#9388 - fix mdb_stat page counts for dupsort DBs ITS#10054 - fix write of 2GB values ITS#10108 - mdb_dump: fix comment ITS#10454 - fix metapage sync on Mac OSX ITS#10504 - silence linker warning on Mac OSX ITS#10522 - reject 0-length values in DUPSORT DBs ITS#10538 - fix large writes on Windows Signed-off-by: Adolf Belka --- config/rootfiles/common/lmdb | 4 ++++ lfs/lmdb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/lmdb b/config/rootfiles/common/lmdb index a65849b9e..b250bb047 100644 --- a/config/rootfiles/common/lmdb +++ b/config/rootfiles/common/lmdb @@ -1,10 +1,14 @@ #usr/bin/mdb_copy +#usr/bin/mdb_drop #usr/bin/mdb_dump #usr/bin/mdb_load #usr/bin/mdb_stat #usr/include/lmdb.h usr/lib/liblmdb.so +usr/lib/liblmdb.so.1 +usr/lib/liblmdb.so.1.0 #usr/share/man/man1/mdb_copy.1 +#usr/share/man/man1/mdb_drop.1 #usr/share/man/man1/mdb_dump.1 #usr/share/man/man1/mdb_load.1 #usr/share/man/man1/mdb_stat.1 diff --git a/lfs/lmdb b/lfs/lmdb index 407ea7703..f7f00aac0 100644 --- a/lfs/lmdb +++ b/lfs/lmdb @@ -24,7 +24,7 @@ include Config -VER = 0.9.35 +VER = 1.0.2 THISAPP = openldap-LMDB_$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2c0b8c732cf774ac373420f41c95cbded18a8a23215351944ba51ae61f265aa80ba08dcf376d8f9105b02a31c3f0ff78d1920a52f1daa8630df8e5a1ab1638dd +$(DL_FILE)_BLAKE2 = a29847c099f238773799ceee1aab0fac62e5d129717408a81bd2d2d59fa360d64264092d9b0c54d7e3f39f43cad5bd05e2c841ca52d172cb60d577a6f6fd80b7 install : $(TARGET) -- 2.55.0