pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Update to version 3.78



details:   https://anonhg.NetBSD.org/pkgsrc/rev/340b98902d71
branches:  trunk
changeset: 487791:340b98902d71
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Jan 20 12:03:36 2005 +0000

description:
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@localhost).

diffstat:

 net/nmap/Makefile   |  5 +++--
 net/nmap/distinfo   |  6 +++---
 net/nmapfe/Makefile |  6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 87ea90e5c4b4 -r 340b98902d71 net/nmap/Makefile
--- a/net/nmap/Makefile Thu Jan 20 11:49:12 2005 +0000
+++ b/net/nmap/Makefile Thu Jan 20 12:03:36 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2004/11/26 09:24:20 adam Exp $
+# $NetBSD: Makefile,v 1.41 2005/01/20 12:03:36 salo Exp $
+#
 
-DISTNAME=      nmap-3.77
+DISTNAME=      nmap-3.78
 CATEGORIES=    net security
 MASTER_SITES=  http://www.insecure.org/nmap/dist/
 EXTRACT_SUFX=  .tar.bz2
diff -r 87ea90e5c4b4 -r 340b98902d71 net/nmap/distinfo
--- a/net/nmap/distinfo Thu Jan 20 11:49:12 2005 +0000
+++ b/net/nmap/distinfo Thu Jan 20 12:03:36 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2004/11/26 09:24:20 adam Exp $
+$NetBSD: distinfo,v 1.21 2005/01/20 12:03:36 salo Exp $
 
-SHA1 (nmap-3.77.tar.bz2) = a0efd1d634bcdce0e009440b4d09cdfb67dfa975
-Size (nmap-3.77.tar.bz2) = 1441332 bytes
+SHA1 (nmap-3.78.tar.bz2) = a31b8b3a605a0321904b2626cf631ac6eb1a1d3d
+Size (nmap-3.78.tar.bz2) = 1441986 bytes
 SHA1 (patch-aa) = e22e9674173b66240c8e56a0468059b773444ad6
 SHA1 (patch-ab) = 7ac228ff6016b1893b0bdd38134fe46f6ee71b67
 SHA1 (patch-ad) = 697142c3eed5c8771c9421e241a06b9c35588b9d
diff -r 87ea90e5c4b4 -r 340b98902d71 net/nmapfe/Makefile
--- a/net/nmapfe/Makefile       Thu Jan 20 11:49:12 2005 +0000
+++ b/net/nmapfe/Makefile       Thu Jan 20 12:03:36 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index