nikto: bundled LW2 removed

This commit is contained in:
Anton Bolshakov 2011-02-20 15:19:34 +00:00
parent 547ff15766
commit 431151ec6a
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
DIST nikto-2.1.3.tar.bz2 271642 RMD160 88b6823ca128d595383fc94aa98c523828911143 SHA1 03a44d8df1a58343b9afe31832b77074a47a1737 SHA256 58df896390bd2770bb574f98107376740cf688225302704e4fe8a4d0f3cf2f7f
DIST nikto-2.1.4.tar.bz2 288160 RMD160 adb8841d22a51d7f9f8f0c9b8e43aa942554da43 SHA1 d36f385dab04352336c09b7e576496a6ba18484a SHA256 9af930fea3f124e262d0e63977244b6bd19e22749f4defa818bb4d9b107ad603
EBUILD nikto-2.1.3-r1.ebuild 1345 RMD160 ee590c59b0feb4e25576feb805ffdb6571fb9966 SHA1 f55c3dd394b231cf4f71560d047f62b84edf7d5c SHA256 4dd3ddb3fca96b182ebe7a4f58aba1b3cda49fbf5d78ab5ec10b8e8b4278c9e6
EBUILD nikto-2.1.3.ebuild 1062 RMD160 ea0f524f6e65137b50e4da7c5ed3a6247401e5de SHA1 3d9364df7400e2ea0d0126bd203a275de9800a7d SHA256 a16e6ebd5ef7374d376380b14feeeb6e3117a395cf039bdc50fcf0cf3403f6f5
EBUILD nikto-2.1.4.ebuild 1345 RMD160 ee590c59b0feb4e25576feb805ffdb6571fb9966 SHA1 f55c3dd394b231cf4f71560d047f62b84edf7d5c SHA256 4dd3ddb3fca96b182ebe7a4f58aba1b3cda49fbf5d78ab5ec10b8e8b4278c9e6
EBUILD nikto-2.1.4.ebuild 1343 RMD160 cb67991824528e36d8dea7fa46a612ff14673331 SHA1 2e9248827b1933c15aba25d66fbadb884d00c2c9 SHA256 0500d9f4aede33b7990478dcca81ab741d2c65c74d38d967e356d48a6a373a88

View file

@ -32,7 +32,7 @@ src_prepare() {
sed -i -e 's:# use LW2:use LW2:' \
nikto.pl || die
sed -i -e 's:require "$NIKTOCONFIG{'\''PLUGINDIR'\''}/LW2.pm":# require "$NIKTOCONFIG{'\''PLUGINDIR'\''}/LW2.pm":' \
sed -i -e 's:require "$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":# require "$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":' \
nikto.pl || die
rm plugins/LW2.pm || die "removing bundled lib LW2.pm failed"
}