summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-07-21 18:53:35 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-07-21 18:53:35 +0000
commitc2e08c480062df156f6e2a4ce42f5ac5d7c27016 (patch)
tree9a8158dceea251bef892d695234c577f50201a25 /net-firewall
parentVersion bumped. (diff)
downloadgentoo-2-c2e08c480062df156f6e2a4ce42f5ac5d7c27016.tar.gz
gentoo-2-c2e08c480062df156f6e2a4ce42f5ac5d7c27016.tar.bz2
gentoo-2-c2e08c480062df156f6e2a4ce42f5ac5d7c27016.zip
Version bumped.
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall/ChangeLog8
-rw-r--r--net-firewall/shorewall/Manifest4
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.61
-rw-r--r--net-firewall/shorewall/files/shorewall2
-rw-r--r--net-firewall/shorewall/shorewall-1.4.6.ebuild31
5 files changed, 43 insertions, 3 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog
index 413c4fd690a9..2e05d208f71d 100644
--- a/net-firewall/shorewall/ChangeLog
+++ b/net-firewall/shorewall/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-firewall/shorewall
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.18 2003/07/15 15:45:46 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.19 2003/07/21 18:53:21 mholzer Exp $
+
+*shorewall-1.4.6 (22 Jul 2003)
+
+ 22 Jul 2003; Martin Holzer <mholzer@gentoo.org> shorewall-1.4.6.ebuild,
+ files/shorewall:
+ Version bumped.
*shorewall-1.4.5-r1 (15 Jul 2003)
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index b8af02cb52e8..c78980dd6253 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,5 +1,5 @@
-MD5 bed831472fcbb66cb0242d5682bcb4b5 ChangeLog 3014
-MD5 87242c0f88c6d39f99eea082212006d5 shorewall-1.4.6.ebuild 887
+MD5 7e361a76a2a7ab23a8782f89862ed90b ChangeLog 3158
+MD5 5c7c815d8f124702cacacd5264a27916 shorewall-1.4.6.ebuild 885
MD5 87242c0f88c6d39f99eea082212006d5 shorewall-1.4.5-r1.ebuild 887
MD5 7c8660b2d2395b8c9b6cc7f5902170f4 files/digest-shorewall-1.4.5-r1 65
MD5 7aff60ae2f567399852afcf3c06f7003 files/shorewall 460
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.6 b/net-firewall/shorewall/files/digest-shorewall-1.4.6
new file mode 100644
index 000000000000..eb99fc720f0d
--- /dev/null
+++ b/net-firewall/shorewall/files/digest-shorewall-1.4.6
@@ -0,0 +1 @@
+MD5 88aee8eab335b2d8cfc5003877e931ac shorewall-1.4.6.tgz 2106403
diff --git a/net-firewall/shorewall/files/shorewall b/net-firewall/shorewall/files/shorewall
index 831e7c2e94a4..89a17c8fc1eb 100644
--- a/net-firewall/shorewall/files/shorewall
+++ b/net-firewall/shorewall/files/shorewall
@@ -2,6 +2,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
+opts="start stop restart"
+
depend() {
need net
provide firewall
diff --git a/net-firewall/shorewall/shorewall-1.4.6.ebuild b/net-firewall/shorewall/shorewall-1.4.6.ebuild
new file mode 100644
index 000000000000..b96b3dfcf9da
--- /dev/null
+++ b/net-firewall/shorewall/shorewall-1.4.6.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: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.6.ebuild,v 1.1 2003/07/21 18:53:21 mholzer Exp $
+
+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 () {
+ keepdir /var/lib/shorewall
+ PREFIX=${D} ./install.sh /etc/init.d || die
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/shorewall shorewall
+ dohtml documentation/*.htm*
+}
+pkg_postinst() {
+ einfo "Read the documentatition from http://www.shorewall.net"
+ einfo "and edit the files in /etc/shorewall before starting the firewall"
+}