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 4cBGt24K3xz30Vb for ; Tue, 26 Aug 2025 18:49:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGsw0mckz32vw for ; Tue, 26 Aug 2025 18:49:24 +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 4cBGsv62Nqz5G4; Tue, 26 Aug 2025 18:49:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234163; 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=035kxa01NpC2K+vdnPYrjpJWQ2M+hHbuoKn1kuEwS30=; b=sqjd6ZjBt+tc2SutO80/I9YM0hxMEWC5iJ+nq9tRb4l8EVPW+hcdm3wqZIvGtRxaKV2iRX tM+Z1kyXAdRmz9Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234163; 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=035kxa01NpC2K+vdnPYrjpJWQ2M+hHbuoKn1kuEwS30=; b=i6cJuKmSefD5MI7/qxehULzqkxI+VQiL6QJmKJEYWplosbH+M+IVqirn10HaYKSk5GM2/V HArsSDluGVmKZAG922PpJkheSbfvA8NzDNyWiLjK85Mbd+A90D9cRl/H4T9nCwlcnDrbD7 90QpLzkJll0asBYmaB6+R88q3Jbf9pb/TqfkASzIhhwmEemXu17/BKJMUMRfq+TZOHyVvK Hnn2hcy/Kt9mdhDxvKGxauBxjW++ko0/bOAGo3wrbnmt1vmqh16g31r12rYecy6O5YpiLd jUEcsgwv871XWY7oKXchoyJq9buoN7p/Nb6of5tW4C6Iwp+cYDbYgWpCt8oI9Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] gdbm: Update to version 1.26 Date: Tue, 26 Aug 2025 20:48:53 +0200 Message-ID: <20250826184904.6229-12-adolf.belka@ipfire.org> In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org> References: <20250826184904.6229-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 1.25 to 1.26 - Update of rootfile not required - Changelog 1.26 * Fixed build on musl libc * Fixed build on MacOS * Improved testsuite Signed-off-by: Adolf Belka --- lfs/gdbm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/gdbm b/lfs/gdbm index 4fd3cae7e..d762f47e9 100644 --- a/lfs/gdbm +++ b/lfs/gdbm @@ -24,7 +24,7 @@ include Config -VER = 1.25 +VER = 1.26 THISAPP = gdbm-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6abf5f77823dda7ebcaa775d58f7a311c8f73c7521fe223398b5cb4b4831ad177cfd87fd42f2b24ca2fc5984af7d51abcc5e509ceb6aab2746a52aecb550654b +$(DL_FILE)_BLAKE2 = 9423ea16ee3e8f1ce57ea32371f49919e2a3819a206a61ce927676a08a71a6a495d3949714bff7be789dfce75bf0ab0ac76f07ec673b71a84ae32bd8cd483781 install : $(TARGET) -- 2.51.0