summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schwabbauer <cybersystem@gentoo.org>2003-04-06 10:47:21 +0000
committerSascha Schwabbauer <cybersystem@gentoo.org>2003-04-06 10:47:21 +0000
commit2ef11ccb9030ae9dd7ef406956a357b61029e1bf (patch)
treeccf442b25e5603717250dd544203776fd591e558 /net-firewall/firehol
parentAdded hppa to KEYWORDS. (diff)
downloadhistorical-2ef11ccb9030ae9dd7ef406956a357b61029e1bf.tar.gz
historical-2ef11ccb9030ae9dd7ef406956a357b61029e1bf.tar.bz2
historical-2ef11ccb9030ae9dd7ef406956a357b61029e1bf.zip
version bump, see bug #18837
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r--net-firewall/firehol/ChangeLog8
-rw-r--r--net-firewall/firehol/files/digest-firehol-1.1201
-rw-r--r--net-firewall/firehol/firehol-1.120.ebuild37
3 files changed, 45 insertions, 1 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog
index a4f1bbc836d3..7676ceaf518c 100644
--- a/net-firewall/firehol/ChangeLog
+++ b/net-firewall/firehol/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-firewall/firehol
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.1 2003/04/05 19:20:22 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.2 2003/04/06 10:47:21 cybersystem Exp $
+
+*firehol-1.120 (06 April 2003)
+
+ 06 April 2003; Sascha Schwabbauer <cybersystem@gentoo.org> firehol-1.120.ebuild, files/digest-firehol-1.120 :
+
+ Version bump, again thanks to Maik Schreiber <blizzy@blizzy.de> in bug #18837
*firehol-1.91 (05 April 2003)
diff --git a/net-firewall/firehol/files/digest-firehol-1.120 b/net-firewall/firehol/files/digest-firehol-1.120
new file mode 100644
index 000000000000..ee272a4b7167
--- /dev/null
+++ b/net-firewall/firehol/files/digest-firehol-1.120
@@ -0,0 +1 @@
+MD5 e87ec47335753ad0611b56ce9f55cfe6 firehol-1.120.tar.bz2 79843
diff --git a/net-firewall/firehol/firehol-1.120.ebuild b/net-firewall/firehol/firehol-1.120.ebuild
new file mode 100644
index 000000000000..0bb0394ac5f3
--- /dev/null
+++ b/net-firewall/firehol/firehol-1.120.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.120.ebuild,v 1.1 2003/04/06 10:47:21 cybersystem Exp $
+
+DESCRIPTION="iptables firewall generator"
+HOMEPAGE="http://firehol.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+RDEPEND="net-firewall/iptables
+ sys-apps/iproute"
+
+src_compile() {
+ mv firehol.sh firehol.sh.orig
+ sed <firehol.sh.orig >firehol.sh \
+ -e 's|/etc/firehol.conf|/etc/firehol/firehol.conf|' \
+ -e 's|/sbin/ip|/usr/sbin/ip|' \
+ -e 's|/usr/sbin/iptables|/sbin/iptables|'
+}
+
+src_install() {
+ newsbin firehol.sh firehol
+ dodir /etc/firehol /etc/firehol/examples
+ insinto /etc/firehol/examples
+ doins examples/*
+ dodoc ChangeLog COPYING README TODO
+ dohtml doc/*.html doc/*.css
+ docinto scripts
+ dodoc get-iana.sh doc/create_services.sh
+}
+
+pkg_postinst() {
+ einfo "The default path to firehol's configuration file is /etc/firehol/firehol.conf"
+ einfo "See /etc/firehol/examples for configuration examples."
+}