diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 16:30:29 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 16:30:29 +0000 |
commit | ef0d78e7fa80c5832e5b7357d41786c00cefc8be (patch) | |
tree | b9fefb13da0fe64a2959dc134b4465dd0c343cee /net-firewall | |
parent | Version bumped. Closes #33138. (diff) | |
download | historical-ef0d78e7fa80c5832e5b7357d41786c00cefc8be.tar.gz historical-ef0d78e7fa80c5832e5b7357d41786c00cefc8be.tar.bz2 historical-ef0d78e7fa80c5832e5b7357d41786c00cefc8be.zip |
Version bumped. Closes #33138.
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/shorewall/files/digest-shorewall-1.4.8 | 1 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.8.ebuild | 33 |
3 files changed, 36 insertions, 2 deletions
diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index c08bcb9147a7..c42c69f29b71 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,8 +1,8 @@ -MD5 47bdd51da4e1dfff5aa7dfd8c4035d9a ChangeLog 3984 +MD5 56dbbf4e07fefcfc611ee5e796b0dbce ChangeLog 4124 MD5 c0632bb68ca1eff470863f29fc0b8016 shorewall-1.4.5-r1.ebuild 853 MD5 a493d451eb6c2305dfc4790467ed53a4 shorewall-1.4.6-r3.ebuild 929 MD5 4dbbfa6e83beb6af953e5cb46b56d474 shorewall-1.4.7c.ebuild 937 -MD5 7ab0d349092b87b29d9f13d366b1f532 shorewall-1.4.8.ebuild 928 +MD5 ecd7857640062c97c85d6e44c3d48777 shorewall-1.4.8.ebuild 925 MD5 7c8660b2d2395b8c9b6cc7f5902170f4 files/digest-shorewall-1.4.5-r1 65 MD5 7aff60ae2f567399852afcf3c06f7003 files/shorewall 460 MD5 0a6e85e5774c719f79ae8d25205e5e61 files/digest-shorewall-1.4.6-r3 66 diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.8 b/net-firewall/shorewall/files/digest-shorewall-1.4.8 new file mode 100644 index 000000000000..030486e9d7d8 --- /dev/null +++ b/net-firewall/shorewall/files/digest-shorewall-1.4.8 @@ -0,0 +1 @@ +MD5 d8034cea29239d0188e8574b660afb35 shorewall-1.4.8.tgz 2363958 diff --git a/net-firewall/shorewall/shorewall-1.4.8.ebuild b/net-firewall/shorewall/shorewall-1.4.8.ebuild new file mode 100644 index 000000000000..af2089b81f9b --- /dev/null +++ b/net-firewall/shorewall/shorewall-1.4.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.8.ebuild,v 1.1 2003/11/19 16:30:23 mholzer Exp $ + +DESCRIPTION="Full state iptables firewall" +HOMEPAGE="http://www.shorewall.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" + +DEPEND="virtual/glibc + net-firewall/iptables + sys-apps/iproute" + +S=${WORKDIR}/${P} + +src_install() { + keepdir /var/lib/shorewall + PREFIX=${D} ./install.sh /etc/init.d || die + + exeinto /etc/init.d + newexe ${FILESDIR}/shorewall shorewall + dohtml -r documentation/* +} + +pkg_postinst() { + einfo "Read the documentation from http://www.shorewall.net" + einfo "available at /usr/share/doc/${PF}/html/index.htm" + einfo "and edit the files in /etc/shorewall before starting the firewall" +} |