public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] lmdb: Update to version 1.0.2
Date: Wed, 16 Sep 2026 16:35:50 +0200	[thread overview]
Message-ID: <20260916143552.3536823-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260916143552.3536823-1-adolf.belka@ipfire.org>

- 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 <adolf.belka@ipfire.org>
---
 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



  parent reply	other threads:[~2026-09-16 14:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-16 14:35 [PATCH] cifs-utils: Update to version 7.7 Adolf Belka
2026-09-16 14:35 ` [PATCH] core205: Ship lmdb Adolf Belka
2026-09-16 14:35 ` [PATCH] core205: Ship strongswan Adolf Belka
2026-09-16 14:35 ` Adolf Belka [this message]
2026-09-16 14:35 ` [PATCH] rpcbind: Update to version 1.3.1 Adolf Belka
2026-09-16 14:35 ` [PATCH] strongswan: Update to version 6.1.0 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260916143552.3536823-4-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox