diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-03-20 03:29:59 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-03-20 03:29:59 +0000 |
commit | e6d8049579198e15eabef6faf6fdf7fb92c464a6 (patch) | |
tree | 2a8321da4e47028423ed7a97bb0fd2e526fd5e97 /net-firewall | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-e6d8049579198e15eabef6faf6fdf7fb92c464a6.tar.gz gentoo-2-e6d8049579198e15eabef6faf6fdf7fb92c464a6.tar.bz2 gentoo-2-e6d8049579198e15eabef6faf6fdf7fb92c464a6.zip |
bump version for shorewall; see bug 17847
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/shorewall/files/digest-shorewall-1.4.0 | 1 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.0.ebuild | 30 |
3 files changed, 37 insertions, 1 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 0e1a605b111f..a4ef46ec5bf6 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.4 2003/03/11 22:10:17 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.5 2003/03/20 03:29:59 zwelch Exp $ + +*shorewall-1.4.0 (19 Mar 2003) + + 19 Mar 2003; Zach Welch <zwelch@gentoo.org> shorewall-1.4.0.ebuild: + bump version; bug 17847 *shorewall-1.3.14 (24 Feb 2003) diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.0 b/net-firewall/shorewall/files/digest-shorewall-1.4.0 new file mode 100644 index 000000000000..862f9098276f --- /dev/null +++ b/net-firewall/shorewall/files/digest-shorewall-1.4.0 @@ -0,0 +1 @@ +MD5 d4fb268963b7ac85c1e37e4f4836b4c7 shorewall-1.4.0.tgz 1978206 diff --git a/net-firewall/shorewall/shorewall-1.4.0.ebuild b/net-firewall/shorewall/shorewall-1.4.0.ebuild new file mode 100644 index 000000000000..a1336f669125 --- /dev/null +++ b/net-firewall/shorewall/shorewall-1.4.0.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-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 + 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" +} |