summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-06-04 19:51:08 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-06-04 19:51:08 +0000
commitf931145763b0880fd42af6545baa89e3fef01c7b (patch)
treeab2f2b7c68503e9264650749ce2832f3a929fbc7 /net-firewall/fwipsec
parent~amd64 (diff)
downloadhistorical-f931145763b0880fd42af6545baa89e3fef01c7b.tar.gz
historical-f931145763b0880fd42af6545baa89e3fef01c7b.tar.bz2
historical-f931145763b0880fd42af6545baa89e3fef01c7b.zip
Added fwipsec to portage -- for easy-peezy firewall configuring. I personally swear by this package, and I have for several months
Diffstat (limited to 'net-firewall/fwipsec')
-rw-r--r--net-firewall/fwipsec/ChangeLog12
-rw-r--r--net-firewall/fwipsec/Manifest4
-rw-r--r--net-firewall/fwipsec/files/digest-fwipsec-0.4.21
-rw-r--r--net-firewall/fwipsec/fwipsec-0.4.2.ebuild31
-rw-r--r--net-firewall/fwipsec/metadata.xml15
5 files changed, 63 insertions, 0 deletions
diff --git a/net-firewall/fwipsec/ChangeLog b/net-firewall/fwipsec/ChangeLog
new file mode 100644
index 000000000000..72375bd22802
--- /dev/null
+++ b/net-firewall/fwipsec/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for net-firewall/fwipsec
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/ChangeLog,v 1.1 2004/06/04 19:51:08 seemant Exp $
+
+*fwipsec-0.4.2 (04 Jun 2004)
+
+ 04 Jun 2004; Seemant Kulleen <seemant@gentoo.org> +metadata.xml,
+ +fwipsec-0.4.2.ebuild:
+ New firewall easy configuration script. It also gives you the bonus of turning
+ on squid and IP/SEC for VPN's. This package was created by Jay Pfeifer and his
+ associates.
+
diff --git a/net-firewall/fwipsec/Manifest b/net-firewall/fwipsec/Manifest
new file mode 100644
index 000000000000..dfbd2eaf7e81
--- /dev/null
+++ b/net-firewall/fwipsec/Manifest
@@ -0,0 +1,4 @@
+MD5 701a8d306db8d1c6d64f0ffcaf66e8f0 ChangeLog 521
+MD5 6e74dc477ea12630b37ce9bfa549a137 metadata.xml 427
+MD5 ac0cf9879662afedc82e3379c1ac1d2f fwipsec-0.4.2.ebuild 738
+MD5 d7fa6046a7b05c8c38efcd35b3b1b37a files/digest-fwipsec-0.4.2 65
diff --git a/net-firewall/fwipsec/files/digest-fwipsec-0.4.2 b/net-firewall/fwipsec/files/digest-fwipsec-0.4.2
new file mode 100644
index 000000000000..d0d3e06d6bb8
--- /dev/null
+++ b/net-firewall/fwipsec/files/digest-fwipsec-0.4.2
@@ -0,0 +1 @@
+MD5 5d40a8657e2651eb59844584e0d054bd fwipsec-0.4.2.tar.bz2 13114
diff --git a/net-firewall/fwipsec/fwipsec-0.4.2.ebuild b/net-firewall/fwipsec/fwipsec-0.4.2.ebuild
new file mode 100644
index 000000000000..c3394958bc61
--- /dev/null
+++ b/net-firewall/fwipsec/fwipsec-0.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Id: fwipsec-0.4.2.ebuild,v 1.1 2004/06/04 19:51:08 seemant Exp $
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid."
+HOMEPAGE="http://www.fwipsec.net/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips ~ia64"
+
+DEPEND="virtual/linux-sources
+ >=net-firewall/iptables-1.2.7
+ sys-apps/iproute2"
+
+src_install() {
+ exeinto /etc/fwipsec
+ doexe fwipsec.*
+ exeinto /etc/init.d
+ doexe fwipsec
+
+ dodoc LICENSE DOCS/*
+}
+
+pkg_postinst() {
+ einfo "Edit /etc/fwipsec/fwipsec.defs to set your base rules."
+ echo
+}
diff --git a/net-firewall/fwipsec/metadata.xml b/net-firewall/fwipsec/metadata.xml
new file mode 100644
index 000000000000..b1ccd869eff5
--- /dev/null
+++ b/net-firewall/fwipsec/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>pfeifer@gentoo.org</email>
+ <name>Jay Pfeifer</name>
+ <description>Upstream</description>
+</maintainer>
+<maintainer>
+ <email>seemant@gentoo.org</email>
+ <name>Seemant Kulleen</name>
+ <description>Jay's Assistant</description>
+</maintainer>
+</pkgmetadata>