FreeBSD Bugzilla – Attachment 232839 Details for
Bug 262955
ftp/curl: Remove broken NSS option and reference to Mbed TLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for curl
curl-drop-nss-mbedtls-reference.patch (text/plain), 1.83 KB, created by
Daniel Engberg
on 2022-03-31 09:14:06 UTC
(
hide
)
Description:
Patch for curl
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-03-31 09:14:06 UTC
Size:
1.83 KB
patch
obsolete
>diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile >index b27356a0c4cd..ccebec9bb6b6 100644 >--- a/ftp/curl/Makefile >+++ b/ftp/curl/Makefile >@@ -34,13 +34,13 @@ OPTIONS_GROUP= PROTOCOL > OPTIONS_RADIO= SSL > OPTIONS_SINGLE= GSSAPI RESOLV > OPTIONS_GROUP_PROTOCOL= DICT FTP GOPHER HTTP HTTP2 IMAP LDAP LDAPS LIBSSH2 MQTT POP3 RTMP RTSP SMB SMTP TELNET TFTP >-OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL WOLFSSL >+OPTIONS_RADIO_SSL= GNUTLS OPENSSL WOLFSSL > OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE > OPTIONS_SINGLE_RESOLV= CARES THREADED_RESOLVER > OPTIONS_DEFAULT=ALTSVC CA_BUNDLE COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IMAP LIBSSH2 NTLM OPENSSL POP3 PROXY RTSP SMTP STATIC TELNET TFTP THREADED_RESOLVER TLS_SRP > OPTIONS_SUB= yes > ALTSVC_DESC= HTTP Alternative Services support >-CA_BUNDLE_DESC= Enable CA bundle for OpenSSL/GnuTLS/mbedTLS >+CA_BUNDLE_DESC= Enable CA bundle for OpenSSL/GnuTLS > COOKIES_DESC= Cookies support > CURL_DEBUG_DESC=cURL debug memory tracking > DICT_DESC= DICT (RFC 2229) support >@@ -108,10 +108,6 @@ LDAPS_CONFIGURE_ENABLE= ldaps > LIBSSH2_CONFIGURE_WITH= libssh2 > LIBSSH2_LIB_DEPENDS= libssh2.so:security/libssh2 > MQTT_CONFIGURE_ENABLE= mqtt >-NSS_CONFIGURE_WITH= nss >-NSS_LIB_DEPENDS= libnss3.so:security/nss \ >- libnspr4.so:devel/nspr >-NSS_USES= pkgconfig > NTLM_CONFIGURE_ENABLE= ntlm > OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} > OPENSSL_CPPFLAGS= -I${OPENSSLINC} >@@ -147,7 +143,7 @@ CONFIGURE_ARGS+=--with-ca-fallback > IGNORE= only supports TLS-SRP with either OpenSSL or GnuTLS > .endif > >-.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MNSS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MWOLFSSL} >+.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MWOLFSSL} > IGNORE= only supports LDAPS with SSL > .endif >
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 262955
: 232839