From 16085a73d1c4fe36cb8f4c69755a3c5b07615807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sat, 21 Jan 2023 19:27:26 +0000 Subject: [PATCH] iptables: update to 1.8.9. --- ...tions-add-check-to-the-phony-targets.patch | 30 ------------------- srcpkgs/iptables/template | 6 ++-- 2 files changed, 3 insertions(+), 33 deletions(-) delete mode 100644 srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch diff --git a/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch b/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch deleted file mode 100644 index 6721ee010fe7..000000000000 --- a/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 35ddfd15b4742f73fd677ea6fb1a6bfa5fa709a9 Mon Sep 17 00:00:00 2001 -From: Anthony Iliopoulos -Date: Mon, 15 Feb 2021 13:24:04 +0100 -Subject: [PATCH] extentions makefile: add check to the phony targets - -check-recurse from the top level makefile errors out when descenting -into the extentions directory, since the makefile there doesn't include -a check target. - -Signed-off-by: Anthony Iliopoulos ---- - extensions/GNUmakefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git extensions/GNUmakefile.in extensions/GNUmakefile.in -index 956ccb3..78ce2ee 100644 ---- a/extensions/GNUmakefile.in -+++ b/extensions/GNUmakefile.in -@@ -79,7 +79,7 @@ targets_install := - - .SECONDARY: - --.PHONY: all install uninstall clean distclean FORCE -+.PHONY: all install uninstall check clean distclean FORCE - - all: ${targets} - --- -2.30.1 - diff --git a/srcpkgs/iptables/template b/srcpkgs/iptables/template index a55003cc07ac..43e1f2e419a2 100644 --- a/srcpkgs/iptables/template +++ b/srcpkgs/iptables/template @@ -1,6 +1,6 @@ # Template file for 'iptables' pkgname=iptables -version=1.8.7 +version=1.8.9 revision=1 build_style=gnu-configure configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler" @@ -11,8 +11,8 @@ short_desc="Linux IPv[46] packet filtering ruleset" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.netfilter.org/" -distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2" -checksum=c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0 +distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.xz" +checksum=ef6639a43be8325a4f8ea68123ffac236cb696e8c78501b64e8106afb008c87f alternatives=" iptables:ip6tables:/usr/bin/xtables-legacy-multi iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi