summaryrefslogtreecommitdiff
path: root/security/racoon/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-04-26 00:08:21 +0000
committeritojun <itojun@pkgsrc.org>2002-04-26 00:08:21 +0000
commit66899f40f3a3876a0b1021dcf22187e814c474a1 (patch)
tree3156cd63838066ec31325d408bf6de0dd164f5ec /security/racoon/Makefile
parent8e1aa76a27b3b2d82e9497ed3ebe31967064da0f (diff)
downloadpkgsrc-66899f40f3a3876a0b1021dcf22187e814c474a1.tar.gz
upgrade to 20020426a from kame.
file descriptor leak fix. null encryption algorithm key length fix (should use 0). couple of null-pointer reference fixes. set port # to 500 in ID payload (possible interop issue - spec is unclear). correctly match address pair on informational exchange.
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r--security/racoon/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 87cf10930fe..ddacde9232d 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2002/04/16 02:34:34 itojun Exp $
+# $NetBSD: Makefile,v 1.48 2002/04/26 00:08:21 itojun Exp $
#
-DISTNAME= racoon-20011215a
-PKGREVISION= 1
+DISTNAME= racoon-20020426a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -41,9 +40,9 @@ CONFIGURE_ARGS+=--disable-ipv6
.endif
CONFIGURE_ARGS+=--sysconfdir=/etc/racoon
.if defined(PKGREVISION)
-CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20011215anb${PKGREVISION}
+CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20020426anb${PKGREVISION}
.else
-CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20011215a
+CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20020426a
.endif
pre-configure:
@@ -51,7 +50,7 @@ pre-configure:
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/racoon
- for i in FAQ README.certificate; do \
+ for i in FAQ README.certificate README.gssapi; do \
${INSTALL_DATA} ${WRKSRC}/doc/$$i ${PREFIX}/share/doc/racoon; \
done
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/racoon