summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-10-23 18:53:24 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-10-23 18:53:24 +0000
commit73dbe3edb5612a3de1d421e4698adcd004fe9aa5 (patch)
tree78ce866f7a61b029f9910864de04c50961f9cc49 /net-firewall
parentrestoring gtk2 version of sylpheed-0.9.5 (diff)
downloadgentoo-2-73dbe3edb5612a3de1d421e4698adcd004fe9aa5.tar.gz
gentoo-2-73dbe3edb5612a3de1d421e4698adcd004fe9aa5.tar.bz2
gentoo-2-73dbe3edb5612a3de1d421e4698adcd004fe9aa5.zip
remove old
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/psad/Manifest4
-rw-r--r--net-firewall/psad/files/digest-psad-1.2.11
-rw-r--r--net-firewall/psad/files/digest-psad-1.2.31
-rw-r--r--net-firewall/psad/psad-1.2.1.ebuild94
-rw-r--r--net-firewall/psad/psad-1.2.3.ebuild99
5 files changed, 0 insertions, 199 deletions
diff --git a/net-firewall/psad/Manifest b/net-firewall/psad/Manifest
index cb0334a68b72..779fbe08599b 100644
--- a/net-firewall/psad/Manifest
+++ b/net-firewall/psad/Manifest
@@ -1,10 +1,6 @@
MD5 d53d8f350b98cb2c133a02ed1bb7b17f psad-1.2.3-r1.ebuild 2318
-MD5 3f67eca9c08b0f4c00febb141781d3bc psad-1.2.1.ebuild 2177
-MD5 1b47f1cbc333cef8864f9c143321eb4c psad-1.2.3.ebuild 2324
MD5 cd8a79e76c6745c3eaa0d4cf8a18b9eb psad-1.2.4.ebuild 2814
MD5 5ef7ac1b851517d31ed80b49386ecc42 ChangeLog 1360
MD5 624441f5e21afa19251eedc583e0c4e7 metadata.xml 433
-MD5 13ac645fa87957507ebc86576fb4e76b files/digest-psad-1.2.1 62
-MD5 2958d8637b53c70d3e7c1fc812265c96 files/digest-psad-1.2.3 62
MD5 de0f1f89e6d13f25077e8189a1709007 files/digest-psad-1.2.4 63
MD5 2958d8637b53c70d3e7c1fc812265c96 files/digest-psad-1.2.3-r1 62
diff --git a/net-firewall/psad/files/digest-psad-1.2.1 b/net-firewall/psad/files/digest-psad-1.2.1
deleted file mode 100644
index 3e6ea1a2c21a..000000000000
--- a/net-firewall/psad/files/digest-psad-1.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 185cfd496b306fae2a344f727baf270a psad-1.2.1.tar.gz 427990
diff --git a/net-firewall/psad/files/digest-psad-1.2.3 b/net-firewall/psad/files/digest-psad-1.2.3
deleted file mode 100644
index 16b7474b4eed..000000000000
--- a/net-firewall/psad/files/digest-psad-1.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e9aa74b03528ee6143af45f6f3b1fb0c psad-1.2.3.tar.gz 432797
diff --git a/net-firewall/psad/psad-1.2.1.ebuild b/net-firewall/psad/psad-1.2.1.ebuild
deleted file mode 100644
index a508c914599c..000000000000
--- a/net-firewall/psad/psad-1.2.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.2.1.ebuild,v 1.2 2003/09/19 07:44:06 seemant Exp $
-
-inherit eutils
-inherit perl-module
-
-IUSE=""
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Port Scannning Attack Detection daemon"
-SRC_URI="http://www.cipherdyne.org/psad/download/psad-1.2.1.tar.gz"
-HOMEPAGE="http://www.cipherdyne.org/psad"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc ~hppa ~mips ~arm"
-
-DEPEND="${DEPEND}
- dev-lang/perl"
-
-RDEPEND="virtual/logger
- dev-perl/Unix-Syslog
- dev-perl/Date-Calc
- net-mail/mailx
- net-firewall/iptables"
-
-src_compile() {
- cd ${S}/Psad
- SRC_PREP="no" perl-module_src_compile
- emake test
-
- cd ${S}/Net-IPv4Addr
- SRC_PREP="no" perl-module_src_compile
- emake test
-
- cd ${S}/IPTables/Parse
- SRC_PREP="no" perl-module_src_compile
- emake test
-
- cd ${S}/whois
- emake || die
-
- cd ${S}
- # We'll use the C binaries until we see them break
- emake || die
-}
-
-src_install() {
- keepdir /var/lib/psad /var/log/psad /var/run/psad /var/lock/subsys/${PN}
- dodir /etc/psad
- cd ${S}/Psad
- perl-module_src_install
-
- cd ${S}/Net-IPv4Addr
- perl-module_src_install
-
- cd ${S}/IPTables/Parse
- perl-module_src_install
-
- cd ${S}/whois
- # Makefile seems borken, do install by hand...
- insinto /usr
- newbin whois whois_psad
- newman whois.1 whois_psad.1
-
- cd ${S}
- insinto /usr
- dosbin diskmond kmsgsd psad psadwatchd
- dobin pscan
-
- cd ${S}
- insinto /etc/psad
- doins *.conf
-
- dodoc BENCHMARK CREDITS Change* FW_EXAMPLE_RULES README LICENSE SCAN_LOG
-}
-
-pkg_postinst() {
- if [ ! -p ${ROOT}/var/lib/psad/psadfifo ]
- then
- ebegin "Creating syslog FIFO for PSAD"
- mknod -m 600 ${ROOT}/var/lib/psad/psadfifo p
- eend $?
- fi
- echo
- einfo "Several programs in the PSAD package are in the process of being"
- einfo "converted to compiled C from PERL. If you have any problems,"
- einfo "please notify the PSAD maintainers. Please do not take PSAD"
- einfo "issues to the Bastille-Linux team."
- echo
- ewarn "Please be sure to edit /etc/psad/psad.conf to reflect your"
- ewarn "system's configuration or it may not work correctly or start up."
-}
diff --git a/net-firewall/psad/psad-1.2.3.ebuild b/net-firewall/psad/psad-1.2.3.ebuild
deleted file mode 100644
index bf471c940c58..000000000000
--- a/net-firewall/psad/psad-1.2.3.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.2.3.ebuild,v 1.2 2003/09/19 07:44:06 seemant Exp $
-
-inherit eutils
-inherit perl-module
-
-IUSE=""
-
-LICENSE="GPL-2"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Port Scannning Attack Detection daemon"
-SRC_URI="http://www.cipherdyne.org/psad/download/psad-${PV}.tar.gz"
-HOMEPAGE="http://www.cipherdyne.org/psad"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc"
-
-DEPEND="${DEPEND}
- dev-lang/perl"
-
-#"( app-admin/metalog || (app-admin/sysklogd || app-admin/msyslog || app-admin/syslog-ng )
-RDEPEND="dev-perl/Unix-Syslog
- dev-perl/Date-Calc
- net-mail/mailx
- net-firewall/iptables"
-
-src_compile() {
- cd ${S}/Psad
- SRC_PREP="no" perl-module_src_compile
- emake test
-
- cd ${S}/Net-IPv4Addr
- SRC_PREP="no" perl-module_src_compile
- emake test
-
- cd ${S}/IPTables/Parse
- SRC_PREP="no" perl-module_src_compile
- emake test
-
- cd ${S}/whois
- emake || die
-
- cd ${S}
- # We'll use the C binaries until we see them break
- emake || die
-}
-
-src_install() {
- keepdir /var/lib/psad /var/log/psad /var/run/psad /var/lock/subsys/${PN}
- dodir /etc/psad
- cd ${S}/Psad
- perl-module_src_install
-
- cd ${S}/Net-IPv4Addr
- perl-module_src_install
-
- cd ${S}/IPTables/Parse
- perl-module_src_install
-
- cd ${S}/whois
- # Makefile seems borken, do install by hand...
- insinto /usr
- newbin whois whois_psad
- newman whois.1 whois_psad.1
-
- cd ${S}
- insinto /usr
- dosbin diskmond kmsgsd psad psadwatchd
- dobin pscan
-
- cd ${S}
- insinto /etc/psad
- doins *.conf
-
- cd ${S}/snort_rules
- dodir /etc/psad/snort_rules
- insinto /etc/psad/snort_rules
- doins *.rules
-
- dodoc BENCHMARK CREDITS Change* FW_EXAMPLE_RULES README LICENSE SCAN_LOG
-}
-
-pkg_postinst() {
- if [ ! -p ${ROOT}/var/lib/psad/psadfifo ]
- then
- ebegin "Creating syslog FIFO for PSAD"
- mknod -m 600 ${ROOT}/var/lib/psad/psadfifo p
- eend $?
- fi
- echo
- einfo "Several programs in the PSAD package are in the process of being converted to"
- einfo "compiled C from PERL. If you have any problems, please notify the PSAD"
- einfo "maintainers. Please do not take PSAD issues to the Bastille-Linux team."
- echo
- ewarn "Please be sure to edit /etc/psad/psad.conf to reflect your system's configuration"
- ewarn "or it may not work correctly or start up."
-}