From patchwork Mon Nov 28 18:53:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6206 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NLZPW1Tf0z3xfS for ; Mon, 28 Nov 2022 18:53:51 +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 4NLZPT0k47z2Jy; Mon, 28 Nov 2022 18:53:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLZPS6zYgz2xZK; Mon, 28 Nov 2022 18:53:48 +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 4NLZPR2DSDz2xBD for ; Mon, 28 Nov 2022 18:53:47 +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 4NLZPN1nD6zPv for ; Mon, 28 Nov 2022 18:53:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669661626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ID8kAvmiRnZIMxFXWm1ApcEksomnMDGHpCigl5I3qeQ=; b=LV7CsY1CjRFmiwUs0C8Dtc97mHzZEoCMbMKblpOMfqwz72aTrk/Sk8vbWg477JDwb6oO40 CSRRwMSmg4tr/FCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669661626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ID8kAvmiRnZIMxFXWm1ApcEksomnMDGHpCigl5I3qeQ=; b=SnyIOfy13bjB++7QLfGTVRn0SeCf60ZhICiVPOzrQnTDYYR4smdOz0xiY6AXBd8THKX0bP KVYrMDZBneVYemlbffmK+ba/sYLHwBFmS/1/ygSQuiuNJ3Vk5Y7UIu40tlG/lnZx0WKWwf uHj0sLldJhvBOh9WYOLtaMETo4J4AlM9i5r1Cs1zbcelRCwSZMb5zsX3Rq90CjWq9XG7c3 r1kdj2Xk7kNPciraVn9FWaP2GIhWf2+tmJ2l9L13LUmko6MvQEdvEoFGAFHvfuzU6kbjzH rBLAYheDwt2qn2bdB3QBDjZJnqWvq7uDCz/VNc9H3y8ShsdzMa2+gjeQlPLXZw== Message-ID: Date: Mon, 28 Nov 2022 19:53:35 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH 1/2] automake: Update to 1.16.5 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" Signed-off-by: Peter Müller --- automake/automake.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automake/automake.nm b/automake/automake.nm index 21b24784d..96df054ef 100644 --- a/automake/automake.nm +++ b/automake/automake.nm @@ -4,12 +4,12 @@ ############################################################################### name = automake -version = 1.16.1 +version = 1.16.5 release = 1 arch = noarch groups = Development/Tools -url = http://www.gnu.org/software/automake/ +url = htts://www.gnu.org/software/automake/ license = GPLv2+ summary = A GNU tool for automatically configuring source code. @@ -18,7 +18,7 @@ description files compliant with the GNU Coding Standards. end -source_dl = http://ftp.gnu.org/gnu/automake/ +source_dl = https://ftp.gnu.org/gnu/automake/ sources = %{thisapp}.tar.xz required_autoconf_version = 2.62