From 730bfaf4a1775c4824f1e237c1bf54439250460c Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 15 Feb 2021 13:28:17 +0100 Subject: [PATCH] iptables: update to 1.8.7. --- ...tions-add-check-to-the-phony-targets.patch | 30 +++++++++++++++++++ srcpkgs/iptables/template | 6 ++-- 2 files changed, 33 insertions(+), 3 deletions(-) create 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 new file mode 100644 index 00000000000..aa37afc3988 --- /dev/null +++ b/srcpkgs/iptables/patches/0001-extentions-add-check-to-the-phony-targets.patch @@ -0,0 +1,30 @@ +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 +--- extensions/GNUmakefile.in ++++ 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 dae427f2633..0d0ed43206d 100644 --- a/srcpkgs/iptables/template +++ b/srcpkgs/iptables/template @@ -1,7 +1,7 @@ # Template file for 'iptables' pkgname=iptables -version=1.8.6 -revision=2 +version=1.8.7 +revision=1 build_style=gnu-configure configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler" hostmakedepends="pkg-config flex" @@ -12,7 +12,7 @@ maintainer="Anthony Iliopoulos " license="GPL-2.0-or-later" homepage="https://www.netfilter.org/" distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2" -checksum=a0f4fe0c3eb8faa5bd9c8376d132f340b9558e750c91deb2d5028aa3d0047767 +checksum=c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0 alternatives=" iptables:ip6tables:/usr/bin/xtables-legacy-multi iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi