diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-04-18 22:46:05 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-04-18 22:46:05 +0000 |
commit | dcd98e035d315cb6a5558a7eebd589d80a9f9f8f (patch) | |
tree | 85e3783618247b3792850ae4aaa5ed2067496068 /net-firewall | |
parent | remove module when shutting down #130220 (diff) | |
download | historical-dcd98e035d315cb6a5558a7eebd589d80a9f9f8f.tar.gz historical-dcd98e035d315cb6a5558a7eebd589d80a9f9f8f.tar.bz2 historical-dcd98e035d315cb6a5558a7eebd589d80a9f9f8f.zip |
3.0.6 version bump for bug 112942. Thanks to Vieri <rentorbuy at yahoo dot com> and Matthias Dahl <ua_bugz_gentoo at mortal-soul dot de>.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 8 | ||||
-rw-r--r-- | net-firewall/shorewall/Manifest | 14 | ||||
-rw-r--r-- | net-firewall/shorewall/files/digest-shorewall-3.0.6 | 2 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-3.0.6.ebuild | 63 |
4 files changed, 75 insertions, 12 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 486e85170e18..7edb3c304905 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/shorewall # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.100 2006/03/28 17:49:07 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.101 2006/04/18 22:46:05 vanquirius Exp $ + +*shorewall-3.0.6 (18 Apr 2006) + + 18 Apr 2006; Marcelo Goes <vanquirius@gentoo.org> +shorewall-3.0.6.ebuild: + 3.0.6 version bump for bug 112942. Thanks to Vieri <rentorbuy at yahoo dot + com> and Matthias Dahl <ua_bugz_gentoo at mortal-soul dot de>. 28 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> shorewall-3.0.4.ebuild: diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index 2cc2ba82c63d..7db8789da6e1 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,20 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 eb0e4461e485382f236cd3f34ff912bd ChangeLog 14515 +MD5 48ce9cfdecb57c0d43fbf7b07daac6eb ChangeLog 14769 MD5 e119bb212e45f53e1948e7a1ed93ef36 files/digest-shorewall-2.4.2 139 MD5 7271403f189568f22d949752fc7773b3 files/digest-shorewall-3.0.4 139 MD5 06092daa018082fd77b0b38d62276869 files/digest-shorewall-3.0.5-r1 139 +MD5 cf528f350ac0dd013025a8443ee5cec0 files/digest-shorewall-3.0.6 139 MD5 874d62a846eefd6330b3bba8b8721cef files/shorewall 1057 MD5 faebfe0a2045ed8e1e996332df1823c4 files/shorewall-r1 1147 MD5 9683bb7323c40d69b48d54ad0eb169ed metadata.xml 221 MD5 561cf6684de229fe37921356b62bb6c1 shorewall-2.4.2.ebuild 1488 MD5 aa22fbf8192a58df4962830535922fb2 shorewall-3.0.4.ebuild 1982 MD5 304d11756c940bb4d1626144bb19a563 shorewall-3.0.5-r1.ebuild 2006 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.2-ecc0.1.6 (GNU/Linux) - -iD8DBQFEKXcjKRy60XGEcJIRAivHAJ9hKVwUgHs5+2FN9Qhpq1sWdm3LzQCgiMN5 -792/Fza7SFhetX5PuXqaYBE= -=ca88 ------END PGP SIGNATURE----- +MD5 b47cdf6ca788e27e9cef7fe0a110bd9e shorewall-3.0.6.ebuild 2084 diff --git a/net-firewall/shorewall/files/digest-shorewall-3.0.6 b/net-firewall/shorewall/files/digest-shorewall-3.0.6 new file mode 100644 index 000000000000..3c6922da8633 --- /dev/null +++ b/net-firewall/shorewall/files/digest-shorewall-3.0.6 @@ -0,0 +1,2 @@ +MD5 6989b3aa3b19ae45e8ed1c88e0ef6141 shorewall-3.0.6.tgz 202443 +MD5 2a6dd2b2369d653e076ae14c80b77e67 shorewall-docs-html-3.0.6.tgz 3323714 diff --git a/net-firewall/shorewall/shorewall-3.0.6.ebuild b/net-firewall/shorewall/shorewall-3.0.6.ebuild new file mode 100644 index 000000000000..1313d1abd7bf --- /dev/null +++ b/net-firewall/shorewall/shorewall-3.0.6.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.0.6.ebuild,v 1.1 2006/04/18 22:46:05 vanquirius Exp $ + +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}/3.0/${P}/${P}.tgz + doc? ( http://shorewall.net/pub/${PN}/3.0/${P}/${MY_P_DOCS}.tgz )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +DEPEND="virtual/libc + >=net-firewall/iptables-1.2.4 + sys-apps/iproute2" + +src_compile() { + einfo "Nothing to compile." +} + +src_install() { + keepdir /var/lib/shorewall + + PREFIX="${D}" ./install.sh || die "install.sh failed" + newinitd "${FILESDIR}"/shorewall-r1 shorewall || die "doinitd failed" + + dodoc changelog.txt releasenotes.txt + if use doc; then + cd "${WORKDIR}/${MY_P_DOCS}" + # install documentation + dohtml -r * + dosym Documentation_Index.html "/usr/share/doc/${PF}/html/index.htm" + # install samples + cp -pR "${S}/Samples" "${D}/usr/share/doc/${PF}" + fi +} + +pkg_postinst() { + einfo + if use doc ; then + einfo "Documentation is available at /usr/share/doc/${PF}/html." + einfo "Samples are available at /usr/share/doc/${PF}/Samples." + else + einfo "Documentation is available at http://www.shorewall.net" + fi + einfo "Do not blindly start shorewall, edit the files in /etc/shorewall first" + einfo "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" + einfo + einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the" + einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" + einfo "or install kernel 2.6.16+ and compile it with support for policy match." + einfo + einfo "Be aware that version 3 differs substantially from previous releases." + einfo "Information on upgrading is available at:" + einfo "http://www.shorewall.net/upgrade_issues.htm" + einfo + einfo "Known problems:" + einfo "http://shorewall.net/pub/${PN}/3.0/${P}/known_problems.txt" +} |