pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nmap Bump PKGREVISION for new patch-ad.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0756c519d25
branches: trunk
changeset: 556706:d0756c519d25
user: apb <apb%pkgsrc.org@localhost>
date: Wed Apr 01 08:00:44 2009 +0000
description:
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:
net/nmap/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 651f89e7d985 -r d0756c519d25 net/nmap/Makefile
--- a/net/nmap/Makefile Wed Apr 01 07:56:18 2009 +0000
+++ b/net/nmap/Makefile Wed Apr 01 08:00:44 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index