summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-05-18 21:35:52 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-05-18 21:35:52 +0000
commitdb0d411e9e1697d85c3e8b8093a7c2fdfb060da0 (patch)
treec1ec2bda95980b0f1af25e9983ae0dde211b0e9a /net-firewall
parentverion bumped (diff)
downloadhistorical-db0d411e9e1697d85c3e8b8093a7c2fdfb060da0.tar.gz
historical-db0d411e9e1697d85c3e8b8093a7c2fdfb060da0.tar.bz2
historical-db0d411e9e1697d85c3e8b8093a7c2fdfb060da0.zip
verion bumped
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall/Manifest4
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.31
-rw-r--r--net-firewall/shorewall/shorewall-1.4.3.ebuild31
3 files changed, 34 insertions, 2 deletions
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index c11f072ff8ff..ff67e0d53e64 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,5 +1,5 @@
-MD5 b909b96ff83d66846e7f21dd7bf6476f ChangeLog 1653
-MD5 d3d7d1d95ca81411229b63b9640012cc shorewall-1.4.3.ebuild 879
+MD5 8b6aaca6a46fe9b48bc1d65f8c3820d8 ChangeLog 1778
+MD5 7666bd45fa7b566e1555b7fff5bcde94 shorewall-1.4.3.ebuild 880
MD5 d3d7d1d95ca81411229b63b9640012cc shorewall-1.4.2.ebuild 879
MD5 6fbbe1678c89dbabaa4c9f0dcb5a8656 files/digest-shorewall-1.4.3 65
MD5 2bb788dc55a65a1daee4a13ca9240fab files/shorewall 433
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.3 b/net-firewall/shorewall/files/digest-shorewall-1.4.3
new file mode 100644
index 000000000000..3bda2c726090
--- /dev/null
+++ b/net-firewall/shorewall/files/digest-shorewall-1.4.3
@@ -0,0 +1 @@
+MD5 5f80d6d697856a2aad5d6be4f1e41ab0 shorewall-1.4.3.tgz 1975872
diff --git a/net-firewall/shorewall/shorewall-1.4.3.ebuild b/net-firewall/shorewall/shorewall-1.4.3.ebuild
new file mode 100644
index 000000000000..b15725f3d000
--- /dev/null
+++ b/net-firewall/shorewall/shorewall-1.4.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /home/cvsroot/gentoo-x86/net-misc/shorewall/shorewall-1.4.1a.ebuild
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Full state iptables firewall"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+HOMEPAGE="http://www.shorewall.net"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/glibc
+ net-firewall/iptables
+ sys-apps/iproute"
+
+RDEPENR=${DEPEND}
+
+src_install () {
+ dodir /etc/init.d /var/state
+ sed -i 's:ln -s ${DEST}/${FIREWALL} /usr/share/shorewall/init::' install.sh
+ PREFIX=${D} ./install.sh || die
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/shorewall shorewall
+}
+pkg_postinst() {
+ einfo "Read the documentatition from http://www.shorewall.net"
+ einfo "and edit the files in /etc/shorewall before starting the firewall"
+}