pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ipsec-tools Upgrade to ipsec-tools 0.6b1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c17da09804c
branches:  trunk
changeset: 491371:7c17da09804c
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Mar 23 16:49:39 2005 +0000

description:
Upgrade to ipsec-tools 0.6b1.

New features:
- PAM support
- privilege separation

diffstat:

 security/ipsec-tools/Makefile |  11 ++++++-----
 security/ipsec-tools/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r eb19d096f0ba -r 7c17da09804c security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile     Wed Mar 23 16:31:56 2005 +0000
+++ b/security/ipsec-tools/Makefile     Wed Mar 23 16:49:39 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2005/02/20 01:03:30 manu Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/23 16:49:39 manu Exp $
 #
 
-DISTNAME=              ipsec-tools-0.5
+DISTNAME=              ipsec-tools-0.6b1
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ipsec-tools/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            manu%NetBSD.org@localhost
 HOMEPAGE=              http://ipsec-tools.sourceforge.net/
@@ -28,6 +28,7 @@
 .endif
 
 CONFIGURE_ARGS+=       --enable-frag --enable-hybrid
+CONFIGURE_ARGS+=       --enable-adminport --enable-dpd
 CONFIGURE_ARGS+=       --enable-natt=kernel
 
 PKG_SYSCONFSUBDIR=     racoon
@@ -37,8 +38,8 @@
 EXAMPLE_DIR=   ${PREFIX}/share/examples/ipsec-tools
 
 pre-configure:
-       ${RM} ${WRKSRC}/src/racoon/cfparse.c
-       ${RM} ${WRKSRC}/src/racoon/cftoken.c
+       ${RM} -f ${WRKSRC}/src/racoon/cfparse.c
+       ${RM} -f ${WRKSRC}/src/racoon/cftoken.c
 
 post-install:
        ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
diff -r eb19d096f0ba -r 7c17da09804c security/ipsec-tools/distinfo
--- a/security/ipsec-tools/distinfo     Wed Mar 23 16:31:56 2005 +0000
+++ b/security/ipsec-tools/distinfo     Wed Mar 23 16:49:39 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 13:10:07 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/03/23 16:49:39 manu Exp $
 
-SHA1 (ipsec-tools-0.5.tar.bz2) = d52e75156b89c4a589ef014aaec07d0be2248710
-RMD160 (ipsec-tools-0.5.tar.bz2) = 96c3d9806ab7e83167c606990b144c3b57e6da22
-Size (ipsec-tools-0.5.tar.bz2) = 646397 bytes
+SHA1 (ipsec-tools-0.6b1.tgz) = db0234b1effda273028ee66ad72da8516a6f492b
+RMD160 (ipsec-tools-0.6b1.tgz) = ed6c572368cb0d22106bbf83466f3bc0a8cfdcc2
+Size (ipsec-tools-0.6b1.tgz) = 1195180 bytes



Home | Main Index | Thread Index | Old Index