diff options
author | hubertf <hubertf> | 1999-04-05 18:50:30 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-04-05 18:50:30 +0000 |
commit | 3f4275e2516e3886f1beffd1d514b864e89a5ba8 (patch) | |
tree | e515aff793b35e6385955c7cf9c2fb58e10539ab /net/nmap/Makefile | |
parent | f621eb944d7233b022600a9fa7263a80014a137a (diff) | |
download | pkgsrc-3f4275e2516e3886f1beffd1d514b864e89a5ba8.tar.gz |
Update to 2.12.
Changes: Changed the way tcp connect() scan determines the results of a
connect() call, got rid of the security warning message for people who are
missing /dev/random and /dev/urandom due to complaints about the
warning, eliminated pow() calls on Linux boxes, and fixed an RPM problem.
Diffstat (limited to 'net/nmap/Makefile')
-rw-r--r-- | net/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 7b632d8e41b..28606fd41e4 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/04/04 16:36:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/05 18:50:30 hubertf Exp $ # -DISTNAME= nmap-2.11 +DISTNAME= nmap-2.12 CATEGORIES= net MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tgz |