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 | 0d80d499465955defd217cb18e363de456d24f59 (patch) | |
tree | 6dd695fb904c6257f0d99e5633de77c6ac6d9652 /net/nmap/patches/patch-ad | |
parent | e7686df00ae23273e019e1c42f0428e6815f6bba (diff) | |
download | pkgsrc-0d80d499465955defd217cb18e363de456d24f59.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/nmap/patches/patch-ad')
-rw-r--r-- | net/nmap/patches/patch-ad | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/net/nmap/patches/patch-ad b/net/nmap/patches/patch-ad index 2e26d63242f..cf9d2058b18 100644 --- a/net/nmap/patches/patch-ad +++ b/net/nmap/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.10 2006/02/01 20:39:11 joerg Exp $ +$NetBSD: patch-ad,v 1.11 2006/02/12 17:24:23 salo Exp $ ---- nbase/configure.orig 2006-01-25 07:50:35.000000000 +0000 -+++ nbase/configure +--- nbase/configure.orig 2006-02-02 03:18:49.000000000 +0100 ++++ nbase/configure 2006-02-12 18:08:45.000000000 +0100 @@ -9,6 +9,8 @@ ## M4sh Initialization. ## ## --------------------- ## @@ -11,16 +11,7 @@ $NetBSD: patch-ad,v 1.10 2006/02/01 20:39:11 joerg Exp $ # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh -@@ -2561,7 +2563,7 @@ _ACEOF - # libpcap doesn't even LOOK at - # the timeout you give it under Linux - ;; -- *-freebsd* | *-kfreebsd*-gnu) -+ *-freebsd* | *-kfreebsd*-gnu | *-dragonfly*) - cat >>confdefs.h <<\_ACEOF - #define FREEBSD 1 - _ACEOF -@@ -7081,7 +7083,7 @@ if test "${ac_cv_lib_ssl_SSL_new+set}" = +@@ -7081,7 +7083,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS @@ -29,7 +20,7 @@ $NetBSD: patch-ad,v 1.10 2006/02/01 20:39:11 joerg Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -7144,7 +7146,7 @@ if test $ac_cv_lib_ssl_SSL_new = yes; th +@@ -7144,7 +7146,7 @@ #define HAVE_LIBSSL 1 _ACEOF |