diff options
author | adam <adam@pkgsrc.org> | 2005-02-28 16:04:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-28 16:04:28 +0000 |
commit | 6f581244b1060376815ff5e76bee85e0f67c95d9 (patch) | |
tree | 835022f2d7d99acaf025e7fd184aa4377ee206a1 /security | |
parent | e6ca06432a9b19b3fc33a50cee3465ad258ea6de (diff) | |
download | pkgsrc-6f581244b1060376815ff5e76bee85e0f67c95d9.tar.gz |
Changes 1.7.1:
* Fixed bug which caused hostnames containing hyphens to fail with an error.
* Improved mapping of ID numbers to names in decode. This allows sparse IDs
ranges (e.g. 1,2,3,65000) to be supported, which means that we can now decode
XAUTH authentication method amongst other things.
* Added SO_BROADCAST option to UDP socket to allow sending to broadcast
addresses. Previously this gave a permission denied error.
Diffstat (limited to 'security')
-rw-r--r-- | security/ike-scan/Makefile | 10 | ||||
-rw-r--r-- | security/ike-scan/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index b66a168ae6d..9902a60f38a 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2005/01/14 08:36:54 adrianp Exp $ -# +# $NetBSD: Makefile,v 1.4 2005/02/28 16:04:28 adam Exp $ -DISTNAME= ike-scan-1.7 +DISTNAME= ike-scan-1.7.1 CATEGORIES= security MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/ @@ -9,9 +8,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nta-monitor.com/ike-scan/ COMMENT= Fingerprinting IKE implementation -GNU_CONFIGURE= YES -USE_BUILDLINK3= YES - +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-openssl SUBST_CLASSES= man diff --git a/security/ike-scan/distinfo b/security/ike-scan/distinfo index 26cdf2bd7b5..4d6c91b26c9 100644 --- a/security/ike-scan/distinfo +++ b/security/ike-scan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 13:10:07 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/02/28 16:04:28 adam Exp $ -SHA1 (ike-scan-1.7.tar.gz) = b7e0feccdfb6dd8704475fd6b9543dbe9e7cb5d5 -RMD160 (ike-scan-1.7.tar.gz) = 9aa2d891cf5fb196f86fa8313984ffda861dc133 -Size (ike-scan-1.7.tar.gz) = 1350170 bytes +SHA1 (ike-scan-1.7.1.tar.gz) = 7f47caea72d5baf8640c51e7f5372b77eec6a4a2 +RMD160 (ike-scan-1.7.1.tar.gz) = 8bd38b139cffec2c78a9cd4b56ec2798402e0780 +Size (ike-scan-1.7.1.tar.gz) = 1351643 bytes |