diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-01-27 19:20:29 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-01-27 19:20:29 +0000 |
commit | 91c09a9dfa4a664d3e2ea190b647322e7bdb44f4 (patch) | |
tree | 42c08be7fc74027c26372a5a7bda85dbae3ada89 /net-firewall | |
parent | Version bump, thanks to Vieri for the notification in bug #196695 (diff) | |
download | gentoo-2-91c09a9dfa4a664d3e2ea190b647322e7bdb44f4.tar.gz gentoo-2-91c09a9dfa4a664d3e2ea190b647322e7bdb44f4.tar.bz2 gentoo-2-91c09a9dfa4a664d3e2ea190b647322e7bdb44f4.zip |
Version bump, thanks to Vieri for the notification in bug #196695
(Portage version: 2.1.4)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall-lite/ChangeLog | 10 | ||||
-rw-r--r-- | net-firewall/shorewall-lite/files/digest-shorewall-lite-4.0.8 | 6 | ||||
-rw-r--r-- | net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild | 63 |
3 files changed, 77 insertions, 2 deletions
diff --git a/net-firewall/shorewall-lite/ChangeLog b/net-firewall/shorewall-lite/ChangeLog index 47a7ed95de68..6e7720bb7ba8 100644 --- a/net-firewall/shorewall-lite/ChangeLog +++ b/net-firewall/shorewall-lite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/shorewall-lite -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/ChangeLog,v 1.26 2007/11/14 05:59:49 welp Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/ChangeLog,v 1.27 2008/01/27 19:20:28 jokey Exp $ + +*shorewall-lite-4.0.8 (27 Jan 2008) + + 27 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +shorewall-lite-4.0.8.ebuild: + Version bump, thanks to Vieri for the notification in bug #196695 14 Nov 2007; Peter Weller <welp@gentoo.org> shorewall-lite-3.4.6.ebuild: Stable on amd64 wrt bug 191475 diff --git a/net-firewall/shorewall-lite/files/digest-shorewall-lite-4.0.8 b/net-firewall/shorewall-lite/files/digest-shorewall-lite-4.0.8 new file mode 100644 index 000000000000..ffb220f722a0 --- /dev/null +++ b/net-firewall/shorewall-lite/files/digest-shorewall-lite-4.0.8 @@ -0,0 +1,6 @@ +MD5 9c5b8bfd709a778d910dae97b3e6795a shorewall-docs-html-4.0.8.tar.bz2 2370029 +RMD160 fdba3de87bcb756dba17bc10299217dc5535805c shorewall-docs-html-4.0.8.tar.bz2 2370029 +SHA256 de4c75582c7605e4ef26158eeeb70e65d93a66e6a30659a95a647aa087153c66 shorewall-docs-html-4.0.8.tar.bz2 2370029 +MD5 9eb449aed51d2f040c67baa23477b89c shorewall-lite-4.0.8.tar.bz2 60001 +RMD160 f0194707a29774b23b83ce59d099dc4376e8eb12 shorewall-lite-4.0.8.tar.bz2 60001 +SHA256 3d48b1a36b17e6d2f46e45658f2b4f364535c39db9468e32a600b4fae79d0a84 shorewall-lite-4.0.8.tar.bz2 60001 diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild new file mode 100644 index 000000000000..e4b3bbe46b2b --- /dev/null +++ b/net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild,v 1.1 2008/01/27 19:20:28 jokey Exp $ + +# Choose between experimental, stable and beta: +#MY_P_TREE="development/4.0" # experimental and beta +MY_P_TREE="4.0" # stable +#MY_P_BETA="-Beta7" # only beta +MY_P_BETA="" # stable or experimental + +MY_P_DOCS="${P/${PN}/shorewall-docs-html}" + +MY_P="shorewall-${PV}" + +DESCRIPTION="An iptables-based firewall whose config is handled by a normal Shorewall." +HOMEPAGE="http://www.shorewall.net/" +SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/${P}${MY_P_BETA}.tar.bz2 + doc? ( http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/${MY_P_DOCS}${MY_P_BETA}.tar.bz2 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +DEPEND="net-firewall/iptables + sys-apps/iproute2" + +src_compile() { + einfo "Nothing to compile." +} + +src_install() { + keepdir /var/lib/shorewall-lite + + cd "${WORKDIR}/${P}${MY_P_BETA}" + PREFIX="${D}" ./install.sh || die "install.sh failed" + newinitd "${FILESDIR}/shorewall-lite" shorewall-lite + + dodoc changelog.txt releasenotes.txt +} + +pkg_postinst() { + einfo + einfo "Documentation is available at http://www.shorewall.net" + einfo "There are man pages for shorewall-lite(8) and for each" + einfo "configuration file." + einfo + einfo "You should have already generated a firewall script with" + einfo "'shorewall compile' on the administrative Shorewall." + einfo "Please refer to" + einfo "http://www.shorewall.net/CompiledPrograms.html" + 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+ as well as a recent Netfilter iptables" + einfo "and compile it with support for policy match." + einfo + einfo "Note that /etc/shorewall-lite/shorewall.conf has been renamed" + einfo "to /etc/shorewall-lite/shorewall-lite.conf" + einfo + einfo "Known problems:" + einfo "http://shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt" +} |