lmdb: Update to version 1.0.2
Commit Message
- 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(-)
@@ -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
@@ -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)