FreeBSD Bugzilla – Attachment 153178 Details for
Bug 197824
security/strongswan: add GCM and SMP options plus pkgconfig fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GCM SMP pkgconfig fix
strongswan-options.diff (text/plain), 2.42 KB, created by
Franco Fichtner
on 2015-02-19 16:08:15 UTC
(
hide
)
Description:
GCM SMP pkgconfig fix
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2015-02-19 16:08:15 UTC
Size:
2.42 KB
patch
obsolete
>diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile >index 38ea5c8..f68fd9c 100644 >--- a/security/strongswan/Makefile >+++ b/security/strongswan/Makefile >@@ -12,7 +12,7 @@ COMMENT= Open Source IKEv2 IPsec-based VPN solution > > LICENSE= GPLv2 > >-USES= execinfo libtool:keepla tar:bzip2 >+USES= execinfo libtool:keepla tar:bzip2 pkgconfig > USE_OPENSSL= yes > USE_RC_SUBR= strongswan > GNU_CONFIGURE= yes >@@ -39,15 +39,16 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \ > --with-group=wheel \ > --with-lib-prefix=${PREFIX} > >-OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE IKEv1 \ >- IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL PKI SCEP SQLITE \ >- TESTVECTOR UNBOUND XAUTH >+OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \ >+ IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL PKI SCEP SMP \ >+ SQLITE TESTVECTOR UNBOUND XAUTH > OPTIONS_SUB= yes > CURL_DESC= Enable CURL to fetch CRL/OCSP > EAPAKA3GPP2_DESC= Enable EAP AKA with 3gpp2 backend > 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 > IPSECKEY_DESC= Enable authentication with IPSECKEY resource records with DNSSEC > KERNELLIBIPSEC_DESC= Enable IPSec userland backend >@@ -55,6 +56,7 @@ LOADTESTER_DESC= Enable load testing plugin > TESTVECTOR_DESC= Enable crypto test vectors > PKI_DESC= Enable PKI tools > SCEP_DESC= Enable Simple Certificate Enrollment Protocol >+SMP_DESC= Enable XML-based management protocol > UNBOUND_DESC= Enable DNSSEC-enabled resolver > XAUTH_DESC= Enable XAuth password verification > >@@ -66,6 +68,7 @@ EAPAKA3GPP2_LIB_DEPENDS=libgmp.so:${PORTSDIR}/math/gmp > 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 > IPSECKEY_CONFIGURE_ON= --enable-ipseckey > KERNELLIBIPSEC_CONFIGURE_ON= --enable-kernel-libipsec >@@ -74,6 +77,8 @@ LDAP_CONFIGURE_ON= --enable-ldap > LDAP_USE= OPENLDAP=yes > MYSQL_CONFIGURE_ON= --enable-mysql > MYSQL_USE= MYSQL=yes >+SMP_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 >+SMP_CONFIGURE_ON= --enable-smp > SQLITE_CONFIGURE_ON= --enable-sqlite > SQLITE_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 > TESTVECTOR_CONFIGURE_ON=--enable-test-vectors
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 197824
:
153178
|
153417
|
153431
|
153433
|
153435