summaryrefslogtreecommitdiff
path: root/security/ike-scan
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-01-14 08:36:54 +0000
committeradrianp <adrianp>2005-01-14 08:36:54 +0000
commit7ddadbc65b7e2eb8fd3e45620d23140998adad79 (patch)
tree9c5f3e35e22b733763d6662b20408043ae959d6c /security/ike-scan
parent9ee9b46c6b740dfd7810475bd7cb7e938a2c05cf (diff)
downloadpkgsrc-7ddadbc65b7e2eb8fd3e45620d23140998adad79.tar.gz
- Update to 1.7
- Add bl3 and openssl support - Fix paths in man pages - Install extra documentation - Remove un-needed options from pkgsrc Makefile Lots of changes/bugfixes from 1.6 including: psk-crack.c: New program to crack Aggressive Mode Pre-Shared Keys using dictionary attack. This uses the output from "ike-scan -P" together with a dictionary.
Diffstat (limited to 'security/ike-scan')
-rw-r--r--security/ike-scan/Makefile19
-rw-r--r--security/ike-scan/PLIST7
-rw-r--r--security/ike-scan/distinfo6
3 files changed, 25 insertions, 7 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile
index c7fe7ec26b4..b66a168ae6d 100644
--- a/security/ike-scan/Makefile
+++ b/security/ike-scan/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/02/28 15:29:20 taca Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/14 08:36:54 adrianp Exp $
#
-DISTNAME= ike-scan-1.6
+DISTNAME= ike-scan-1.7
CATEGORIES= security
MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/
@@ -9,7 +9,20 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nta-monitor.com/ike-scan/
COMMENT= Fingerprinting IKE implementation
-HAS_CONFIGURE= YES
GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+CONFIGURE_ARGS+= --with-openssl
+
+SUBST_CLASSES= man
+SUBST_STAGE.man= post-patch
+SUBST_FILES.man= ike-scan.1
+SUBST_SED.man= -e "s|/usr/local|${PREFIX}|g"
+SUBST_MESSAGE.man= "Fixing man pages."
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ike-scan/README
+
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ike-scan/PLIST b/security/ike-scan/PLIST
index b4405ba24bb..06c2ea667e3 100644
--- a/security/ike-scan/PLIST
+++ b/security/ike-scan/PLIST
@@ -1,6 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/27 22:12:51 itojun Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/14 08:36:54 adrianp Exp $
bin/ike-scan
+bin/psk-crack
man/man1/ike-scan.1
+man/man1/psk-crack.1
+share/doc/ike-scan/README
share/ike-scan/ike-backoff-patterns
share/ike-scan/ike-vendor-ids
+share/ike-scan/psk-crack-dictionary
+@dirrm share/doc/ike-scan
@dirrm share/ike-scan
diff --git a/security/ike-scan/distinfo b/security/ike-scan/distinfo
index 312ee793f1e..bbf7f85dfab 100644
--- a/security/ike-scan/distinfo
+++ b/security/ike-scan/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/27 22:12:51 itojun Exp $
+$NetBSD: distinfo,v 1.2 2005/01/14 08:36:54 adrianp Exp $
-SHA1 (ike-scan-1.6.tar.gz) = dc0eaed96302128cdff4a9d113cdec73c235c59d
-Size (ike-scan-1.6.tar.gz) = 141847 bytes
+SHA1 (ike-scan-1.7.tar.gz) = b7e0feccdfb6dd8704475fd6b9543dbe9e7cb5d5
+Size (ike-scan-1.7.tar.gz) = 1350170 bytes