Index: head/security/ipsec-tools/Makefile =================================================================== --- head/security/ipsec-tools/Makefile (revision 155284) +++ head/security/ipsec-tools/Makefile (revision 155285) @@ -1,59 +1,58 @@ # New ports collection makefile for: ipsec-tools # Date created: 20 dec 2004 # Whom: vanhu # # $FreeBSD$ # TODO: - configurable --enable-xxx # - libipsec issue ? # - cleanup... # - SYSCONFDIR # - $LOCALBASE/sbin/setkey Vs /usr/sbin/setkey PORTNAME= ipsec-tools -PORTVERSION= 0.6.4 -PORTREVISION= 2 +PORTVERSION= 0.6.5 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipsec-tools MAINTAINER= vanhu@netasq.com COMMENT= KAME racoon IKE daemon, ipsec-tools version CONFLICTS= racoon-[0-9]* USE_RC_SUBR= racoon.sh USE_OPENSSL= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-debug --enable-dpd --enable-natt=kernel \ --enable-frag --enable-ipv6 --enable-shared \ --sysconfdir=${PREFIX}/etc/racoon \ --with-pkgversion=freebsd-${PORTVERSION} MAN3= ipsec_set_policy.3 ipsec_strerror.3 MAN5= racoon.conf.5 MAN8= racoon.8 racoonctl.8 setkey.8 plainrsa-gen.8 PORTDOCS= * post-install: @if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && ${ECHO_CMD} ipsec` ]; then \ ${ECHO_MSG} "WARNING: IPsec feature is disabled on this host"; \ ${ECHO_MSG} " You must build the kernel if you want to run racoon on the host"; \ fi ; @${MKDIR} ${EXAMPLESDIR} @${RM} -f ${WRKSRC}/src/racoon/samples/*.in @${CP} -r ${WRKSRC}/src/racoon/samples/* ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/src/racoon/doc/* ${DOCSDIR} .endif .include Property changes on: head/security/ipsec-tools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/ipsec-tools/distinfo =================================================================== --- head/security/ipsec-tools/distinfo (revision 155284) +++ head/security/ipsec-tools/distinfo (revision 155285) @@ -1,3 +1,3 @@ -SHA256 (ipsec-tools-0.6.4.tar.bz2) = 8c49044caaef39302968c9288760a58c39139814ba12510b66724f0ce6d17127 -MD5 (ipsec-tools-0.6.4.tar.bz2) = d0242a943c82c0cbf28005966ff35e21 -SIZE (ipsec-tools-0.6.4.tar.bz2) = 661573 +SHA256 (ipsec-tools-0.6.5.tar.bz2) = 12dee73accd5be0c2389133b397507f0725fa503b81e65a5eb52e871f4c21369 +MD5 (ipsec-tools-0.6.5.tar.bz2) = 4593bd5e1117a10f2d0f4b656de36208 +SIZE (ipsec-tools-0.6.5.tar.bz2) = 665244 Property changes on: head/security/ipsec-tools/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/ipsec-tools/files/patch-src__racoon__session.c =================================================================== --- head/security/ipsec-tools/files/patch-src__racoon__session.c (revision 155284) +++ head/security/ipsec-tools/files/patch-src__racoon__session.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/racoon/session.c.orig Tue Dec 13 09:53:34 2005 -+++ src/racoon/session.c Tue Dec 13 09:53:38 2005 -@@ -320,7 +320,7 @@ signal_handler(sig) - int sig; - { - switch (sig) { --#if 0 -+#if 1 - /* - * Is this code section actually usefull? On some systems, the - * wait() called during a signal handler may lead to race Property changes on: head/security/ipsec-tools/files/patch-src__racoon__session.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property