Skip to content

Commit

Permalink
security/strongswan: Update to 5.9.14
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/strongswan/strongswan/releases/tag/5.9.14

PR:		278137
Reported by:	jlduran@gmail.com
Approved by:	strongswan@Nanoteq.com (maintainer, timeout > 2 weeks)
  • Loading branch information
jlduran authored and fernape committed Apr 20, 2024
1 parent aa07dee commit 32cab2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
7 changes: 4 additions & 3 deletions security/strongswan/Makefile
@@ -1,6 +1,5 @@
PORTNAME= strongswan
DISTVERSION= 5.9.13
PORTREVISION= 1
DISTVERSION= 5.9.14
CATEGORIES= security net-vpn
MASTER_SITES= https://download.strongswan.org/ \
https://download2.strongswan.org/
Expand Down Expand Up @@ -42,7 +41,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
INSTALL_TARGET= install-strip
TEST_TARGET= check

OPTIONS_DEFINE= CTR CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS \
OPTIONS_DEFINE= CTR CURL DHCP EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS \
EAPSIMFILE FARP GCM IKEV1 IPSECKEY KDF \
KERNELLIBIPSEC LDAP LOADTESTER MEDIATION MYSQL \
PKCS11 PKI PYTHON SMP SQLITE SWANCTL \
Expand All @@ -57,6 +56,7 @@ OPTIONS_SUB= yes
BUILTIN_DESC= Use builtin printf hooks
CTR_DESC= Enable CTR cipher mode wrapper plugin
CURL_DESC= Enable CURL to fetch CRL/OCSP
DHCP_DESC= Enable DHCP based attribute provider plugin
EAPAKA3GPP2_DESC= Enable EAP AKA with 3gpp2 backend
EAPDYNAMIC_DESC= Enable EAP dynamic proxy module
EAPRADIUS_DESC= Enable EAP Radius proxy authentication
Expand Down Expand Up @@ -90,6 +90,7 @@ BUILTIN_CONFIGURE_ON= --with-printf-hooks=builtin
CTR_CONFIGURE_ON= --enable-ctr
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
CURL_CONFIGURE_ON= --enable-curl
DHCP_CONFIGURE_ON= --enable-dhcp
EAPAKA3GPP2_LIB_DEPENDS= libgmp.so:math/gmp
EAPAKA3GPP2_CONFIGURE_ON= --enable-eap-aka \
--enable-eap-aka-3gpp2
Expand Down
6 changes: 3 additions & 3 deletions security/strongswan/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1702006969
SHA256 (strongswan-5.9.13.tar.bz2) = 56e30effb578fd9426d8457e3b76c8c3728cd8a5589594b55649b2719308ba55
SIZE (strongswan-5.9.13.tar.bz2) = 4825644
TIMESTAMP = 1712096228
SHA256 (strongswan-5.9.14.tar.bz2) = 728027ddda4cb34c67c4cec97d3ddb8c274edfbabdaeecf7e74693b54fc33678
SIZE (strongswan-5.9.14.tar.bz2) = 4869709
11 changes: 0 additions & 11 deletions security/strongswan/files/patch-src_charon_charon.c

This file was deleted.

4 changes: 4 additions & 0 deletions security/strongswan/pkg-plist
Expand Up @@ -17,6 +17,7 @@
%%CURL%%@sample %%ETCDIR%%.d/charon/curl.conf.sample
@sample %%ETCDIR%%.d/charon/curve25519.conf.sample
@sample %%ETCDIR%%.d/charon/des.conf.sample
%%DHCP%%%%ETCDIR%%.d/charon/dhcp.conf.sample
@sample %%ETCDIR%%.d/charon/dnskey.conf.sample
@sample %%ETCDIR%%.d/charon/drbg.conf.sample
%%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/eap-aka-3gpp2.conf.sample
Expand Down Expand Up @@ -144,6 +145,8 @@ lib/ipsec/plugins/libstrongswan-curve25519.la
lib/ipsec/plugins/libstrongswan-curve25519.so
lib/ipsec/plugins/libstrongswan-des.la
lib/ipsec/plugins/libstrongswan-des.so
%%DHCP%%lib/ipsec/plugins/libstrongswan-dhcp.la
%%DHCP%%lib/ipsec/plugins/libstrongswan-dhcp.so
lib/ipsec/plugins/libstrongswan-dnskey.la
lib/ipsec/plugins/libstrongswan-dnskey.so
lib/ipsec/plugins/libstrongswan-drbg.la
Expand Down Expand Up @@ -321,6 +324,7 @@ sbin/ipsec
%%CURL%%%%DATADIR%%/templates/config/plugins/curl.conf
%%DATADIR%%/templates/config/plugins/curve25519.conf
%%DATADIR%%/templates/config/plugins/des.conf
%%DHCP%%%%DATADIR%%/templates/config/plugins/dhcp.conf
%%DATADIR%%/templates/config/plugins/dnskey.conf
%%DATADIR%%/templates/config/plugins/drbg.conf
%%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/eap-aka-3gpp2.conf
Expand Down

0 comments on commit 32cab2d

Please sign in to comment.