here's an update to security/nikto.

ok?

cheers,
rui



Index: Makefile
===================================================================
RCS file: /cvs/ports/security/nikto/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    15 Sep 2007 23:29:59 -0000      1.9
+++ Makefile    12 Jan 2008 22:58:23 -0000
@@ -2,11 +2,13 @@
 
 COMMENT=       Web and CGI vulnerability scanner with SSL support
 
-DISTNAME=      nikto-1.36
+DISTNAME=      nikto-2.02
 CATEGORIES=    security www
 
 HOMEPAGE=      http://www.cirt.net/code/nikto.shtml
 
+MAINTAINER=    Rui Reis <[EMAIL PROTECTED]>
+
 MASTER_SITES=  http://www.cirt.net/nikto/ \
                http://www.cirt.net/nikto/ARCHIVE/
 EXTRACT_SUFX=  .tar.bz2
@@ -24,15 +26,15 @@
 PKG_ARCH=      *
 
 pre-configure:
-       perl -pi -e 's,# PLUGINDIR=.+,PLUGINDIR=${PREFIX}/share/nikto,' \
+       perl -pi -e 's,# EXECDIR=.+,EXECDIR=${PREFIX}/share/nikto,' \
                ${WRKSRC}/config.txt
        perl -pi -e 's,config.txt,${SYSCONFDIR}/nikto.conf,' ${WRKSRC}/nikto.pl
        perl -pi -e 's,docs/CHANGES\.txt,doc/nikto/CHANGES.txt,g' \
                ${WRKSRC}/plugins/nikto_core.plugin
-       perl -pi -e 's,nikto\.pl,nikto,g' ${WRKSRC}/docs/nikto-1.36.man
 
 do-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/nikto
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/nikto/plugins
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/nikto/templates
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nikto
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nikto
 
@@ -40,11 +42,10 @@
        ${INSTALL_DATA} ${WRKSRC}/config.txt \
                ${PREFIX}/share/examples/nikto/nikto.conf
 
