pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ike-scan - Update to 1.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/48066436672e
branches: trunk
changeset: 487423:48066436672e
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Jan 14 08:36:54 2005 +0000
description:
- 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:
security/ike-scan/Makefile | 19 ++++++++++++++++---
security/ike-scan/PLIST | 7 ++++++-
security/ike-scan/distinfo | 6 +++---
3 files changed, 25 insertions(+), 7 deletions(-)
diffs (62 lines):
diff -r a35236578c23 -r 48066436672e security/ike-scan/Makefile
--- a/security/ike-scan/Makefile Fri Jan 14 07:54:20 2005 +0000
+++ b/security/ike-scan/Makefile Fri Jan 14 08:36:54 2005 +0000
@@ -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 @@
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 -r a35236578c23 -r 48066436672e security/ike-scan/PLIST
--- a/security/ike-scan/PLIST Fri Jan 14 07:54:20 2005 +0000
+++ b/security/ike-scan/PLIST Fri Jan 14 08:36:54 2005 +0000
@@ -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 -r a35236578c23 -r 48066436672e security/ike-scan/distinfo
--- a/security/ike-scan/distinfo Fri Jan 14 07:54:20 2005 +0000
+++ b/security/ike-scan/distinfo Fri Jan 14 08:36:54 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index