summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nikto/ChangeLog3
-rw-r--r--net-analyzer/nikto/Manifest10
-rw-r--r--net-analyzer/nikto/nikto-2.1.1.ebuild3
3 files changed, 9 insertions, 7 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog
index aa52f19cc..e0fdf3550 100644
--- a/net-analyzer/nikto/ChangeLog
+++ b/net-analyzer/nikto/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.24 2009/03/20 16:02:06 dertobi123 Exp $
+ 23 Feb 2010; David Abbott <dabbott@gentoo.org> nikto-2.1.1.ebuild:
+ removed bundled lib LW2.pm in src_prepare
+
22 Feb 2010; David Abbott <dabbott@gentoo.org> nikto-2.1.1.ebuild,
+files/nikto-2.1.1-PL.patch, -files/nikto.conf.patch:
Removing bundled LW2.pm
diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest
index 3d0db4d99..3c8890d0c 100644
--- a/net-analyzer/nikto/Manifest
+++ b/net-analyzer/nikto/Manifest
@@ -4,13 +4,13 @@ Hash: SHA1
AUX nikto-2.1.1-PL.patch 905 RMD160 43d90235c48e85733fd3743e622bdc06a39b1aa8 SHA1 9bd8f86b7f6287ce252e5c116d51c02f7fa9cf48 SHA256 702843f093edc5676bb49578fa74688246e36c83031079527123252f34cb53d3
AUX nikto.conf 2742 RMD160 f369a60ff661ab64d0b27e817761dc7446869ec6 SHA1 3624fce0b76130035456481e6a7e607005c75eff SHA256 c6d677faad81f2d62d19a3de4d363c0934e7c731cf89f6827ed92d1490b6e986
DIST nikto-2.1.1.tar.bz2 262100 RMD160 16d4c897798f9831944b79cb9b487e2a719e2c89 SHA1 f1c4faf11d658376212ed9eb47b55e8f76bc9cbf SHA256 11443267c33ebdc696e39a9e76f5a842f5dc568afc7351d22310991ee900c29d
-EBUILD nikto-2.1.1.ebuild 1430 RMD160 b17dc0f31393f06790fd255f7fb88d917fd0b4c6 SHA1 a3c9d14c6c0d956bced488429deaf64ed0babe33 SHA256 1c2a8b488758cf027dd519892b7c19d5539eba627bbd50ffa0b81538ef0434cc
-MISC ChangeLog 4119 RMD160 4f0474dcdc3cff0c8d00fae9419a1905a74375d6 SHA1 13ac4d5eab73ab19e9ce9458923b0b9e52757350 SHA256 d3211b4a13231bf626dd397c9336b4643bd2b3b40232b2450786df3383daa34d
+EBUILD nikto-2.1.1.ebuild 1385 RMD160 a7ba6ffa1c33ec6602fc517026f1c8e17267ff1d SHA1 46bb7ef640d1278081c22816ec007c078a1bbcd3 SHA256 a577b1f377fa7e7fe25b15b4835fb2b315fca2cba1115e6525becca84c1403c6
+MISC ChangeLog 4233 RMD160 50a238bae7cfee89bbd9ab40e9bfffd9f01d928f SHA1 1bc9b97483c669137a0ca221008042da330461c6 SHA256 606e0585dd5eba179caf010746f50efd04549f2b3fb138121bf0ad7b43d4de56
MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
-iEYEARECAAYFAkuC8YYACgkQcZ+z4vAcSsybzwCfUUFszykS3Ter1rWiKh8UsGe9
-ApIAn2yZAHy/biuJ3EZa7CmGL5Q/kB4h
-=oHAI
+iEYEARECAAYFAkuDcRsACgkQcZ+z4vAcSsxFbQCfY8/RoJ2T2V1h0Te7FqazLUBi
+KZ8An3hj7jyS1T9wm7HJ1VW7PwTponNd
+=RluO
-----END PGP SIGNATURE-----
diff --git a/net-analyzer/nikto/nikto-2.1.1.ebuild b/net-analyzer/nikto/nikto-2.1.1.ebuild
index 115b818dd..be74d4c45 100644
--- a/net-analyzer/nikto/nikto-2.1.1.ebuild
+++ b/net-analyzer/nikto/nikto-2.1.1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
rm docs/._* || die "removing osx files failed"
+ rm plugins/LW2.pm || die "removing bundled lib LW2.pm failed"
epatch "${FILESDIR}"/${PF}-PL.patch || die "patch failed"
}
@@ -53,7 +54,5 @@ src_install() {
}
pkg_postinst() {
- einfo "Removing bundled LW2.pm"
- rm /var/lib/nikto/plugins/LW2.pm || die "removing bundled library failed"
elog 'Default configuration file is "/etc/nikto/nikto.conf"'
}