From 00ee3adba1e506ac86d16674dc623e7e7ec5ae90 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Thu, 14 Oct 2004 15:12:27 +0000 Subject: [PATCH] added default shorewall configuration for nylon BKrev: 416e975bxKvt9gAd8keZ1jshizOUaw --- shorewall/files/shorewall-conf-nylon.diff | 0 shorewall/shorewall_2.0.9.oe | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 shorewall/files/shorewall-conf-nylon.diff diff --git a/shorewall/files/shorewall-conf-nylon.diff b/shorewall/files/shorewall-conf-nylon.diff new file mode 100644 index 0000000000..e69de29bb2 diff --git a/shorewall/shorewall_2.0.9.oe b/shorewall/shorewall_2.0.9.oe index e69de29bb2..bff7fee3dc 100644 --- a/shorewall/shorewall_2.0.9.oe +++ b/shorewall/shorewall_2.0.9.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "Shorewall is a high-level tool for configuring Netfilter." +RDEPENDS = "iptables kernel-module-ip-tables kernel-module-ip-conntrack kernel-module-ipt-conntrack kernel-module-ipt-multiport kernel-module-ipt-log kernel-module-ipt-mac kernel-module-ipt-mark kernel-module-ipt-masquerade kernel-module-ipt-pkttype kernel-module-ipt-reject kernel-module-ipt-state kernel-module-ipt-tos kernel-module-iptable-filter kernel-module-iptable-mangle kernel-module-iptable-nat" +SECTION = "net" +PRIORITY = "optional" +MAINTAINER = "Bruno Randolf " +LICENSE = "GPL" + +SRC_URI = "http://germany.shorewall.net/pub/shorewall/2.0/shorewall-2.0.9/shorewall-2.0.9.tgz" +SRC_URI_append_nylon = " file://shorewall-conf-nylon.diff;patch=1" + +do_install() { + export PREFIX=${D} + ${S}/install.sh +} -- 2.39.5