From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:15:20 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5Oi-005Pxq-2c for lore@lore.pengutronix.de; Wed, 14 May 2025 08:15:20 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uF5Oi-0006gH-K6; Wed, 14 May 2025 08:15:20 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uF5I0-00072v-KD; Wed, 14 May 2025 08:08:24 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5Hz-002fDB-3B; Wed, 14 May 2025 08:08:24 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5I0-00270a-1E; Wed, 14 May 2025 08:08:24 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:08:24 +0200 Message-Id: <20250514060824.503589-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250510210628.49297-4-bruno.thomsen@gmail.com> References: <20250510210628.49297-4-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] iptables: update URL X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bruno Thomsen Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as b75ffad5f1d6fdac335420b09072538816b87d24. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:08:24 +0200, Bruno Thomsen wrote: > Current download URL returns 301 Moved Permanently. > > Download log: > > GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader > [0] Downloading 'http://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz' ... > HTTP response 301 Moved Permanently [http://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz] > Adding URL: https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz > [0] Downloading 'https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz' ... > Saving '/home/bruno/ptxdist/src/iptables-1.8.11.tar.xz.QiYawvO7Gm' > HTTP response 200 OK [https://ftp.netfilter.org/pub/iptables/iptables-1.8.11.tar.xz] > > Signed-off-by: Bruno Thomsen > Message-Id: <20250510210628.49297-4-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/iptables.make b/rules/iptables.make > index b55378c28e5c..f5c65547f2c0 100644 > --- a/rules/iptables.make > +++ b/rules/iptables.make > @@ -23,7 +23,7 @@ IPTABLES_VERSION := 1.8.11 > IPTABLES_MD5 := 44191ce12055da9790a92429c771ba50 > IPTABLES := iptables-$(IPTABLES_VERSION) > IPTABLES_SUFFIX := tar.xz > -IPTABLES_URL := http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX) > +IPTABLES_URL := https://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX) > IPTABLES_SOURCE := $(SRCDIR)/$(IPTABLES).$(IPTABLES_SUFFIX) > IPTABLES_DIR := $(BUILDDIR)/$(IPTABLES) > IPTABLES_LICENSE := GPL-2.0-only