mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Update to 7.38.0
- Remove SPNEGO option Changes: http://curl.haxx.se/changes.html
This commit is contained in:
parent
47f8564d89
commit
c28c0de9cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367954
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.37.1
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 7.38.0
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
LOCAL/sunpoet
|
||||
@ -13,7 +12,7 @@ COMMENT?= Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 PROXY RTMP SPNEGO TLS_SRP
|
||||
OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES HTTP2 IDN IPV6 LDAP LDAPS LIBSSH2 PROXY RTMP TLS_SRP
|
||||
OPTIONS_RADIO= GSSAPI RESOLV SSL
|
||||
OPTIONS_RADIO_GSSAPI= GSSAPI_BASE HEIMDAL_PORT KRB5_PORT
|
||||
OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER
|
||||
@ -27,7 +26,6 @@ HEIMDAL_PORT_DESC= GSSAPI support via security/heimdal
|
||||
KRB5_PORT_DESC= GSSAPI support via security/krb5
|
||||
LIBSSH2_DESC= SCP/SFTP support via libssh2
|
||||
RESOLV_DESC= DNS resolving options
|
||||
SPNEGO_DESC= SPNEGO (RFC 4178) support
|
||||
THREADED_RESOLVER_DESC= Threaded DNS resolver
|
||||
TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support
|
||||
|
||||
@ -131,10 +129,6 @@ PROXY_CONFIGURE_ON= --enable-proxy
|
||||
RTMP_CONFIGURE_OFF= --without-librtmp
|
||||
RTMP_CONFIGURE_ON= --with-librtmp=${LOCALBASE}
|
||||
RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp
|
||||
SPNEGO_CONFIGURE_OFF= --without-spnego
|
||||
SPNEGO_CONFIGURE_ON= --with-spnego=${LOCALBASE}/lib
|
||||
SPNEGO_CPPFLAGS= -I${LOCALBASE}/include/fbopenssl
|
||||
SPNEGO_LIB_DEPENDS= libfbopenssl.so:${PORTSDIR}/security/fbopenssl
|
||||
THREADED_RESOLVER_CONFIGURE_OFF=--disable-threaded-resolver
|
||||
THREADED_RESOLVER_CONFIGURE_ON= --enable-threaded-resolver
|
||||
TLS_SRP_CONFIGURE_OFF= --disable-tls-srp
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (curl-7.37.1.tar.lzma) = add81a810081a9f8009d68eecdc2f53c4504cd8368084507917371e42181ce83
|
||||
SIZE (curl-7.37.1.tar.lzma) = 2597059
|
||||
SHA256 (curl-7.38.0.tar.lzma) = 5bcf1ebe05c691866d0322d687598068e4a8707cc9bcf1bb514dc92d3fef77d5
|
||||
SIZE (curl-7.38.0.tar.lzma) = 2607254
|
||||
|
Loading…
Reference in New Issue
Block a user