diff options
author | khorben <khorben@pkgsrc.org> | 2016-11-18 16:58:21 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-11-18 16:58:21 +0000 |
commit | 38c86cb19a23b460bd44ce4de81ed68952a4d60f (patch) | |
tree | 6b49fb4d498776f486a3e45487abd54bd1ffe228 | |
parent | 2f214607ed4cecf865acd2bfb03abae0cd3a7287 (diff) | |
download | pkgsrc-38c86cb19a23b460bd44ce4de81ed68952a4d60f.tar.gz |
Correct the name of the configuration file in nikto(1)
Bump PKGREVISION.
-rw-r--r-- | security/nikto/Makefile | 4 | ||||
-rw-r--r-- | security/nikto/distinfo | 3 | ||||
-rw-r--r-- | security/nikto/patches/patch-docs_nikto.1 | 21 |
3 files changed, 25 insertions, 3 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index c37e64eb154..57076ed5db7 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -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/ diff --git a/security/nikto/distinfo b/security/nikto/distinfo index 430d87e3dbe..85a264df769 100644 --- a/security/nikto/distinfo +++ b/security/nikto/distinfo @@ -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 diff --git a/security/nikto/patches/patch-docs_nikto.1 b/security/nikto/patches/patch-docs_nikto.1 new file mode 100644 index 00000000000..559ba3c517d --- /dev/null +++ b/security/nikto/patches/patch-docs_nikto.1 @@ -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 |