summaryrefslogtreecommitdiff
path: root/net/nmapfe/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2005-01-20 12:03:36 +0000
committersalo <salo>2005-01-20 12:03:36 +0000
commit21050930bf4d7288369dd4b38e436cc518ff7525 (patch)
treeeb9926c93b83c8f0fabd904ee178b899a297f413 /net/nmapfe/Makefile
parent8d6be68ebcbe8912c1c3f5bd9d2cf1014aba6511 (diff)
downloadpkgsrc-21050930bf4d7288369dd4b38e436cc518ff7525.tar.gz
Update to version 3.78
Changes: - The XML nmaprun element now has a startstr attribute which gives the human readable calendar time format that a scan started. Similarly the finished element now has a timestr attribute describing when the scan finished. These are in addition to the existing nmaprun/start and finished/time attributes that provided the start and finish time in UNIX time_t notation. This should help in development of better XSLT stylesheets for Nmap XML output. - Added new "closed|filtered" state. This is used for Idlescan, since that scan method can't distinguish between those two staes. Nmap previously just used "closed", but this is more accurate. - Rewrote the host IP (target specification) parser for easier maintenance and to fix a bug found by Netris (netris(a)ok.kz) - Fixed compilation on soem HP-UX 11 boxes thanks to a patch by Petter Reinholdtsen (pere(a)hungry.com). - Fixed a portability problem on some OpenBSD and FreeBSD machines thanks to a patch by Okan Demirmen (okan(a)demirmen.com). - Added an NTP probe and matches to the version detection database (nmap-service-probes) thanks to a submission from Martin Macok (martin.macok@underground.cz).
Diffstat (limited to 'net/nmapfe/Makefile')
-rw-r--r--net/nmapfe/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile
index d8fd1d8c7ec..a124b354735 100644
--- a/net/nmapfe/Makefile
+++ b/net/nmapfe/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2004/11/26 14:39:26 salo Exp $
+# $NetBSD: Makefile,v 1.28 2005/01/20 12:03:37 salo Exp $
#
-DISTNAME= nmap-3.77
+DISTNAME= nmap-3.78
PKGNAME= nmapfe-0.9.5
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= net security
MASTER_SITES= http://www.insecure.org/nmap/dist/
EXTRACT_SUFX= .tar.bz2