summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authoritojun <itojun>2001-10-17 02:53:08 +0000
committeritojun <itojun>2001-10-17 02:53:08 +0000
commiteb9385a88d30a53645d360339c3f829e0f61b3b9 (patch)
tree285137c5d0172667e21b5c29bfc5038053e14191 /security/racoon
parente65e612035c4f6758f157af14408721dedeb0fff (diff)
downloadpkgsrc-eb9385a88d30a53645d360339c3f829e0f61b3b9.tar.gz
upgrade to 10/16 snapshot.
- bugfixes in spd handling, scheduler leak. - make identity check more strict. - correct phase 2 proposal check.
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/Makefile4
-rw-r--r--security/racoon/distinfo8
-rw-r--r--security/racoon/patches/patch-ac11
3 files changed, 7 insertions, 16 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 5dec8079e2f..69073cd6609 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2001/09/27 23:18:40 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2001/10/17 02:53:08 itojun Exp $
#
-DISTNAME= racoon-20010831a
+DISTNAME= racoon-20011016a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
diff --git a/security/racoon/distinfo b/security/racoon/distinfo
index 54bbf42c912..cb353fc96f3 100644
--- a/security/racoon/distinfo
+++ b/security/racoon/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2001/08/31 09:43:09 itojun Exp $
+$NetBSD: distinfo,v 1.9 2001/10/17 02:53:09 itojun Exp $
-SHA1 (racoon-20010831a.tar.gz) = c915aab1a99db032bbb2d65194d0aba80544cb35
-Size (racoon-20010831a.tar.gz) = 614990 bytes
+SHA1 (racoon-20011016a.tar.gz) = bfa0a0e53675ae25ec19847c10175d445d498df3
+Size (racoon-20011016a.tar.gz) = 616904 bytes
SHA1 (patch-aa) = 586f7bd5129f3be88cb104244fba2b7b13a7b044
SHA1 (patch-ab) = 2f720e6214bd10064dba84cdfe5446d0e37a5de0
-SHA1 (patch-ac) = bd2eeace4609d30deba6d7c72d5621d8297c1110
+SHA1 (patch-ac) = 29ff53ca5a23785253321a9629c32065da56ca9f
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 e3516efe046..20296666730 100644
--- a/security/racoon/patches/patch-ac
+++ b/security/racoon/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.6 2001/08/31 09:43:09 itojun Exp $
+$NetBSD: patch-ac,v 1.7 2001/10/17 02:53:09 itojun Exp $
--- samples/racoon.conf.sample.orig Thu Aug 16 15:33:40 2001
+++ samples/racoon.conf.sample Fri Aug 31 18:39:12 2001
@@ -21,12 +21,3 @@ $NetBSD: patch-ac,v 1.6 2001/08/31 09:43:09 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 ;
-- 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 ;
- }