Date: Wed, 26 Sep 2018 13:03:49 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480733 - head/security/strongswan Message-ID: <201809261303.w8QD3ne8063284@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Wed Sep 26 13:03:49 2018 New Revision: 480733 URL: https://svnweb.freebsd.org/changeset/ports/480733 Log: - Update security/strongswan to 5.7.0 - While here, silence portlint warning renaming option IKEv1 to IKEV1 PR: 231720 Approved by: maintainer Obtained from: pfSense Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/security/strongswan/Makefile head/security/strongswan/distinfo head/security/strongswan/pkg-plist Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Wed Sep 26 12:49:23 2018 (r480732) +++ head/security/strongswan/Makefile Wed Sep 26 13:03:49 2018 (r480733) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.6.3 +PORTVERSION= 5.7.0 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -39,10 +39,10 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \ --with-group=wheel \ --with-lib-prefix=${PREFIX} -OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \ +OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEV1 \ IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MEDIATION MYSQL PKI SCEP SMP \ SQLITE SWANCTL TESTVECTOR TPM UNBOUND UNITY VICI XAUTH -OPTIONS_DEFAULT= BUILTIN CURL IKEv1 PKI SWANCTL VICI +OPTIONS_DEFAULT= BUILTIN CURL IKEV1 PKI SWANCTL VICI OPTIONS_SINGLE= PRINTF_HOOKS OPTIONS_SINGLE_PRINTF_HOOKS= BUILTIN LIBC VSTR OPTIONS_SUB= yes @@ -54,7 +54,7 @@ EAPDYNAMIC_DESC= Enable EAP dynamic proxy module EAPRADIUS_DESC= Enable EAP Radius proxy authentication EAPSIMFILE_DESC= Enable EAP SIM with file backend GCM_DESC= Enable GCM AEAD wrapper crypto plugin -IKEv1_DESC= Enable IKEv1 support +IKEV1_DESC= Enable IKEv1 support IPSECKEY_DESC= Enable authentication with IPSECKEY resource records with DNSSEC KERNELLIBIPSEC_DESC= Enable IPSec userland backend LOADTESTER_DESC= Enable load testing plugin @@ -82,7 +82,7 @@ EAPDYNAMIC_CONFIGURE_ON=--enable-eap-dynamic EAPRADIUS_CONFIGURE_ON= --enable-eap-radius EAPSIMFILE_CONFIGURE_ON=--enable-eap-sim --enable-eap-sim-file GCM_CONFIGURE_ON= --enable-gcm -IKEv1_CONFIGURE_OFF= --disable-ikev1 +IKEV1_CONFIGURE_OFF= --disable-ikev1 IPSECKEY_CONFIGURE_ON= --enable-ipseckey KERNELLIBIPSEC_CONFIGURE_ON= --enable-kernel-libipsec LOADTESTER_CONFIGURE_ON=--enable-load-tester @@ -127,7 +127,7 @@ PLIST_SUB+= SQL="" PLIST_SUB+= SQL="@comment " .endif -.if ${PORT_OPTIONS:MIKEv1} || ${PORT_OPTIONS:MXAUTH} +.if ${PORT_OPTIONS:MIKEV1} || ${PORT_OPTIONS:MXAUTH} PLIST_SUB+= XAUTHGEN="" .else PLIST_SUB+= XAUTHGEN="@comment " Modified: head/security/strongswan/distinfo ============================================================================== --- head/security/strongswan/distinfo Wed Sep 26 12:49:23 2018 (r480732) +++ head/security/strongswan/distinfo Wed Sep 26 13:03:49 2018 (r480733) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527575366 -SHA256 (strongswan-5.6.3.tar.bz2) = c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24 -SIZE (strongswan-5.6.3.tar.bz2) = 4961579 +TIMESTAMP = 1537883882 +SHA256 (strongswan-5.7.0.tar.bz2) = d6fd0994320bc027090f6ee34964e59c42e761e7dac36cfcf1836c8cefc53c5c +SIZE (strongswan-5.7.0.tar.bz2) = 4967449 Modified: head/security/strongswan/pkg-plist ============================================================================== --- head/security/strongswan/pkg-plist Wed Sep 26 12:49:23 2018 (r480732) +++ head/security/strongswan/pkg-plist Wed Sep 26 13:03:49 2018 (r480733) @@ -208,8 +208,8 @@ man/man8/charon-cmd.8.gz %%GCM%%lib/ipsec/plugins/libstrongswan-gcm.la %%GCM%%lib/ipsec/plugins/libstrongswan-gcm.so %%GCM%%@sample %%ETCDIR%%.d/charon/gcm.conf.sample -%%IKEv1%%lib/ipsec/plugins/libstrongswan-xauth-generic.la -%%IKEv1%%lib/ipsec/plugins/libstrongswan-xauth-generic.so +%%IKEV1%%lib/ipsec/plugins/libstrongswan-xauth-generic.la +%%IKEV1%%lib/ipsec/plugins/libstrongswan-xauth-generic.so %%IPSECKEY%%lib/ipsec/plugins/libstrongswan-ipseckey.la %%IPSECKEY%%lib/ipsec/plugins/libstrongswan-ipseckey.so %%IPSECKEY%%%%DATADIR%%/templates/config/plugins/ipseckey.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809261303.w8QD3ne8063284>