diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-05 05:03:49 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-05 05:03:49 +0800 |
commit | 95bf82ea5be5047f7ed8e50215e27afb90fca916 (patch) | |
tree | 0619c6ee367171b18e057923cbb5f47c5175c25e /security/nikto | |
parent | 042fe2d5ea38c94098e2f920448134e44b745703 (diff) | |
download | freebsd-ports-gnome-95bf82ea5be5047f7ed8e50215e27afb90fca916.tar.gz freebsd-ports-gnome-95bf82ea5be5047f7ed8e50215e27afb90fca916.tar.zst freebsd-ports-gnome-95bf82ea5be5047f7ed8e50215e27afb90fca916.zip |
Update to 1.36
Diffstat (limited to 'security/nikto')
-rw-r--r-- | security/nikto/Makefile | 6 | ||||
-rw-r--r-- | security/nikto/distinfo | 6 | ||||
-rw-r--r-- | security/nikto/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 8a9f0d7fb268..709ab065f94e 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -8,11 +8,11 @@ # PORTNAME= nikto -PORTVERSION= 1.35 -PORTREVISION= 2 +PORTVERSION= 1.36 CATEGORIES= security www MASTER_SITES= http://www.cirt.net/${PORTNAME}/ \ http://www.mirrors.wiretapped.net/security/vulnerability-assessment/${PORTNAME}/ \ + http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ MAINTAINER= itetcu@FreeBSD.org @@ -48,7 +48,7 @@ post-patch: @${REINPLACE_CMD} -e 's:\$NIKTO{plugindir}/../docs/CHANGES.txt:\$NIKTO{plugindir}/../docs/nikto/CHANGES.txt:' \ -e 's:\$NIKTO{plugindir}/../CHANGES.txt:\$NIKTO{plugindir}/../docs/nikto/CHANGES.txt:' \ ${WRKSRC}/plugins/nikto_core.plugin - @${MV} ${WRKSRC}/docs/nikto-1.34.man ${WRKSRC}/docs/nikto.1 + @${MV} ${WRKSRC}/docs/${PORTNAME}-${PORTVERSION}.man ${WRKSRC}/docs/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nikto.pl ${TARGETDIR}/bin/nikto diff --git a/security/nikto/distinfo b/security/nikto/distinfo index ce075505d7f5..627b148f8be0 100644 --- a/security/nikto/distinfo +++ b/security/nikto/distinfo @@ -1,3 +1,3 @@ -MD5 (nikto-1.35.tar.bz2) = 50d9c671a5285365bd93bcea7577950b -SHA256 (nikto-1.35.tar.bz2) = b73d54e9b364f08b2e92753c7e53549a864f24bee13658efa47d201a298e404d -SIZE (nikto-1.35.tar.bz2) = 166897 +MD5 (nikto-1.36.tar.bz2) = d70107deb225489ecf20e2b46684674e +SHA256 (nikto-1.36.tar.bz2) = a4592d473358ee17217debe0f6f2da8ed0d130010e34db5bde08692231335ffb +SIZE (nikto-1.36.tar.bz2) = 174712 diff --git a/security/nikto/pkg-plist b/security/nikto/pkg-plist index bd3fb3d67120..026a5a36f922 100644 --- a/security/nikto/pkg-plist +++ b/security/nikto/pkg-plist @@ -14,6 +14,7 @@ etc/nikto.conf.sample %%DATADIR%%/nikto_core.plugin %%DATADIR%%/nikto_headers.plugin %%DATADIR%%/nikto_plugin_order.txt +%%DATADIR%%/nikto_put_del_test.plugin %%DATADIR%%/nikto_realms.plugin %%DATADIR%%/nikto_robots.plugin %%DATADIR%%/nikto_user_enum_apache.plugin |