From patchwork Tue Feb 2 21:46:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3851 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DVdfh6bXYz3wyg for ; Tue, 2 Feb 2021 21:46:04 +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 4DVdfh4004z4j5; Tue, 2 Feb 2021 21:46:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DVdfh3Ll4z2xd6; Tue, 2 Feb 2021 21:46:04 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DVdfg2v3Tz2xNt for ; Tue, 2 Feb 2021 21:46:03 +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 4DVdff6bC6z3ty; Tue, 2 Feb 2021 21:46:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1612302363; 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=im5HteNQ/SjU2hfDpwAVoQzzr+obzdxLvbm3zlQaWq0=; b=uiHVVol9RQ/Tlw2PMUg6HtHQftbuxdzZbBYHOwm4A7nX0aLLlk2ymoDeRrzQNX3Ic75tv0 QVekBTt4+DLYCZCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1612302363; 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=im5HteNQ/SjU2hfDpwAVoQzzr+obzdxLvbm3zlQaWq0=; b=DlDM6cuXcfBbSh9ccx4tTMDGmBBd6aGo39/67oAUkosaXcUU6QZl7duxJUZjDBpq1LdPjQ ze/iLU1E/xVSncmqDvUP3IxvJ4V8ThuBnScBEmDQ0RaMXyK8nyprSN5GAbxgajZopLPngJ JGTTygOp00uEz+eAVugMgmjiewEo2oDzRPiToNtBJBrma6eFgmo17MoGYPt6cH7VmQGZJr p2tGJb3um7pYCll+PPspKcCHcPg0bmTKkaEQBy1ykk+umv+N/Jh/UwBa3kOPvqKpH84Cno 9y9qUyu9K0uBTUxCF+2vkAjUPdjNZpNJiz1PKNkYzFaSQ30uzdzJX7bTleRyZg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] automake: Update to 1.16.3 Date: Tue, 2 Feb 2021 22:46:01 +0100 Message-Id: <20210202214601.3148108-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 automake from 1.16.2 to 1.16.3 - No change to rootfile - New in 1.16.3: * New features added - In the testsuite summary, the "for $(PACKAGE_STRING)" suffix can be overridden with the AM_TESTSUITE_SUMMARY_HEADER variable. * Bugs fixed - Python 3.10 version number no longer considered to be 3.1. - Broken links in manual fixed or removed, and new script contrib/checklinkx (a small modification of W3C checklink) added, with accompany target checklinkx to recheck urls. - install-exec target depends on $(BUILT_SOURCES). - valac argument matching more precise, to avoid garbage in DIST_COMMON. - Support for Vala in VPATH builds fixed so that both freshly-generated and distributed C files work, and operation is more reliable with or without an installed valac. - Dejagnu doesn't break on directories containing spaces. * Distribution - new variable AM_DISTCHECK_DVI_TARGET, to allow overriding the "make dvi" that is done as part of distcheck. * Miscellaneous changes - install-sh tweaks: . new option -p to preserve mtime, i.e., invoke cp -p. . new option -S SUFFIX to attempt backup files using SUFFIX. . no longer unconditionally uses -f when rm is overridden by RMPROG. . does not chown existing directories. - Removed function up_to_date_p in lib/Automake/FileUtils.pm. We believe this function is completely unused. - Support for in-tree Vala libraries improved. - Full change details are in ChangeLog file in tarball Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/automake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/automake b/lfs/automake index 0dcb58983..08da70bcd 100644 --- a/lfs/automake +++ b/lfs/automake @@ -24,7 +24,7 @@ include Config -VER = 1.16.2 +VER = 1.16.3 THISAPP = automake-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6cb234c86f3f984df29ce758e6d0d1d7 +$(DL_FILE)_MD5 = c27f608a4e1f302ec7ce42f1251c184e install : $(TARGET)