From patchwork Tue May 10 10:31:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5604 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KyDpv3SyLz3x1v for ; Tue, 10 May 2022 10:31:19 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KyDpt59Fpz454; Tue, 10 May 2022 10:31:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KyDpt4wWxz2ydg; Tue, 10 May 2022 10:31:18 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KyDps5sW8z2xK6 for ; Tue, 10 May 2022 10:31: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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KyDps3sPzz2x; Tue, 10 May 2022 10:31:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652178677; 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; bh=5hhk3CvfdarCTNh+CZm6CAUSaAf8xuaZj597KW6l+20=; b=suQJ+1cJdvLAy4ahyJRFGRk8g2Tn4YquRT7JYoEqEJBZBtltkhyPJqh9vbbmMkgoCOzJit pcYpqKyIdH4D1+AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652178677; 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; bh=5hhk3CvfdarCTNh+CZm6CAUSaAf8xuaZj597KW6l+20=; b=V0Y51zGp2/OsFhlbarJeUGA5Fb6hI8Du45d10GHDuS0QkI4hFlvmWE9psaTnq58Dt+Z59t 2L/uvkx5oLl+UqQpDNjdTcm3LTTUVUus0spSMB6iCN+htNr3DsSpFiiaZL6pkEnKeg5vQ9 orssRR/dOd8nCAQ0Yndq8O8NAVVUddC9KYLEHwmwVSnYT3Kof3hE25eg2Nr94yWJPbiqER VE3VgFMlXxd3dmUo3fXz0M0SQBIP1jFDiSVdN70QR4JCL8PsXAW4Axv4T5rwYuEE8f6o1V 1g4SLUxX0eN3Vg+iKWUe4qxmVlPHnF8LmmR9F/7st5X6SQNc+2hngR0+TY++mg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lmdb: Update to version 0.9.29 Date: Tue, 10 May 2022 12:31:12 +0200 Message-Id: <20220510103112.5307-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 0.9.24 to 0.9.29 - Update of rootfile not required - Changelog - there is no changelog in the source tarball or on the Symas website or in the github repository. The following are extracted from the short log of the git commits https://github.com/LMDB/lmdb/commits/LMDB_0.9.29/libraries/liblmdb Release (0.9.29) ITS#9500 ITS#9500 fix regression from ITS#8662 ITS#9376 simplify ITS#9469 - Typo fixes ITS#9461 fix typo ITS#9461 refix ITS#9376 Release (0.9.28) ITS#8662 Add -a append option to mdb_load Return to RE Release (0.9.27) ITS#9376 Fixes for repeated deletes with xcursor Return to engineering Release 0.9.26 ITS#9278 Silence stupid fallthru warning ITS#9278 fix robust mutex cleanup for FreeBSD Return to engineering Release 0.9.25 ITS#9155 lmdb: free mt_spill_pgs in non-nested txn on end ITS#9118 - Fix typo in prev commit ITS#9118 add MAP_NOSYNC for FreeBSD return to release engineering, ITS#9068 ITS#9068 fix backslash escaping Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/lmdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lmdb b/lfs/lmdb index 891f62e2d..919dfb2fc 100644 --- a/lfs/lmdb +++ b/lfs/lmdb @@ -24,7 +24,7 @@ include Config -VER = 0.9.24 +VER = 0.9.29 THISAPP = lmdb-LMDB_$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f075ec5f4dfb77685188229e20f12c4febe8295c7d35ed15c3db492b68af68cc7f76741078e9bb524d2c38587839f542e964af1e5d6d984bb28bd602caabbb8d +$(DL_FILE)_BLAKE2 = 3f2a48785dd62921af79e0f10b86438085d86f8013f667dcf2f6177535baee26bba74c6a8023e47c6179c8a6be8fd63cf575b30e216b5669de2d58e69757bd1f install : $(TARGET)