From patchwork Sun Sep 15 16:43:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8123 Return-Path: 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4X6DQM4kkpz3wxp for ; Sun, 15 Sep 2024 16:43:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4X6DQH2C10z3lw; Sun, 15 Sep 2024 16:43:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X6DQH03LYz346r; Sun, 15 Sep 2024 16:43:51 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4X6DQC6KPXz32Rt for ; Sun, 15 Sep 2024 16:43:47 +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 4X6DQC4K3yz1sb; Sun, 15 Sep 2024 16:43:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726418627; 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=8YZsATwtcHbnY31hkXH1tF+KEUkt8cocx97A0chzk94=; b=EhoUSbexmUZ8qb0pko0JvScl72L5nqd5udPB+R5Wuj5j4bMMCMON0e+Fbut5o1vaCo50xa OPbE/LsThLax3iCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726418627; 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=8YZsATwtcHbnY31hkXH1tF+KEUkt8cocx97A0chzk94=; b=EgP44sWic33PSonnODZ+lgaoInN6kZMsB5HZnqds/A9zG1oju6u3d3NyRs5d1vIVyycCAn 2bVm8AoC8K5K+suPkZwlaC0/H0d53MeNcUrlrjAvgNoq5uyA9ACK5dPOFzVocaNcRkH+Px m04kgy1qJyEEpcsb7DAn3/KCE7u2BR6B299CKfnv0E0IzHWOIaalfVRfoTxv1n3p+opDe7 wBVAI1bFMu8WlLXUWU7dZL8RqGTqe4xZ+onlTnX1zyTQZM2WwKbI6cJb8yVICeRGdk81Am SQfNKqoN/Ci9lg1ml6ICBxAc5li6kIfODVzdhvHNq5Cu3YtSoJ9nORMnN/eylw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lmdb: Update to version 0.9.33 Date: Sun, 15 Sep 2024 18:43:35 +0200 Message-ID: <20240915164342.4134180-2-adolf.belka@ipfire.org> In-Reply-To: <20240915164342.4134180-1-adolf.belka@ipfire.org> References: <20240915164342.4134180-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: SYFJUQT3DSUMCVWLLYXCJCDV2344E7EE X-Message-ID-Hash: SYFJUQT3DSUMCVWLLYXCJCDV2344E7EE X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from 0.9.31 to 0.9.33 - Update of rootfile not required - Changelog 0.9.33 ITS#9037 mdb_page_search: fix error code when DBI record is missing ITS#10198 For win32, stop passing ignored parameter ITS#10212 Fix meta page usage by read only tools 0.9.32 ITS#9378 - Add ability to replay log and replay log tool ITS#10095 - partial revert of ITS#9278. The patch was incorrect and introduced numerous race conditions. ITS#10125 - mdb_load: fix cursor reinit in Append mode ITS#10137 - Allow users to define MDB_IDL_LOGN Signed-off-by: Adolf Belka --- lfs/lmdb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/lmdb b/lfs/lmdb index 87f19833b..2da8f1fe2 100644 --- a/lfs/lmdb +++ b/lfs/lmdb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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.31 +VER = 0.9.33 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 = c1f8ebc7fdaa0b337e093cc6e20cdb824b2154eb09b070e93a802e2115c8b865a4960558ffcf1681714fe049b264b2fcdf23b592a4f91e9735634309d98012c2 +$(DL_FILE)_BLAKE2 = d5f3df15b0b2b036121cf6c82d6ef5a7298d6a9e7476fa8f94f02bf39812684b3463de4971b782e52883e1b354d6833017cf95aebd99c1761990504bd63b2eb3 install : $(TARGET)