From patchwork Mon Nov 28 19:09:21 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: 6208 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 4NLZlg5H4Rz3xfS for ; Mon, 28 Nov 2022 19:09:35 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NLZld5HtSz2JJ; Mon, 28 Nov 2022 19:09:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLZld33Mtz2xZK; Mon, 28 Nov 2022 19:09:33 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NLZlc0Mj0z2xBD for ; Mon, 28 Nov 2022 19:09:32 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NLZlb1GLxz10Z for ; Mon, 28 Nov 2022 19:09:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669662571; 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=fb66BhW3Pz5sY5iLDC16pTe3dd95Zi+95UqtQ5IQFSk=; b=2ktDwsTZRc/S3qclgjIyFsqA7LasdnNv1dcx5EBkM8Vvy7pPdGUoq1L0QzqqQDrS1d5oOJ DU9pL5rGSC19GyBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669662571; 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=fb66BhW3Pz5sY5iLDC16pTe3dd95Zi+95UqtQ5IQFSk=; b=B3W2cmCZ73biX6qmAyWHMAEAzGgulNpt8R3110aYPcPfv78lx98CkkbfWebBag71rsaP4I NygrRwuCTeLhc+cvimPLQEmfV8ZYUhDhq8c0KrZT2zRQ3jL7xksbaWZrmH8NqtE6isWs8N GwWqqpU5QYOVB+eCYXE0M4GfMfAdKwuVOWXD+YcEG4+XcWvjcAHY5PrXDEVm4PAMwVobcO aaIwKzaW+nJc2d6NXznMyUiIMSPhOc15s4SCdzKoUnBTEJUoPDVc5byH9cMYKdT3+cOvjf qhSvu78cdFl+ZS+fMzgIrCSAgv0Tz8ZTJHtoGMHzA1eLI+nOr/urxzBkLUJtWQ== Message-ID: <26bf1fd9-ac27-a57a-cb96-3b95822bcb01@ipfire.org> Date: Mon, 28 Nov 2022 20:09:21 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] autoconf: Update to 2.71 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 --- autoconf/autoconf.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autoconf/autoconf.nm b/autoconf/autoconf.nm index a411bf923..3acdc127e 100644 --- a/autoconf/autoconf.nm +++ b/autoconf/autoconf.nm @@ -4,12 +4,12 @@ ############################################################################### name = autoconf -version = 2.69 -release = 2 +version = 2.71 +release = 1 arch = noarch groups = Development/Tools -url = http://www.gnu.org/software/autoconf/ +url = https://www.gnu.org/software/autoconf/ license = GPLv2+ summary = A GNU tool for automatically configuring source code. @@ -20,7 +20,7 @@ description specify various configuration options. end -source_dl = http://ftp.gnu.org/gnu/autoconf/ +source_dl = https://ftp.gnu.org/gnu/autoconf/ sources = %{thisapp}.tar.xz build