diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-09 12:24:30 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-09 12:24:30 +0000 |
commit | 4adbb039cc3e8a77759b31d3986471da1d38cdeb (patch) | |
tree | 290ddc302c9d39b50cba7cb461e448ea9d417950 /net-firewall/shorewall | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-4adbb039cc3e8a77759b31d3986471da1d38cdeb.tar.gz gentoo-2-4adbb039cc3e8a77759b31d3986471da1d38cdeb.tar.bz2 gentoo-2-4adbb039cc3e8a77759b31d3986471da1d38cdeb.zip |
version bump
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/shorewall/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/shorewall/files/digest-shorewall-2.0.4 | 2 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-2.0.4.ebuild | 59 |
4 files changed, 69 insertions, 1 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index e68d33f0958f..a1fd401ef00d 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/shorewall # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.47 2004/07/08 15:11:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.48 2004/07/09 12:24:30 eldad Exp $ + +*shorewall-2.0.4 (09 Jul 2004) + + 09 Jul 2004; Eldad Zack <eldad@gentoo.org> +shorewall-2.0.4.ebuild: + Version bump. Closes #56375 08 Jul 2004; Luca Barbato <lu_zero@gentoo.org> shorewall-1.4.10f.ebuild: Marked ppc diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index 301f09c14a1f..00a50005a21f 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,7 +1,9 @@ MD5 c527c038367b1c27f53a19343ca443f1 shorewall-1.4.10f.ebuild 1138 +MD5 001667c6f2a1ceeecc58a7f38b4da630 shorewall-2.0.4.ebuild 1878 MD5 001667c6f2a1ceeecc58a7f38b4da630 shorewall-2.0.3c.ebuild 1878 MD5 eeb3915eac847b2d41f6bcf61f946dda ChangeLog 6712 MD5 9683bb7323c40d69b48d54ad0eb169ed metadata.xml 221 +MD5 f7624af859e62ac0d00abc12ea839d23 files/digest-shorewall-2.0.4 138 MD5 3b1f1510d6cf9a2d9a050cfd5e70c7d5 files/digest-shorewall-1.4.10f 142 MD5 1de40dcaa00b03ddacb582eebe9e1c29 files/digest-shorewall-2.0.3c 141 MD5 15be5815097cdddb4eb018aef62ea4b5 files/shorewall 563 diff --git a/net-firewall/shorewall/files/digest-shorewall-2.0.4 b/net-firewall/shorewall/files/digest-shorewall-2.0.4 new file mode 100644 index 000000000000..92463c752b9a --- /dev/null +++ b/net-firewall/shorewall/files/digest-shorewall-2.0.4 @@ -0,0 +1,2 @@ +MD5 9a76a7796fd3b76493a51521b8a94772 shorewall-2.0.4.tgz 99812 +MD5 f6d5486312e3d07b5b39866353462e6f shorewall-docs-html-2.0.4.tgz 2411374 diff --git a/net-firewall/shorewall/shorewall-2.0.4.ebuild b/net-firewall/shorewall/shorewall-2.0.4.ebuild new file mode 100644 index 000000000000..2faf74fc9174 --- /dev/null +++ b/net-firewall/shorewall/shorewall-2.0.4.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-2.0.4.ebuild,v 1.1 2004/07/09 12:24:30 eldad Exp $ + +IUSE="doc" + +MY_P_DOCS=${P/${PN}/${PN}-docs-html} + +DESCRIPTION="Full state iptables firewall" +HOMEPAGE="http://www.shorewall.net/" +SRC_URI="http://shorewall.net/pub/${PN}/2.0/${P}/${P}.tgz + doc? ( http://shorewall.net/pub/${PN}/2.0/${P}/${MY_P_DOCS}.tgz )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" + +DEPEND="virtual/libc + >=net-firewall/iptables-1.2.4 + sys-apps/iproute2" + +S=${WORKDIR}/${MY_P} + +src_install() { + keepdir /var/lib/shorewall + + cd ${WORKDIR}/${P} + PREFIX=${D} ./install.sh || die + + exeinto /etc/init.d + newexe ${FILESDIR}/shorewall shorewall + dodoc COPYING INSTALL changelog.txt releasenotes.txt + if use doc; then + cd ${WORKDIR}/${MY_P_DOCS} + dohtml -r * + dosym Documentation_Index.html /usr/share/doc/${PF}/html/index.htm + fi +} + +pkg_postinst() { + einfo + einfo "Read the documentation from http://www.shorewall.net" + einfo "available at /usr/share/doc/${PF}/html/index.htm" + einfo "Do not blindly start shorewall, edit the files in /etc/shorewall first" + einfo + einfo "If you have just upgraded from shorewall-2.0.1 mark the following issues:" + einfo + einfo "1. Extension Scripts -- In order for extension scripts to work properly" + einfo " with the new iptables-save/restore integration, some change may be" + einfo " required to your extension scripts if they are executing commands" + einfo " other than iptables." + einfo + einfo "2. Dynamic Zone support -- If you don't need to use the 'shorewall add'" + einfo " and 'shorewall delete' commands, you should set DYNAMIC_ZONES=No" + einfo " in /etc/shorewall/shorewall.conf" + einfo + einfo "See the shorewall documentation for more details." + einfo +} |