From patchwork Mon Dec 18 17:28:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7400 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Sv6JZ3FJqz3wtx for ; Mon, 18 Dec 2023 17:29:34 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Sv6JY4YxYz4Qg; Mon, 18 Dec 2023 17:29:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Sv6JY3qRBz2xZ9; Mon, 18 Dec 2023 17:29:33 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Sv6JK3vM7z30WX for ; Mon, 18 Dec 2023 17:29:21 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Sv6JK2QdGzyP; Mon, 18 Dec 2023 17:29:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1702920561; 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=0+Jd+//0+RYXvUgirGUnnb6+2hvgNYo0WSa37wdCJ3Y=; b=/18B+MedEaaleYdf7OITSH85JrVY1gMPwhndWfI5VHJPQ+1Ma9H/F0fDsm3nDIehdS7fUI 6dZeWk6jNV5pWaDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1702920561; 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=0+Jd+//0+RYXvUgirGUnnb6+2hvgNYo0WSa37wdCJ3Y=; b=s9lTYHLEAH48VoXfh7TT521sqnWYNpaC1Qstd0/nW3hnUNtXmS5AtNAGvyPgCw78YpM3tR v0DT2rXyQbd7tEZ2rrstszLORq5JrXeLw2TSeOXd4I4TnMMj/mPEbhAG9UbXp9jtaM40ZR xhJr2nak3j9aRsMbgD5dvB1WSigwY7dHUpPfRy/AmYKnL1jXpw8E8k+KxLocAsGqBuPDK2 ShL2Lm8TnCijhUhGRfdOv1dKcXVYfj+h5uOiXFvzFLiYiRrnO7LLXyipgecFlzCcAuiix1 6gotf91j/Bd47kdDkog7kRdRBOe5Zg9s//ekeWL3BlMAoppHC3eXnBM+PwswxA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lmdb: Update to version 0.9.31 Date: Mon, 18 Dec 2023 18:28:58 +0100 Message-ID: <20231218172911.2531726-7-adolf.belka@ipfire.org> In-Reply-To: <20231218172911.2531726-1-adolf.belka@ipfire.org> References: <20231218172911.2531726-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: NTOE7G5YHQDNSG3MWAADYB3TNOBSJDDS X-Message-ID-Hash: NTOE7G5YHQDNSG3MWAADYB3TNOBSJDDS 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 version 0.9.30 to 0.9.31 - Update of rootfile not required - Changelog 0.9.31 Release (2023/07/10) ITS#8447 - Fix cursor_put(MDB_CURRENT) on DUPSORT DB with different sized data Signed-off-by: Adolf Belka --- lfs/lmdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lmdb b/lfs/lmdb index 81a295b4a..87f19833b 100644 --- a/lfs/lmdb +++ b/lfs/lmdb @@ -24,7 +24,7 @@ include Config -VER = 0.9.30 +VER = 0.9.31 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 = 849d40187dc3aaddcd118cf6db28a9807854d4b5b34a365f6e076ccccd556470f117933e3d29cf2678368db2f0c9d264e033a27de310f036e1a65f04ed643fa9 +$(DL_FILE)_BLAKE2 = c1f8ebc7fdaa0b337e093cc6e20cdb824b2154eb09b070e93a802e2115c8b865a4960558ffcf1681714fe049b264b2fcdf23b592a4f91e9735634309d98012c2 install : $(TARGET)