summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-07-03 15:49:32 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-07-03 15:49:32 +0000
commit71736b8f700b283f2cc6df5521b8d09f2a523284 (patch)
tree25152faf3b5c4f265420bb289267099c2a8e0b43 /net-firewall/arno-iptables-firewall
parentremove app-doc/afsdoc, bug 268507 (diff)
downloadgentoo-2-71736b8f700b283f2cc6df5521b8d09f2a523284.tar.gz
gentoo-2-71736b8f700b283f2cc6df5521b8d09f2a523284.tar.bz2
gentoo-2-71736b8f700b283f2cc6df5521b8d09f2a523284.zip
(non maintainer commit) Version bump for security bug 261507, ebuild by Johannes Kellner
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/arno-iptables-firewall')
-rw-r--r--net-firewall/arno-iptables-firewall/ChangeLog12
-rw-r--r--net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild61
-rw-r--r--net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.2a.ebuild81
3 files changed, 91 insertions, 63 deletions
diff --git a/net-firewall/arno-iptables-firewall/ChangeLog b/net-firewall/arno-iptables-firewall/ChangeLog
index 17ed1eb403f9..1a1a06acbf41 100644
--- a/net-firewall/arno-iptables-firewall/ChangeLog
+++ b/net-firewall/arno-iptables-firewall/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-firewall/arno-iptables-firewall
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/ChangeLog,v 1.3 2008/08/17 15:55:26 cardoe Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/ChangeLog,v 1.4 2009/07/03 15:49:32 darkside Exp $
+
+*arno-iptables-firewall-1.9.2a (03 Jul 2009)
+
+ 03 Jul 2009; Jeremy Olexa <darkside@gentoo.org>
+ -arno-iptables-firewall-1.9.0_beta3.ebuild,
+ +arno-iptables-firewall-1.9.2a.ebuild:
+ (non maintainer commit) Version bump for security bug 261507, ebuild by
+ Johannes Kellner
17 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild
deleted file mode 100644
index 6292ccb80fbe..000000000000
--- a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild,v 1.1 2008/07/10 20:09:50 wolf31o2 Exp $
-
-EAPI=1
-MY_PV=${PV/_beta/-beta}
-
-DESCRIPTION="Arno's iptables firewall script"
-HOMEPAGE="http://rocky.molphys.leidenuniv.nl/"
-SRC_URI="http://rocky.eld.leidenuniv.nl/iptables-firewall/${PN}_${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+plugins"
-
-RDEPEND=">=net-firewall/iptables-1.2.5"
-
-S=${WORKDIR}/${PN}_${MY_PV}
-
-src_install() {
- insinto /etc/arno-iptables-firewall
- doins etc/arno-iptables-firewall/*
-
- sed -e 's:local/::' \
- contrib/Gentoo/firewall.conf > \
- "${T}"/arno-iptables-firewall.confd
- newconfd "${T}"/arno-iptables-firewall.confd arno-iptables-firewall
- newinitd contrib/Gentoo/rc.firewall arno-iptables-firewall
-
- dobin bin/arno-fwfilter
- dosbin bin/arno-iptables-firewall
-
- if use plugins
- then
- insinto /etc/arno-iptables-firewall/plugins
- doins etc/arno-iptables-firewall/plugins/*
-
- insinto /usr/share/arno-iptables-firewall/plugins
- doins usr/share/arno-iptables-firewall/plugins/*.plugin
-
- docinto plugins
- dodoc usr/share/arno-iptables-firewall/plugins/*.CHANGELOG
- fi
-
- dodoc CHANGELOG README
-
- doman man/arno-fwfilter.1 man/arno-iptables-firewall.8
-}
-
-pkg_postinst () {
- elog "You will need to configure /etc/${PN}/firewall.conf before using this"
- elog "package. To start the script, run:"
- elog " /etc/init.d/${PN} start"
- echo
- elog "If you want to start this script at boot, run:"
- elog " rc-update add ${PN} default"
- echo
- ewarn "When you stop this script, all firewall rules are flushed!"
- echo
-}
diff --git a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.2a.ebuild b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.2a.ebuild
new file mode 100644
index 000000000000..2f0046e23441
--- /dev/null
+++ b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.2a.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.2a.ebuild,v 1.1 2009/07/03 15:49:32 darkside Exp $
+
+EAPI=1
+
+DESCRIPTION="Arno's iptables firewall script"
+HOMEPAGE="http://rocky.molphys.leidenuniv.nl/"
+SRC_URI="http://rocky.eld.leidenuniv.nl/iptables-firewall/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+plugins"
+
+DEPEND=">=net-firewall/iptables-1.2.5"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}_${PV}
+
+src_install() {
+ insinto /etc/arno-iptables-firewall
+
+ # update the default location of the environment script
+ sed -e 's:/usr/local/share/:/usr/share/:' \
+ etc/arno-iptables-firewall/firewall.conf > \
+ "${T}"/firewall.conf
+ doins "${T}"/firewall.conf
+ doins etc/arno-iptables-firewall/custom-rules
+
+ sed -e 's:local/::' \
+ contrib/Gentoo/firewall.conf > \
+ "${T}"/arno-iptables-firewall.confd
+ newconfd "${T}"/arno-iptables-firewall.confd arno-iptables-firewall
+ newinitd contrib/Gentoo/rc.firewall arno-iptables-firewall
+
+ dobin bin/arno-fwfilter
+ dosbin bin/arno-iptables-firewall
+
+ insinto /usr/share/arno-iptables-firewall/
+ doins share/arno-iptables-firewall/environment
+
+ if use plugins
+ then
+ insinto /etc/arno-iptables-firewall/plugins
+ doins etc/arno-iptables-firewall/plugins/*
+
+ insinto /usr/share/arno-iptables-firewall/plugins
+ doins share/arno-iptables-firewall/plugins/*.plugin
+
+ exeinto /usr/share/arno-iptables-firewall/plugins
+ doexe share/arno-iptables-firewall/plugins/dyndns-host-open-helper
+ doexe share/arno-iptables-firewall/plugins/traffic-accounting-helper
+ doexe share/arno-iptables-firewall/plugins/traffic-accounting-log-rotate
+ doexe share/arno-iptables-firewall/plugins/traffic-accounting-show
+
+ docinto plugins
+ dodoc share/arno-iptables-firewall/plugins/*.CHANGELOG
+ fi
+
+ dodoc CHANGELOG README
+
+ doman share/man/man1/arno-fwfilter.1 share/man/man8/arno-iptables-firewall.8
+}
+
+pkg_postinst () {
+ elog "You will need to configure /etc/${PN}/firewall.conf before using this"
+ elog "package. To start the script, run:"
+ elog " /etc/init.d/${PN} start"
+ echo
+ elog "If you want to start this script at boot, run:"
+ elog " rc-update add ${PN} default"
+ echo
+ ewarn "When you start the firewall, the default is to,"
+ ewarn "DROP ALL existing connections! So be carefull when installing"
+ ewarn "on a remote host! There is a option to disable this behavior"
+ ewarn "for testting."
+ echo
+ ewarn "When you stop this script, all firewall rules are flushed!"
+ echo
+}