Subject: CVS commit: pkgsrc/net
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 02/12/2006 17:24:24
Module Name:	pkgsrc
Committed By:	salo
Date:		Sun Feb 12 17:24:23 UTC 2006

Modified Files:
	pkgsrc/net/nmap: Makefile distinfo
	pkgsrc/net/nmap/patches: patch-aa patch-ab patch-ad patch-af
	pkgsrc/net/nmapfe: Makefile
Removed Files:
	pkgsrc/net/nmap/patches: patch-ah

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/net/nmap/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/net/nmap/distinfo
cvs rdiff -r1.15 -r1.16 pkgsrc/net/nmap/patches/patch-aa
cvs rdiff -r1.10 -r1.11 pkgsrc/net/nmap/patches/patch-ab \
    pkgsrc/net/nmap/patches/patch-ad
cvs rdiff -r1.5 -r1.6 pkgsrc/net/nmap/patches/patch-af
cvs rdiff -r1.1 -r0 pkgsrc/net/nmap/patches/patch-ah
cvs rdiff -r1.37 -r1.38 pkgsrc/net/nmapfe/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.