summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
authorapb <apb@pkgsrc.org>2009-04-01 08:00:44 +0000
committerapb <apb@pkgsrc.org>2009-04-01 08:00:44 +0000
commit9d245dde16e5133bb7cbca47bef84e30e6f92d1c (patch)
tree6a52b075428895c2afffc0d9735473df9a572742 /net/nmap
parent24ad50dd02b71e2e60b3dd408b801a50f38defe9 (diff)
downloadpkgsrc-9d245dde16e5133bb7cbca47bef84e30e6f92d1c.tar.gz
Bump PKGREVISION for new patch-ad.
Correct handling of the length of data returned by SIOCGIFCONF. The actual length of each item is never less than sizeof(struct ifreq), but may be more than that. If the platform's struct sockaddr has an sa_len field, and if the length in sa_len is larger then the space available in ifr_ifru, then the data extends beyond the end of the ifr_ifru field by the difference in sizes.
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
index b494ccd8776..57be71e3d7c 100644
--- a/net/nmap/Makefile
+++ b/net/nmap/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2009/01/15 20:28:31 shattered Exp $
+# $NetBSD: Makefile,v 1.65 2009/04/01 08:00:44 apb Exp $
#
DISTNAME= nmap-4.76
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net security
MASTER_SITES= http://download.insecure.org/nmap/dist/
EXTRACT_SUFX= .tar.bz2