pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/nikto



Module Name:    pkgsrc
Committed By:   khorben
Date:           Fri Nov 18 16:58:21 UTC 2016

Modified Files:
        pkgsrc/security/nikto: Makefile distinfo
Added Files:
        pkgsrc/security/nikto/patches: patch-docs_nikto.1

Log Message:
Correct the name of the configuration file in nikto(1)

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/nikto/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/nikto/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/nikto/patches/patch-docs_nikto.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/nikto/Makefile
diff -u pkgsrc/security/nikto/Makefile:1.25 pkgsrc/security/nikto/Makefile:1.26
--- pkgsrc/security/nikto/Makefile:1.25 Fri Nov 18 16:51:03 2016
+++ pkgsrc/security/nikto/Makefile      Fri Nov 18 16:58:21 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2016/11/18 16:51:03 khorben Exp $
+# $NetBSD: Makefile,v 1.26 2016/11/18 16:58:21 khorben Exp $
 
 DISTNAME=      nikto-2.1.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security www
 MASTER_SITES=  http://www.cirt.net/nikto/
 

Index: pkgsrc/security/nikto/distinfo
diff -u pkgsrc/security/nikto/distinfo:1.9 pkgsrc/security/nikto/distinfo:1.10
--- pkgsrc/security/nikto/distinfo:1.9  Fri Nov 18 16:40:19 2016
+++ pkgsrc/security/nikto/distinfo      Fri Nov 18 16:58:21 2016
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2016/11/18 16:40:19 khorben Exp $
+$NetBSD: distinfo,v 1.10 2016/11/18 16:58:21 khorben Exp $
 
 SHA1 (nikto-2.1.5.tar.gz) = 95d24bead999509cb70e8d586b2dcbf366d0d0e8
 RMD160 (nikto-2.1.5.tar.gz) = 428c3cd6dcda3651263de971d3568df72a63a05a
 SHA512 (nikto-2.1.5.tar.gz) = b6a1e7277a501055a4693d2e7179801bda0566350f3718cd169c3baf61003a936b14e9a4ba59f3597a83be8ef509953fdae546ec57e487a33b2b3efbabe84b67
 Size (nikto-2.1.5.tar.gz) = 371663 bytes
+SHA1 (patch-docs_nikto.1) = 217ebaac85a5637411175872013b2f69b260a5f1

Added files:

Index: pkgsrc/security/nikto/patches/patch-docs_nikto.1
diff -u /dev/null pkgsrc/security/nikto/patches/patch-docs_nikto.1:1.1
--- /dev/null   Fri Nov 18 16:58:21 2016
+++ pkgsrc/security/nikto/patches/patch-docs_nikto.1    Fri Nov 18 16:58:21 2016
@@ -0,0 +1,21 @@
+$NetBSD: patch-docs_nikto.1,v 1.1 2016/11/18 16:58:21 khorben Exp $
+
+Correct the name of the configuration file.
+
+--- docs/nikto.1.orig  2016-11-18 16:56:02.000000000 +0000
++++ docs/nikto.1
+@@ -42,12 +42,12 @@ Below are all of the Nikto command line 
+ .PP
+ \fB\-Cgidirs\fR
+ .RS 4
+-Scan these CGI directories\&. Special words "none" or "all" may be used to scan all CGI directories or none, (respectively)\&. A literal value for a CGI directory such as "/cgi\-test/" may be 
specified (must include trailing slash)\&. If this is option is not specified, all CGI directories listed in config\&.txt will be tested\&.
++Scan these CGI directories\&. Special words "none" or "all" may be used to scan all CGI directories or none, (respectively)\&. A literal value for a CGI directory such as "/cgi\-test/" may be 
specified (must include trailing slash)\&. If this is option is not specified, all CGI directories listed in nikto\&.conf will be tested\&.
+ .RE
+ .PP
+ \fB\-config\fR
+ .RS 4
+-Specify an alternative config file to use instead of the config\&.txt located in the install directory\&.
++Specify an alternative config file to use instead of the nikto\&.conf located in the install directory\&.
+ .RE
+ .PP
+ \fB\-dbcheck\fR



Home | Main Index | Thread Index | Old Index