summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-09-23 21:25:06 +0000
committeritojun <itojun@pkgsrc.org>2000-09-23 21:25:06 +0000
commit0b59a5766670aba0526b75c2cb3855c1c9278976 (patch)
tree45d854aee3ffd96c5d8c4f5b131f629390ff6930 /security
parentde8f20e18005193bac741bb857d44fb07e039b25 (diff)
downloadpkgsrc-0b59a5766670aba0526b75c2cb3855c1c9278976.tar.gz
upgrade to 9/23 snapshot.
changes: lots of stabilization (made during interop tests with bunch of other implementations), certificate support improvement, security issue fix (admin tcp port, without authentication, was open previously)
Diffstat (limited to 'security')
-rw-r--r--security/racoon/Makefile10
-rw-r--r--security/racoon/files/md54
-rw-r--r--security/racoon/files/patch-sum4
-rw-r--r--security/racoon/patches/patch-ad13
-rw-r--r--security/racoon/pkg/PLIST5
5 files changed, 20 insertions, 16 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index e7463189843..df666e69500 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2000/09/12 15:32:06 itojun Exp $
+# $NetBSD: Makefile,v 1.22 2000/09/23 21:25:06 itojun Exp $
#
-DISTNAME= racoon-20000913b
+DISTNAME= racoon-20000923a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -45,9 +45,13 @@ CONFIGURE_ARGS+=--disable-ipv6
CONFIGURE_ARGS+=--sysconfdir=/etc/racoon
pre-configure:
- (cd ${WRKSRC}/../libipsec; make)
+ (cd ${WRKSRC}/../libipsec; ${MAKE})
post-install:
+ ${MKDIR} ${PREFIX}/share/doc/racoon
+ for i in FAQ README.certificate; do \
+ ${INSTALL_DATA} ${WRKSRC}/doc/$$i ${PREFIX}/share/doc/racoon; \
+ done
${MKDIR} ${PREFIX}/share/examples/racoon
${INSTALL_DATA} ${WRKSRC}/samples/racoon.conf.sample \
${PREFIX}/share/examples/racoon
diff --git a/security/racoon/files/md5 b/security/racoon/files/md5
index 7b40dafa148..795c1e789ea 100644
--- a/security/racoon/files/md5
+++ b/security/racoon/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.9 2000/09/12 15:32:06 itojun Exp $
+$NetBSD: md5,v 1.10 2000/09/23 21:25:07 itojun Exp $
-MD5 (racoon-20000913b.tar.gz) = f15218eba2b898299d6d75f664f6079c
+MD5 (racoon-20000923a.tar.gz) = aa57f85d164eddf9f42bc9187db29378
diff --git a/security/racoon/files/patch-sum b/security/racoon/files/patch-sum
index 50ea8bebc4d..87de4856b6a 100644
--- a/security/racoon/files/patch-sum
+++ b/security/racoon/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.5 2000/09/12 12:51:27 itojun Exp $
+$NetBSD: patch-sum,v 1.6 2000/09/23 21:25:07 itojun Exp $
MD5 (patch-aa) = d22da496fc39e0bc2c926c6ffbb758e1
MD5 (patch-ab) = 1a2944fbce4cee174eade2cc0726c0ef
MD5 (patch-ac) = 148e0972689931384d1c55d4f99d3f66
-MD5 (patch-ad) = 4a68eee8591dd85c8b17ba154b75c642
+MD5 (patch-ad) = b99c6e6d3745d87bf62ac622c4ee6756
diff --git a/security/racoon/patches/patch-ad b/security/racoon/patches/patch-ad
index d4719f3e71b..be833cca7b8 100644
--- a/security/racoon/patches/patch-ad
+++ b/security/racoon/patches/patch-ad
@@ -1,14 +1,11 @@
-$NetBSD: patch-ad,v 1.1 2000/06/12 10:45:53 itojun Exp $
---- racoon.8- Mon Jun 12 00:46:13 2000
-+++ racoon.8 Mon Jun 12 00:46:28 2000
-@@ -92,8 +92,8 @@
- .El
- .\"
+$NetBSD: patch-ad,v 1.2 2000/09/23 21:25:07 itojun Exp $
+
+--- racoon.8.orig Sat Sep 23 15:00:49 2000
++++ racoon.8 Sat Sep 23 15:01:40 2000
+@@ -94,4 +94,4 @@
.Sh FILES
-.Bl -tag -width /usr/local/v6/etc/racoon.conf -compact
-.It Pa /usr/local/v6/etc/racoon.conf
+.Bl -tag -width /etc/racoon/racoon.conf -compact
+.It Pa /etc/racoon/racoon.conf
default configuration file.
- .It Pa /var/log/racoon.log
- default log file.
diff --git a/security/racoon/pkg/PLIST b/security/racoon/pkg/PLIST
index 92e33b12163..5e36748e276 100644
--- a/security/racoon/pkg/PLIST
+++ b/security/racoon/pkg/PLIST
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2000/06/12 10:45:53 itojun Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/09/23 21:25:07 itojun Exp $
sbin/racoon
man/man8/racoon.8
man/man5/racoon.conf.5
+share/doc/racoon/README.certificate
+share/doc/racoon/FAQ
+@dirrm share/doc/racoon
share/examples/racoon/racoon.conf.sample
@dirrm share/examples/racoon