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 4fqqR65yr1z37cL for ; Tue, 07 Apr 2026 15:11:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fqqQs6J94z36VX for ; Tue, 07 Apr 2026 15:11:17 +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 4fqqQs4v6Gz5nj; Tue, 07 Apr 2026 15:11:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775574677; 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=PCAOEHtGEW9hoxLD3csbIc9V4oXUKIsc8iOzLr2HzIk=; b=UwHl9rk2rHkaE2d/AYT2UpHetvXK4Rw+NjX0676NQDo4iF9jeLleRH8RbqKTGuJUR8WwOV iim1Ri43cXpb57DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775574677; 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=PCAOEHtGEW9hoxLD3csbIc9V4oXUKIsc8iOzLr2HzIk=; b=kgtt7cRlnLM9YiZ3qdNOm9UVV8x+K2Ho3Dgk9LrS0khkhS36uWDGpS0IW4Dq/5gbziOyfl mqp81WrfHxp/sss+Bigmbnk5DHZkzGPjUGS324Un9e2wdRm6qqqQ5K8Du61jtmeRV0O8PL 3Fbif4wdijmHa4/BSrFleOjPAIFxVUFhc3cO6CZqU10PnlhNOV3lui0RD45G5jXiFOo55F 3+fldv8c3VuVxWBlgWuBnplR0Yr0EvGJV6duYSt5wsWAVN4CUF3qF0l19Dh4U09EuPWy0v QQnFcG4dDCJHB/G9/SsCVFlKQeL0jbcraxqsQ+sS7Awej0dm5utBAoMNp8pS9w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lmdb: Update to version 0.9.35 Date: Tue, 7 Apr 2026 17:10:53 +0200 Message-ID: <20260407151108.3472751-20-adolf.belka@ipfire.org> In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org> References: <20260407151108.3472751-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.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 --- 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 # +# Copyright (C) 2007-2026 IPFire Team # # # # 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