diff options
author | adrianp <adrianp> | 2006-01-18 21:37:01 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-01-18 21:37:01 +0000 |
commit | 4c1df7d1b3b96550f84f0e424e1873a973dfd231 (patch) | |
tree | b8f954c1c822d5296c546b1bcb85edc6f4ebd97a /security/ike-scan | |
parent | fb37295ea75e847e08703eec644d12e87bed92de (diff) | |
download | pkgsrc-4c1df7d1b3b96550f84f0e424e1873a973dfd231.tar.gz |
Update to 1.8
Grab maintainership
From the ChangeLog (Summarised)
> * ike-backoff-patterns: Added backoff patterns for Netgear ProSafe
> and Netgear ADSL Firewall Router. Submitted by Paul Askew.
> * ike-scan.c, ike-scan.h, configure.ac: Added new --writepkttofile
> option. This option writes the output packet to the specified file
> rather than sending it to the remote host. It is intended for
> debugging and testing purposes, to allow the IKE packet to be
> easily checked. This option is not documented, because it is
> designed purely for testing.
> * check-packet: New test to check IKE scan packet data. Currently
> tests two sample packets: one default proposal, and one custom
> proposal.
> * ike-scan.c: Added --exchange option to allow the exchange field
> in the ISAKMP header to be set to arbitrary values.
> * ike-scan.c, isakmp.c: Added --hdrflags and --hdrmsgid options to
> allow Flags and MsgID fields in the ISAKMP header to be specified.
> * ike-scan.c: Added --cookie option to allow the initiator cookie in
> the ISAKMP header to be set to a static value.
> * ike-scan.c, isakmp.c: Add --spisize option to allow a random SPI
> of the specified size to be added to the proposal payload.
> * ike-vendor-ids: Added 16 new Vendor IDs, and revised some comments
> on existing entries.
> * ike-scan.c: Added --doi (-D) and --situation (-S) options to allow
> the DOI and Situation in the SA of the outbound packets to be changed
> from the default of DOI_IPSEC and SIT_IDENTITY_ONLY.
> * ike-scan.c: Added --protocol (-j) and --transid (-k) options to
> allow the proposal protocol and transform id of the outbound packets
> to be changed from the defaults.
> * ike-scan.c: Added --certreq (-C) option to add a
> CertificateRequest payload to the outgoing packet.
> * ike-scan.c: Added --headerlen (-L) option to allow the ISAKMP header
> length to be manually specified. Normally, ike-scan will
> automatically calculate the correct length; however, you can use this
> option if you want to use an incorrect length value instead.
> * ike-scan.c, isakmp.c: Added --mbz (-Z) option to allow the value for
> the reserved (MBZ) fields to be set to non-zero values. Doing so
> will make the outgoing packet non-RFC compliant.
> * ike-scan.c, isakmp.c: Added --headerver (-E) option to allow the
> version field in the ISAKMP header to be altered from the default of
> 0x10 (v1.0).
> * ike-scan.c: Added --bandwidth (-B) option to allow the outgoing
> bandwidth to be specified directly instead of using --interval.
> The --bandwidth option calculates the appropriate interval setting,
> taking into account the size of the packet.
> * ike-scan.c: Added --noncelen (-c) option to allow the length of the
> nonce data to be changed. This is only applicable to aggressive
> mode.
Diffstat (limited to 'security/ike-scan')
-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> |