aboutsummaryrefslogtreecommitdiffstats
path: root/main/shorewall-common/shorewall-common-ipset.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-06 07:03:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-06 07:03:40 +0000
commitea652e0795553b67db1c1c7a8ed0dd8ae5015c50 (patch)
tree4ed9ef14de8fa48ca611f64654dac9d37b0bf367 /main/shorewall-common/shorewall-common-ipset.patch
parent09818493618be8b985d30c2529ce690f30b808fd (diff)
downloadaports-ea652e0795553b67db1c1c7a8ed0dd8ae5015c50.tar.bz2
aports-ea652e0795553b67db1c1c7a8ed0dd8ae5015c50.tar.xz
main/shorewall-{common,shell}: remove
shell based shorewall is no longer maintained by upstream. We drop support for it.
Diffstat (limited to 'main/shorewall-common/shorewall-common-ipset.patch')
-rw-r--r--main/shorewall-common/shorewall-common-ipset.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/shorewall-common/shorewall-common-ipset.patch b/main/shorewall-common/shorewall-common-ipset.patch
deleted file mode 100644
index 8c6ff72aac..0000000000
--- a/main/shorewall-common/shorewall-common-ipset.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- shorewall-common-4.2.11.orig/lib.cli
-+++ shorewall-common-4.2.11/lib.cli
-@@ -315,8 +315,6 @@
- grep 'loadmodule ip_set' ${VARDIR}/.modules >> $f
- echo "__EOF__" >> $f
- echo >> $f
-- echo "ipset -U :all: :all:" >> $f
-- echo "ipset -U :all: :default:" >> $f
- echo "ipset -F" >> $f
- echo "ipset -X" >> $f
- echo "ipset -R << __EOF__" >> $f
---- shorewall-common-4.2.11.orig/lib.config
-+++ shorewall-common-4.2.11/lib.config
-@@ -884,7 +884,7 @@
- ;;
- esac
-
-- echo "--set ${setname#+} $options"
-+ echo "--match-set ${setname#+} $options"
- }
-
- #