Thanks, applied as b75ffad5f1d6fdac335420b09072538816b87d24. Michael
[sent from post-receive hook] On Wed, 14 May 2025 08:08:24 +0200, Bruno Thomsen <[email protected]> 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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
