From owner-svn-ports-head@freebsd.org Wed Sep 26 13:03:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5F2C10AC1E7; Wed, 26 Sep 2018 13:03:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47AE97C6B3; Wed, 26 Sep 2018 13:03:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D1101793D; Wed, 26 Sep 2018 13:03:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QD3oBR063286; Wed, 26 Sep 2018 13:03:50 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QD3ne8063284; Wed, 26 Sep 2018 13:03:49 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201809261303.w8QD3ne8063284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 26 Sep 2018 13:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480733 - head/security/strongswan X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/security/strongswan X-SVN-Commit-Revision: 480733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 13:03:50 -0000 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