- Update from version 0.9.33 to 0.9.35
- No change to rootfile
- Changelog
    0.9.35
        ITS#10434 - Fix typo affecting Mac OSX
    0.9.34
        ITS#9564 - fix race condition freeing spilled pages at end of 
transaction
        ITS#10222 - Update mdb_dump(1) and mdb_load(1) man pages for append 
(-a) option
        ITS#10275 - mdb_load: add -Q option to use NOSYNC
        ITS#10296 - fix fdatasync on MacOS
        ITS#10342 - fix memleak in mdb_txn_begin for nested txns
        ITS#10346 - fix mdb_env_copy2 with values > (2GB-16)
        ITS#10355 - fix mplay build on musl
        ITS#10396 - fix mdb_cursor_del0 with multiple DUPSORT cursors
        ITS#10419 - add support for NetBSD
        ITS#10420 - add support for Haiku
        ITS#10421 - mdb_load: check for malicious input

Signed-off-by: Adolf Belka <[email protected]>
---
 lfs/lmdb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/lmdb b/lfs/lmdb
index 2da8f1fe2..407ea7703 100644
--- a/lfs/lmdb
+++ b/lfs/lmdb
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <[email protected]>                     #
+# Copyright (C) 2007-2026  IPFire Team  <[email protected]>                     #
 #                                                                             #
 # 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,7 +24,7 @@
 
 include Config
 
-VER        = 0.9.33
+VER        = 0.9.35
 
 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 = 
d5f3df15b0b2b036121cf6c82d6ef5a7298d6a9e7476fa8f94f02bf39812684b3463de4971b782e52883e1b354d6833017cf95aebd99c1761990504bd63b2eb3
+$(DL_FILE)_BLAKE2 = 
2c0b8c732cf774ac373420f41c95cbded18a8a23215351944ba51ae61f265aa80ba08dcf376d8f9105b02a31c3f0ff78d1920a52f1daa8630df8e5a1ab1638dd
 
 install : $(TARGET)
 
-- 
2.53.0


Reply via email to