Skip to content

Commit

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

PR:		272739
Reported by:	matteo@FreeBSD.org
Approved by:	strongswan@Nanoteq.com (maintainer)
  • Loading branch information
rionda authored and fernape committed Jul 28, 2023
1 parent ca96c66 commit 7409da5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
9 changes: 2 additions & 7 deletions security/strongswan/Makefile
@@ -1,11 +1,8 @@
PORTNAME= strongswan
DISTVERSION= 5.9.10
PORTREVISION= 1
DISTVERSION= 5.9.11
CATEGORIES= security net-vpn
MASTER_SITES= https://download.strongswan.org/ \
https://download2.strongswan.org/
PATCH_SITES= https://github.com/strongswan/strongswan/commit/
PATCHFILES= 3d0d3f5d028a0c630f89cb4fec5b2cd5364f568b.patch:-p1

MAINTAINER= strongswan@nanoteq.com
COMMENT= Open Source IKEv2 IPsec-based VPN solution
Expand Down Expand Up @@ -45,7 +42,7 @@ TEST_TARGET= check
OPTIONS_DEFINE= CTR CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS \
EAPSIMFILE FARP GCM IKEV1 IPSECKEY KDF \
KERNELLIBIPSEC LDAP LOADTESTER MEDIATION MYSQL \
PKCS11 PKI PYTHON SCEP SMP SQLITE SWANCTL \
PKCS11 PKI PYTHON SMP SQLITE SWANCTL \
TESTVECTOR TPM TSS2 UNBOUND UNITY VICI XAUTH
OPTIONS_DEFINE_i386= VIA
OPTIONS_DEFAULT= BUILTIN CURL GCM IKEV1 KDF PKI SWANCTL VICI
Expand Down Expand Up @@ -73,7 +70,6 @@ MEDIATION_DESC= Enable IKEv2 Mediation Extension
PKCS11_DESC= Enable PKCS11 token support
PKI_DESC= Enable PKI tools
PYTHON_DESC= Python VICI protocol plugin
SCEP_DESC= Enable Simple Certificate Enrollment Protocol
SMP_DESC= Enable XML-based management protocol (DEPRECATED)
SWANCTL_DESC= Install swanctl (requires VICI)
TESTVECTOR_DESC= Enable crypto test vectors
Expand Down Expand Up @@ -116,7 +112,6 @@ PKI_CONFIGURE_OFF= --disable-pki
PYTHON_IMPLIES= VICI
PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vici>0:security/py-vici@${PY_FLAVOR}
PYTHON_USES= python
SCEP_CONFIGURE_OFF= --disable-scepclient
SMP_LIB_DEPENDS= libxml2.so:textproc/libxml2
SMP_CONFIGURE_ON= --enable-smp
SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
Expand Down
8 changes: 3 additions & 5 deletions security/strongswan/distinfo
@@ -1,5 +1,3 @@
TIMESTAMP = 1680074145
SHA256 (strongswan-5.9.10.tar.bz2) = 3b72789e243c9fa6f0a01ccaf4f83766eba96a5e5b1e071d36e997572cf34654
SIZE (strongswan-5.9.10.tar.bz2) = 4765407
SHA256 (3d0d3f5d028a0c630f89cb4fec5b2cd5364f568b.patch) = 05570d51f0fc1dd5d0be44acf7a643260a1743aec68536aa4d25b021b52bc9e4
SIZE (3d0d3f5d028a0c630f89cb4fec5b2cd5364f568b.patch) = 2949
TIMESTAMP = 1690394763
SHA256 (strongswan-5.9.11.tar.bz2) = ddf53f1f26ad26979d5f55e8da95bd389552f5de3682e35593f9a70b2584ed2d
SIZE (strongswan-5.9.11.tar.bz2) = 4786552
4 changes: 0 additions & 4 deletions security/strongswan/pkg-plist
Expand Up @@ -83,7 +83,6 @@
@sample %%ETCDIR%%.d/charon/xcbc.conf.sample
%%PKI%%@sample %%ETCDIR%%.d/pki.conf.sample
%%SQL%%@sample %%ETCDIR%%.d/pool.conf.sample
%%SCEP%%@sample %%ETCDIR%%.d/scepclient.conf.sample
@sample %%ETCDIR%%.d/starter.conf.sample
%%SWANCTL%%@sample %%ETCDIR%%.d/swanctl.conf.sample
%%SWANCTL%%@sample etc/swanctl/swanctl.conf.sample
Expand Down Expand Up @@ -276,7 +275,6 @@ libexec/ipsec/_updown
libexec/ipsec/charon
%%LOADTESTER%%libexec/ipsec/load-tester
%%SQL%%libexec/ipsec/pool
%%SCEP%%libexec/ipsec/scepclient
libexec/ipsec/starter
libexec/ipsec/stroke
libexec/ipsec/whitelist
Expand All @@ -303,7 +301,6 @@ man/man5/strongswan.conf.5.gz
%%SWANCTL%%man/man5/swanctl.conf.5.gz
man/man8/charon-cmd.8.gz
man/man8/ipsec.8.gz
%%SCEP%%man/man8/scepclient.8.gz
%%SWANCTL%%man/man8/swanctl.8.gz
sbin/charon-cmd
sbin/ipsec
Expand Down Expand Up @@ -389,7 +386,6 @@ sbin/ipsec
%%DATADIR%%/templates/config/strongswan.d/charon.conf
%%PKI%%%%DATADIR%%/templates/config/strongswan.d/pki.conf
%%SQL%%%%DATADIR%%/templates/config/strongswan.d/pool.conf
%%SCEP%%%%DATADIR%%/templates/config/strongswan.d/scepclient.conf
%%DATADIR%%/templates/config/strongswan.d/starter.conf
%%SWANCTL%%%%DATADIR%%/templates/config/strongswan.d/swanctl.conf
%%SQL%%%%DATADIR%%/templates/database/sql/mysql.sql
Expand Down

0 comments on commit 7409da5

Please sign in to comment.