summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-08 22:40:03 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-08 22:40:03 +0000
commite7c321e3133908d1db4e6946faa042f582e73231 (patch)
tree0597447d24f5b00368b30b19e6451d2ab960eb9b /net-firewall
parentAdd beta, remove alpha (Manifest recommit) (diff)
downloadgentoo-2-e7c321e3133908d1db4e6946faa042f582e73231.tar.gz
gentoo-2-e7c321e3133908d1db4e6946faa042f582e73231.tar.bz2
gentoo-2-e7c321e3133908d1db4e6946faa042f582e73231.zip
purged 1.4.5-r1, 1.4.10b (security bug #55675)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.10b2
-rw-r--r--net-firewall/shorewall/files/digest-shorewall-1.4.5-r11
-rw-r--r--net-firewall/shorewall/shorewall-1.4.10b.ebuild40
-rw-r--r--net-firewall/shorewall/shorewall-1.4.5-r1.ebuild30
4 files changed, 0 insertions, 73 deletions
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.10b b/net-firewall/shorewall/files/digest-shorewall-1.4.10b
deleted file mode 100644
index 4cafbf7aa237..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.10b
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 32725ad7dd73e0c0bae7c3e7ed7664bf shorewall-1.4.10b.tgz 118609
-MD5 0144bc2057c6d7b99d6fb86b116a79ed shorewall-docs-html-1.4.10b.tgz 2256954
diff --git a/net-firewall/shorewall/files/digest-shorewall-1.4.5-r1 b/net-firewall/shorewall/files/digest-shorewall-1.4.5-r1
deleted file mode 100644
index f73e869891f0..000000000000
--- a/net-firewall/shorewall/files/digest-shorewall-1.4.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 00772579905da52afcc1cb45315eb291 shorewall-1.4.5.tgz 2050466
diff --git a/net-firewall/shorewall/shorewall-1.4.10b.ebuild b/net-firewall/shorewall/shorewall-1.4.10b.ebuild
deleted file mode 100644
index 79e095ffadb3..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.10b.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.10b.ebuild,v 1.7 2004/07/01 23:37:44 eradicator Exp $
-
-IUSE="doc"
-
-DESCRIPTION="Full state iptables firewall"
-HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="ftp://slovakia.shorewall.net/mirror/${PN}/${P}/${P}.tgz
- doc? ( ftp://slovakia.shorewall.net/mirror/${PN}/${P}/${PN}-docs-html-${PV}.tgz )"
-#RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~alpha"
-
-DEPEND="virtual/libc
- net-firewall/iptables
- sys-apps/iproute2"
-
-S=${WORKDIR}/${P}
-
-src_install() {
- keepdir /var/lib/shorewall
- PREFIX=${D} ./install.sh /etc/init.d || die
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/shorewall shorewall
- dodoc COPYING INSTALL changelog.txt releasenotes.txt
- if use doc; then
- cd ${WORKDIR}/${PN}-docs-html-${PV}
- dohtml -r *
- fi
-}
-
-pkg_postinst() {
- einfo "Read the documentation from http://www.shorewall.net"
- einfo "available at /usr/share/doc/${PF}/html/index.htm"
- einfo "and edit the files in /etc/shorewall before starting the firewall"
-}
diff --git a/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild b/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild
deleted file mode 100644
index e27305d75c70..000000000000
--- a/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.5-r1.ebuild,v 1.11 2004/07/01 23:37:44 eradicator Exp $
-
-DESCRIPTION="Full state iptables firewall"
-HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc ~alpha"
-
-DEPEND="virtual/libc
- net-firewall/iptables
- sys-apps/iproute2"
-
-src_install() {
- keepdir /var/lib/shorewall
- PREFIX=${D} ./install.sh /etc/init.d || die
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/shorewall shorewall
- dohtml documentation/*.htm*
-}
-
-pkg_postinst() {
- einfo "Read the documentatition from http://www.shorewall.net"
- einfo "and edit the files in /etc/shorewall before starting the firewall"
-}