From c7c8b5d9f9536b8e44c897f43e96b3ecb671a4b3 Mon Sep 17 00:00:00 2001 From: Zack Welch Date: Tue, 25 Feb 2003 03:03:50 +0000 Subject: add shorewall-1.3.14 ebuild; closes bug 15555 --- net-firewall/shorewall/ChangeLog | 7 ++++- .../shorewall/files/digest-shorewall-1.3.14 | 1 + net-firewall/shorewall/shorewall-1.3.14.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 net-firewall/shorewall/files/digest-shorewall-1.3.14 create mode 100644 net-firewall/shorewall/shorewall-1.3.14.ebuild (limited to 'net-firewall') 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 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" +} -- cgit v1.2.3-65-gdbad