Hello, Am Sat, May 10, 2025 at 11:06:28PM +0200 schrieb Bruno Thomsen: > 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/nftables/nftables-1.1.1.tar.xz' > ... > HTTP response 301 Moved Permanently > [http://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz] > Adding URL: https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz > [0] Downloading > 'https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz' ... > Saving '/home/bruno/ptxdist/src/nftables-1.1.1.tar.xz.hLCjFsDPsR' > HTTP response 200 OK > [https://ftp.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz] > > Signed-off-by: Bruno Thomsen <[email protected]> > --- > rules/nftables.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/nftables.make b/rules/nftables.make > index d1b0adb3b..63dfbcff8 100644 > --- a/rules/nftables.make > +++ b/rules/nftables.make > @@ -18,7 +18,7 @@ NFTABLES_VERSION := 1.1.1 > NFTABLES_MD5 := f0a71bcd8c112be7594851b39d4a45c3 > NFTABLES := nftables-$(NFTABLES_VERSION) > NFTABLES_SUFFIX := tar.xz > -NFTABLES_URL := > http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX) > +NFTABLES_URL := > https://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)
Reviewed-by: Alexander Dahl <[email protected]> Greets Alex > NFTABLES_SOURCE := $(SRCDIR)/$(NFTABLES).$(NFTABLES_SUFFIX) > NFTABLES_DIR := $(BUILDDIR)/$(NFTABLES) > NFTABLES_LICENSE := GPL-2.0-only AND GPL-2.0-or-later > -- > 2.49.0 > >
