diff options
-rw-r--r-- | security/ike-scan/Makefile | 6 | ||||
-rw-r--r-- | security/ike-scan/distinfo | 10 | ||||
-rw-r--r-- | security/ike-scan/patches/patch-aa | 12 |
3 files changed, 14 insertions, 14 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index 39cd46778ea..b159cb877e9 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:56 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/18 21:37:01 adrianp Exp $ -DISTNAME= ike-scan-1.7.1 +DISTNAME= ike-scan-1.8 CATEGORIES= security MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.nta-monitor.com/ike-scan/ COMMENT= Fingerprinting IKE implementation diff --git a/security/ike-scan/distinfo b/security/ike-scan/distinfo index ad146f5236a..8e771a10efb 100644 --- a/security/ike-scan/distinfo +++ b/security/ike-scan/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/12/08 18:21:16 joerg Exp $ +$NetBSD: distinfo,v 1.6 2006/01/18 21:37:01 adrianp Exp $ -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 -SHA1 (patch-aa) = 6aa872221e289fba323f4ea3152e9be182176b79 +SHA1 (ike-scan-1.8.tar.gz) = 74fa7d14334f28e862d837fd3c13503a5cecd8af +RMD160 (ike-scan-1.8.tar.gz) = 25a55ef2679c5d42ab979d7b22e6ed0af33834b6 +Size (ike-scan-1.8.tar.gz) = 1376995 bytes +SHA1 (patch-aa) = 7d4ba2d234f8520efbb2d761f00641a54174c9db diff --git a/security/ike-scan/patches/patch-aa b/security/ike-scan/patches/patch-aa index cd4dfe00834..261ef832f9b 100644 --- a/security/ike-scan/patches/patch-aa +++ b/security/ike-scan/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1 2005/12/08 18:21:16 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2006/01/18 21:37:01 adrianp Exp $ ---- configure.orig 2005-12-08 18:17:07.000000000 +0000 +--- configure.orig 2005-12-07 09:23:32.000000000 +0000 +++ configure -@@ -5571,6 +5571,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - +@@ -5643,6 +5643,7 @@ cat >>conftest.$ac_ext <<_ACEOF + #ifdef STDC_HEADERS + #include <stdlib.h> + #endif +#include <sys/types.h> #include <openssl/md5.h> #include <openssl/sha.h> |