diff options
author | salo <salo@pkgsrc.org> | 2006-02-12 17:24:23 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-02-12 17:24:23 +0000 |
commit | 0d4851c72bdbef0a3aa1940c2a07fd3dc5ea5fe6 (patch) | |
tree | 6dd695fb904c6257f0d99e5633de77c6ac6d9652 /net/nmapfe | |
parent | f387ec0570d155ef1ae1ffd33b5c75e45d687305 (diff) | |
download | pkgsrc-0d4851c72bdbef0a3aa1940c2a07fd3dc5ea5fe6.tar.gz |
Updated to version 4.01:
Changes:
- Fixed a bug that would cause bogus reverse-DNS resolution on
big-endian machines. Thanks to Doug Hoyte, Seth Miller, Tony Doan,
and Andrew Lutomirsky for helping to debug and patch the problem.
- Fixed an important memory leak in the raw ethernet sending system.
Thanks to Ganga Bhavani (GBhavani(a)everdreamcorp.com) for
identifying the bug and sending a patch.
- Fixed --system-dns option so that --system_dns works too. Error
messages were changed to reflect the former (preferred) name.
Thanks to Sean Swift (sean.swift(a)bradford.gov.uk) and Peter
VanEeckhoutte (Peter.VanEeckhoutte(a)saraleefoodseurope.com) for
reporting the problem.
- Fixed a crash which would report this message:
"NmapOutputTable.cc:143: void NmapOutputTable::addItem(unsigned int,
unsigned int, bool, const char*, int): Assertion `row < numRows'
failed." Thanks to Jake Schneider (Jake.Schneider(a)dynetics.com)
for reporting and helping to debug the problem.
- Whenever Nmap sends packets with the SYN bit set (except for OS
detection), it now includes the maximum segment size (MSS) tcp
option with a value of 1460. This makes it stand out less as almost
all hosts set at least this option. Thanks to Juergen Schmidt
(ju(a)heisec.de) for the suggestion.
- Applied a patch for a Windows interface reading bug in the aDNS
subsystem from Doug Hoyte.
- Minor changes to recognize DragonFly BSD in configure
scripts. Thanks to Joerg Sonnenberger (joerg(a)britannica.bec.de)
for sending the patch.
- Fixed a minor bug in an error message starting with "eth_send of ARP
packet returned". Thanks to J.W. Hoogervorst
(J.W.Hoogervorst(a)uva.nl) for finding this.
Diffstat (limited to 'net/nmapfe')
-rw-r--r-- | net/nmapfe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile index b6c0047dd43..ca2e94a5563 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.37 2006/02/05 23:10:28 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2006/02/12 17:24:23 salo Exp $ # -DISTNAME= nmap-4.00 +DISTNAME= nmap-4.01 PKGNAME= nmapfe-0.9.5 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 |