summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Welch <zwelch@gentoo.org>2003-02-25 03:03:50 +0000
committerZack Welch <zwelch@gentoo.org>2003-02-25 03:03:50 +0000
commit3b9f09eadc5968f79f73506a21c5969cf7428707 (patch)
treee4cf197bd24bc512171a5d31f291c6e1a499726d /net-firewall/shorewall
parentadd more gentoo mirrors (diff)
downloadgentoo-2-3b9f09eadc5968f79f73506a21c5969cf7428707.tar.gz
gentoo-2-3b9f09eadc5968f79f73506a21c5969cf7428707.tar.bz2
gentoo-2-3b9f09eadc5968f79f73506a21c5969cf7428707.zip
add shorewall-1.3.14 ebuild; closes bug 15555
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r--net-firewall/shorewall/ChangeLog7
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.3.141
-rw-r--r--net-firewall/shorewall/shorewall-1.3.14.ebuild30
3 files changed, 37 insertions, 1 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog
index 07fd4031e9c1..71f14f7c6600 100644
--- a/net-firewall/shorewall/ChangeLog
+++ b/net-firewall/shorewall/ChangeLog
@@ -1,6 +1,11 @@
# 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.2 2003/02/12 07:56:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.3 2003/02/25 03:03:50 zwelch Exp $
+
+*shorewall-1.3.14 (24 Feb 2003)
+
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> shorewall-1.3.14.ebuild files/digest-shorewall-1.3.14 :
+ Bump version; closes bug 15555
*shorewall-1.3.13 (05 Feb 2003)
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.3.14 b/net-firewall/shorewall/files/digest-shorewall-1.3.14
new file mode 100644
index 000000000000..ca5f7aba82d6
--- /dev/null
+++ b/net-firewall/shorewall/files/digest-shorewall-1.3.14
@@ -0,0 +1 @@
+MD5 ad3a558e4afd701a9854a6cd7a93eee5 shorewall-1.3.14.tgz 1601664
diff --git a/net-firewall/shorewall/shorewall-1.3.14.ebuild b/net-firewall/shorewall/shorewall-1.3.14.ebuild
new file mode 100644
index 000000000000..948232b6672e
--- /dev/null
+++ b/net-firewall/shorewall/shorewall-1.3.14.ebuild
@@ -0,0 +1,30 @@
+# 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..3.9b.ebuild
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Full state iptables firewall"
+SRC_URI="http://www.shorewall.net/pub/shorewall/${P}.tgz"
+HOMEPAGE="http://www.shorewall.net"
+LICENSE="GPL"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/glibc
+ sys-apps/iptables
+ sys-apps/iproute"
+
+RDEPENR=${DEPEND}
+
+src_install () {
+ dodir /etc/init.d /var/state
+ 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"
+}