Date: Thu, 11 Sep 2014 15:53:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367954 - head/ftp/curl Message-ID: <201409111553.s8BFrouC006014@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 11 15:53:49 2014 New Revision: 367954 URL: http://svnweb.freebsd.org/changeset/ports/367954 QAT: https://qat.redports.org/buildarchive/r367954/ Log: - Update to 7.38.0 - Remove SPNEGO option Changes: http://curl.haxx.se/changes.html Modified: head/ftp/curl/Makefile head/ftp/curl/distinfo Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Thu Sep 11 15:52:17 2014 (r367953) +++ head/ftp/curl/Makefile Thu Sep 11 15:53:49 2014 (r367954) @@ -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 fi 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 se 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 Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Thu Sep 11 15:52:17 2014 (r367953) +++ head/ftp/curl/distinfo Thu Sep 11 15:53:49 2014 (r367954) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409111553.s8BFrouC006014>