FreeBSD Bugzilla – Attachment 243632 Details for
Bug 272739
security/strongswan: Update to 5.9.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
strongswan.diff (text/plain), 3.88 KB, created by
Matteo Riondato
on 2023-07-26 18:44:13 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Matteo Riondato
Created:
2023-07-26 18:44:13 UTC
Size:
3.88 KB
patch
obsolete
>diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile >index 9a963a395..45cfa6a6d 100644 >--- a/security/strongswan/Makefile >+++ b/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 >@@ -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 >@@ -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 >@@ -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 >diff --git a/security/strongswan/distinfo b/security/strongswan/distinfo >index 031af7d31..f7d114aaa 100644 >--- a/security/strongswan/distinfo >+++ b/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 >diff --git a/security/strongswan/pkg-plist b/security/strongswan/pkg-plist >index cc777e50e..4a834b334 100644 >--- a/security/strongswan/pkg-plist >+++ b/security/strongswan/pkg-plist >@@ -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 >@@ -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 >@@ -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 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272739
: 243632