summaryrefslogtreecommitdiff
path: root/network/nikto/nikto.diff
diff options
context:
space:
mode:
authorMarco Bonetti <sid77@slackware.it>2011-03-05 00:35:32 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-03-05 00:35:32 -0300
commitd2ec2b6968a02e2dd16474d7681f459f827af7ba (patch)
tree564df389d71d6fabf1d71b8feb81dafd7e79fb9f /network/nikto/nikto.diff
parent800ce8b7ac43fd06eb986b06db8a2afa30940777 (diff)
downloadslackbuilds-d2ec2b6968a02e2dd16474d7681f459f827af7ba.tar.gz
network/nikto: Updated for version 2.1.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/nikto/nikto.diff')
-rw-r--r--network/nikto/nikto.diff18
1 files changed, 9 insertions, 9 deletions
diff --git a/network/nikto/nikto.diff b/network/nikto/nikto.diff
index e1f14fb326..1c3774db92 100644
--- a/network/nikto/nikto.diff
+++ b/network/nikto/nikto.diff
@@ -1,6 +1,6 @@
-diff -Naur nikto-2.1.2.orig/nikto.pl nikto-2.1.2/nikto.pl
---- nikto-2.1.2.orig/nikto.pl 2010-07-12 02:27:03.000000000 +0200
-+++ nikto-2.1.2/nikto.pl 2010-07-12 16:54:23.081240167 +0200
+diff -Naur nikto-2.1.4.orig/nikto.pl nikto-2.1.4/nikto.pl
+--- nikto-2.1.4.orig/nikto.pl 2011-02-19 03:53:23.000000000 +0100
++++ nikto-2.1.4/nikto.pl 2011-02-21 17:50:11.978245864 +0100
@@ -6,7 +6,7 @@
use Getopt::Long;
Getopt::Long::Configure('no_ignore_case');
@@ -10,12 +10,12 @@ diff -Naur nikto-2.1.2.orig/nikto.pl nikto-2.1.2/nikto.pl
###############################################################################
# Nikto #
-@@ -89,7 +89,7 @@
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_core.plugin";
- nprint("T:$starttime: Starting", "d");
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_single.plugin";
--require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm";
-+#require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm";
+@@ -85,7 +85,7 @@
+ require "$CONFIGFILE{'PLUGINDIR'}/nikto_core.plugin";
+ nprint("T:" . localtime($COUNTERS{'scan_start'}) . ": Starting", "d");
+ require "$CONFIGFILE{'PLUGINDIR'}/nikto_single.plugin";
+-require "$CONFIGFILE{'PLUGINDIR'}/LW2.pm";
++#require "$CONFIGFILE{'PLUGINDIR'}/LW2.pm";
my ($a, $b) = split(/\./, $LW2::VERSION);
die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4);