From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bmD3Q3fwkz34Rc for ; Mon, 21 Jul 2025 21:26:10 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bmD3L6qPnz2xh0 for ; Mon, 21 Jul 2025 21:26:06 +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 4bmD3L15Vfz87; Mon, 21 Jul 2025 21:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1753133166; 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=B0WZu3QaLi7b4LqODtrjNs+ZVFNru2V/28TEbIe04aE=; b=Q/h4mshxZG7cszXtjY5MV9WOzz2RP1Y6+B1fOKy8SH8KJ9+Qi2hdZ2DezpKgWjnNoCxdm5 lR/PVvTaMYOEYr/kiYGum1zH73Z8tulrfzOJKmsJgECnIELbTrRlT10oW4zL1sOWB/NkA7 1wMYhuGcdsoJqfFyIkOmIRIHUXKfvDTsQXNP+tnv97XqO5HxRU3aERFVN7R49OzFO/MLqH pdft1EWBYED3zPxFZPfRi4YsAQuPbOOQW/v+WfCrfQVyIlGAlXVlz8Gz8eT0rYTjlLvRGq ViwXpDierRhvx3HXbgDY7R+zUzxUNSDv23cjnxka/7GcDYCpl7OrgWvh1GtDHg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1753133166; 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=B0WZu3QaLi7b4LqODtrjNs+ZVFNru2V/28TEbIe04aE=; b=bZRgzl2iqO06PO0gxKCgk9TJgwJwxRaA2bP8UMJb2GXRDGEUYSj4B0tGnDkTTmTl5xLsQa wRDgZRnZ2N65ArDA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] automake: Update to version 1.18.1 Date: Mon, 21 Jul 2025 23:25:49 +0200 Message-ID: <20250721212601.3400729-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.18 to 1.18.1 - Update of rootfile not required - Changelog 1.18.1 * Bugs fixed - Undo change to mdate-sh; once again, it does not look at SOURCE_DATE_EPOCH. This change was a misunderstanding that causes problems, not fixes, for reproducible builds. (https://lists.gnu.org/archive/html/automake/2025-06/msg00021.html) - Improve debuggability of installcheck failures. (bug#78850) Signed-off-by: Adolf Belka --- lfs/automake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/automake b/lfs/automake index a7bc466c3..989129d3b 100644 --- a/lfs/automake +++ b/lfs/automake @@ -24,7 +24,7 @@ include Config -VER = 1.18 +VER = 1.18.1 THISAPP = automake-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 45456d6d0fdcd1222c79980ede1df16dfbf18fa4d4698289dbef7c9e24ae8877881678974c5defcce0a9f46b72882b4603e457e8142722174ccf0e495f941550 +$(DL_FILE)_BLAKE2 = 4461062a4d596dd87caec7d388449f5f8fe7a4faede8fd0d77d1fb3bb5d23caabb3b715fbb9f29f33326bec527f3d8da6251d9282d4007cef9af146d28fe96cf install : $(TARGET) -- 2.50.1