FreeBSD Bugzilla – Attachment 234333 Details for
Bug 264354
security/strongswan: Add CTR plugin option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add CTR plugin option
security-strongswan-with-ctr.diff (text/plain), 2.55 KB, created by
Björn König
on 2022-05-30 19:46:49 UTC
(
hide
)
Description:
Add CTR plugin option
Filename:
MIME Type:
Creator:
Björn König
Created:
2022-05-30 19:46:49 UTC
Size:
2.55 KB
patch
obsolete
>--- ports/security/strongswan/Makefile 2022-05-30 21:08:07.230717000 +0200 >+++ ports/security/strongswan/Makefile 2022-05-30 21:27:58.666333000 +0200 >@@ -1,5 +1,6 @@ > PORTNAME= strongswan > DISTVERSION= 5.9.6 >+PORTREVISION= 1 > CATEGORIES= security net-vpn > MASTER_SITES= https://download.strongswan.org/ \ > https://download2.strongswan.org/ >@@ -39,7 +40,7 @@ > TEST_TARGET= check > > OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS \ >- EAPSIMFILE FARP GCM IKEV1 IPSECKEY KDF \ >+ EAPSIMFILE FARP GCM CTR IKEV1 IPSECKEY KDF \ > KERNELLIBIPSEC LDAP LOADTESTER MEDIATION MYSQL \ > PKCS11 PKI PYTHON SCEP SMP SQLITE SWANCTL \ > TESTVECTOR TPM TSS2 UNBOUND UNITY VICI XAUTH >@@ -58,6 +59,7 @@ > EAPSIMFILE_DESC= Enable EAP SIM with file backend > FARP_DESC= Enable farp plugin > GCM_DESC= Enable GCM AEAD wrapper crypto plugin >+CTR_DESC= Enable CTR cipher mode wrapper plugin > IKEV1_DESC= Enable IKEv1 support > IPSECKEY_DESC= Enable authentication with IPSECKEY resource records with DNSSEC > KDF_DESC= Enable KDF (prf+) implementation plugin >@@ -94,6 +96,7 @@ > --enable-eap-sim-file > FARP_CONFIGURE_ON= --enable-farp > GCM_CONFIGURE_ON= --enable-gcm >+CTR_CONFIGURE_ON= --enable-ctr > IKEV1_CONFIGURE_OFF= --disable-ikev1 > IPSECKEY_CONFIGURE_ON= --enable-ipseckey > KDF_CONFIGURE_ON= --enable-kdf >--- ports/security/strongswan/pkg-plist 2022-05-30 21:08:14.601425000 +0200 >+++ ports/security/strongswan/pkg-plist 2022-05-30 21:24:22.875514000 +0200 >@@ -52,6 +52,7 @@ > @sample %%ETCDIR%%.d/charon/pgp.conf.sample > @sample %%ETCDIR%%.d/charon/pkcs1.conf.sample > %%PKCS11%%@sample %%ETCDIR%%.d/charon/pkcs11.conf.sample >+%%CTR%%@sample %%ETCDIR%%.d/charon/ctr.conf.sample > @sample %%ETCDIR%%.d/charon/pkcs12.conf.sample > @sample %%ETCDIR%%.d/charon/pkcs7.conf.sample > @sample %%ETCDIR%%.d/charon/pkcs8.conf.sample >@@ -135,6 +136,8 @@ > lib/ipsec/plugins/libstrongswan-constraints.so > lib/ipsec/plugins/libstrongswan-counters.la > lib/ipsec/plugins/libstrongswan-counters.so >+%%CTR%%lib/ipsec/plugins/libstrongswan-ctr.la >+%%CTR%%lib/ipsec/plugins/libstrongswan-ctr.so > %%CURL%%lib/ipsec/plugins/libstrongswan-curl.la > %%CURL%%lib/ipsec/plugins/libstrongswan-curl.so > lib/ipsec/plugins/libstrongswan-curve25519.la >@@ -349,6 +352,7 @@ > %%DATADIR%%/templates/config/plugins/pgp.conf > %%DATADIR%%/templates/config/plugins/pkcs1.conf > %%PKCS11%%%%DATADIR%%/templates/config/plugins/pkcs11.conf >+%%CTR%%%%DATADIR%%/templates/config/plugins/ctr.conf > %%DATADIR%%/templates/config/plugins/pkcs12.conf > %%DATADIR%%/templates/config/plugins/pkcs7.conf > %%DATADIR%%/templates/config/plugins/pkcs8.conf
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 264354
: 234333