summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authoritojun <itojun>2001-08-31 09:43:09 +0000
committeritojun <itojun>2001-08-31 09:43:09 +0000
commit17c9aca3bd948d922bf3c41279ff34c059fd04b1 (patch)
treeaecc8cabfa1ff9a88786e66d25b5b9ee3de16b4c /security/racoon
parentfb4d53831d87316b93fa114e53c2c88569e63535 (diff)
downloadpkgsrc-17c9aca3bd948d922bf3c41279ff34c059fd04b1.tar.gz
upgrade to the latest (20010831a). a lot of bug fixes after helsinki IPsec/IKE
bakeoff.
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/Makefile6
-rw-r--r--security/racoon/distinfo8
-rw-r--r--security/racoon/patches/patch-ac12
3 files changed, 13 insertions, 13 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 44c65439809..bd7a1c41f27 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2001/08/06 08:25:12 itojun Exp $
+# $NetBSD: Makefile,v 1.40 2001/08/31 09:43:09 itojun Exp $
#
-DISTNAME= racoon-20010806a
+DISTNAME= racoon-20010831a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--enable-ipv6
CONFIGURE_ARGS+=--disable-ipv6
.endif
CONFIGURE_ARGS+=--sysconfdir=/etc/racoon
-CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20010806a
+CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20010831a
pre-configure:
(cd ${WRKSRC}/../libipsec; ${MAKE})
diff --git a/security/racoon/distinfo b/security/racoon/distinfo
index f485ee841b5..54bbf42c912 100644
--- a/security/racoon/distinfo
+++ b/security/racoon/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.7 2001/08/06 08:25:12 itojun Exp $
+$NetBSD: distinfo,v 1.8 2001/08/31 09:43:09 itojun Exp $
-SHA1 (racoon-20010806a.tar.gz) = 2c66410bdd45f9ca7442353cefe16987bdbfb38b
-Size (racoon-20010806a.tar.gz) = 561610 bytes
+SHA1 (racoon-20010831a.tar.gz) = c915aab1a99db032bbb2d65194d0aba80544cb35
+Size (racoon-20010831a.tar.gz) = 614990 bytes
SHA1 (patch-aa) = 586f7bd5129f3be88cb104244fba2b7b13a7b044
SHA1 (patch-ab) = 2f720e6214bd10064dba84cdfe5446d0e37a5de0
-SHA1 (patch-ac) = 373b500d11de26b1d56f8d5f64cabcb639aa3e8d
+SHA1 (patch-ac) = bd2eeace4609d30deba6d7c72d5621d8297c1110
SHA1 (patch-ad) = d4718088c04c72ccfe34c4b53ec4a2f830600877
SHA1 (patch-ae) = 55daf1b5d19be76792e8eecb3f37eced594d184d
SHA1 (patch-af) = 84263904d7018929aecf5df5b4173623505dc5f6
diff --git a/security/racoon/patches/patch-ac b/security/racoon/patches/patch-ac
index 4c2c9ea46da..e3516efe046 100644
--- a/security/racoon/patches/patch-ac
+++ b/security/racoon/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.5 2001/04/22 00:05:16 itojun Exp $
+$NetBSD: patch-ac,v 1.6 2001/08/31 09:43:09 itojun Exp $
---- samples/racoon.conf.sample.orig Tue Dec 19 17:07:33 2000
-+++ samples/racoon.conf.sample Sun Apr 22 09:02:35 2001
+--- samples/racoon.conf.sample.orig Thu Aug 16 15:33:40 2001
++++ samples/racoon.conf.sample Fri Aug 31 18:39:12 2001
@@ -4,15 +4,15 @@
# "include" directive with relative file path.
# you can overwrite "path" directive afterwards, however, doing so may add
@@ -22,11 +22,11 @@ $NetBSD: patch-ac,v 1.5 2001/04/22 00:05:16 itojun Exp $
# "log" specifies logging level. It is followed by either "notify", "debug"
# or "debug2".
@@ -53,7 +53,7 @@
+ {
pfs_group 2;
lifetime time 12 hour ;
- lifetime byte 50 MB ;
-- encryption_algorithm 3des, cast128, blowfish, des, twofish, rijndael ;
-+ encryption_algorithm 3des, cast128, blowfish, des, rijndael ;
+- encryption_algorithm 3des, cast128, blowfish 448, des, twofish, rijndael ;
++ encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
authentication_algorithm hmac_sha1, hmac_md5 ;
compression_algorithm deflate ;
}