-       ${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFIX}/share/nikto
+       ${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFIX}/share/nikto/plugins
+       ${INSTALL_DATA} ${WRKSRC}/templates/* ${PREFIX}/share/nikto/templates
 
-       ${INSTALL_DATA} ${WRKSRC}/docs/nikto_usage.txt ${PREFIX}/share/doc/nikto
-       ${INSTALL_DATA} ${WRKSRC}/docs/README_plugins.txt 
${PREFIX}/share/doc/nikto
+       ${INSTALL_DATA} ${WRKSRC}/docs/nikto_manual.html 
${PREFIX}/share/doc/nikto
        ${INSTALL_DATA} ${WRKSRC}/docs/CHANGES.txt ${PREFIX}/share/doc/nikto
-       ${INSTALL_MAN} ${WRKSRC}/docs/nikto-1.36.man ${PREFIX}/man/man1/nikto.1
        
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/nikto/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    1 May 2007 15:55:55 -0000       1.7
+++ distinfo    12 Jan 2008 22:58:23 -0000
@@ -1,5 +1,5 @@
-MD5 (nikto-1.36.tar.bz2) = 1wEH3rIlSJ7PIOK0ZoRnTg==
-RMD160 (nikto-1.36.tar.bz2) = AXo4z1dutpPI9WJm74NVsagqC04=
-SHA1 (nikto-1.36.tar.bz2) = aKPnH7lXbaxIeLOZMjcgIMw2VgM=
-SHA256 (nikto-1.36.tar.bz2) = pFktRzNY7hchfevg9vLajtDRMAEONNtb3ghpIjEzX/s=
-SIZE (nikto-1.36.tar.bz2) = 174712
+MD5 (nikto-2.02.tar.bz2) = 5iPKMcIOxLGDaOPEvkuQhQ==
+RMD160 (nikto-2.02.tar.bz2) = OFGl/wJzDPAZO4aru7ZGiv637KU=
+SHA1 (nikto-2.02.tar.bz2) = 5BPyTVqUBW/ecqkTk+AMCuNLLx8=
+SHA256 (nikto-2.02.tar.bz2) = UK2kolJ/l2DkT8eJwLp2VhePYYRkPfUdxUPRUe8MHTI=
+SIZE (nikto-2.02.tar.bz2) = 198641
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/nikto/pkg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- pkg/PLIST   1 May 2007 15:55:55 -0000       1.6
+++ pkg/PLIST   12 Jan 2008 22:58:23 -0000
@@ -1,51 +1,90 @@
 @comment $OpenBSD: PLIST,v 1.6 2007/05/01 15:55:55 rui Exp $
 bin/nikto
[EMAIL PROTECTED] man/man1/nikto.1
 share/doc/nikto/
 @comment no checksum
 share/doc/nikto/CHANGES.txt
-share/doc/nikto/README_plugins.txt
-share/doc/nikto/nikto_usage.txt
+share/doc/nikto/nikto_manual.html
 share/examples/nikto/
 share/examples/nikto/nikto.conf
 @sample ${SYSCONFDIR}/nikto.conf
 share/nikto/
-share/nikto/LW.pm
+share/nikto/plugins/
+share/nikto/plugins/LW2.pm
 @comment no checksum
-share/nikto/nikto_apacheusers.plugin
+share/nikto/plugins/db_404_strings
 @comment no checksum
-share/nikto/nikto_core.plugin
+share/nikto/plugins/db_favicon
 @comment no checksum
-share/nikto/nikto_headers.plugin
+share/nikto/plugins/db_outdated
 @comment no checksum
-share/nikto/nikto_httpoptions.plugin
+share/nikto/plugins/db_realms
 @comment no checksum
-share/nikto/nikto_msgs.plugin
+share/nikto/plugins/db_server_msgs
 @comment no checksum
-share/nikto/nikto_mutate.plugin
+share/nikto/plugins/db_tests
 @comment no checksum
-share/nikto/nikto_outdated.plugin
+share/nikto/plugins/db_variables
 @comment no checksum
-share/nikto/nikto_passfiles.plugin
+share/nikto/plugins/nikto_apache_expect_xss.plugin
 @comment no checksum
-share/nikto/nikto_plugin_order.txt
+share/nikto/plugins/nikto_apacheusers.plugin
 @comment no checksum
-share/nikto/nikto_put_del_test.plugin
+share/nikto/plugins/nikto_core.plugin
 @comment no checksum
-share/nikto/nikto_realms.plugin
+share/nikto/plugins/nikto_favicon.plugin
 @comment no checksum
-share/nikto/nikto_robots.plugin
+share/nikto/plugins/nikto_headers.plugin
 @comment no checksum
-share/nikto/nikto_user_enum_apache.plugin
+share/nikto/plugins/nikto_httpoptions.plugin
 @comment no checksum
-share/nikto/nikto_user_enum_cgiwrap.plugin
+share/nikto/plugins/nikto_msgs.plugin
 @comment no checksum
-share/nikto/outdated.db
+share/nikto/plugins/nikto_mutate.plugin
 @comment no checksum
-share/nikto/realms.db
+share/nikto/plugins/nikto_outdated.plugin
 @comment no checksum
-share/nikto/scan_database.db
+share/nikto/plugins/nikto_passfiles.plugin
 @comment no checksum
-share/nikto/server_msgs.db
+share/nikto/plugins/nikto_plugin_order.txt
 @comment no checksum
-share/nikto/servers.db
+share/nikto/plugins/nikto_put_del_test.plugin
[EMAIL PROTECTED] no checksum
+share/nikto/plugins/nikto_reports.plugin
[EMAIL PROTECTED] no checksum
+share/nikto/plugins/nikto_robots.plugin
[EMAIL PROTECTED] no checksum
+share/nikto/plugins/nikto_single.plugin
[EMAIL PROTECTED] no checksum
+share/nikto/plugins/nikto_user_enum_apache.plugin
[EMAIL PROTECTED] no checksum
+share/nikto/plugins/nikto_user_enum_cgiwrap.plugin
+share/nikto/templates/
+share/nikto/templates/htm_close.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/htm_end.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/htm_host_head.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/htm_host_im.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/htm_host_item.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/htm_start.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/htm_stop.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/htm_summary.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/xml_close.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/xml_end.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/xml_host_head.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/xml_host_im.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/xml_host_item.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/xml_start.tmpl
[EMAIL PROTECTED] no checksum
+share/nikto/templates/xml_summary.tmpl

Reply via email to