summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-12-06 11:31:13 +0000
committerwiz <wiz@pkgsrc.org>2015-12-06 11:31:13 +0000
commit6e9b8db7fc41a29c80a0620818a9d9fbac3de66c (patch)
tree0519c43348bdf0e21fac4fdc941f1b8891719bb9 /www/curl
parent378bfd0bc1938b01111fd80b5c128d8e13af08e6 (diff)
downloadpkgsrc-6e9b8db7fc41a29c80a0620818a9d9fbac3de66c.tar.gz
Update to 7.46.0:
Changes: configure: build silently by default cookies: Add support for Publix Suffix List with libpsl vtls: added support for mbedTLS Added CURLOPT_STREAM_DEPENDS Added CURLOPT_STREAM_DEPENDS_E Added CURLOPT_STREAM_WEIGHT Added CURLFORM_CONTENTLEN oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP Bugfixes: des: Fix header conditional for Curl_des_set_odd_parity ntlm: get rid of unconditional use of long long CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO docs: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET http2: Fix http2_recv to return -1 if recv returned -1 curl_global_init_mem: set function pointers before doing init ntlm: error out without 64bit support as the code needs it openssl: Fix set up of pkcs12 certificate verification chain acinclude: remove PKGCONFIG override test1531: case the size to fix the test on non-largefile builds fread_func: move callback pointer from set to state struct test1601: fix compilation with --enable-debug and --disable-crypto-auth http2: Don't pass unitialized name+len pairs to nghttp2_submit_request curlbuild.h: Fix non-configure compiling to mips and sh4 targets tool: Generate easysrc with last cache linked-list cmake: Fix for add_subdirectory(curl) use-case vtls: fix compiler warning for TLS backends without sha256 build: fix for MSDOS/djgpp checksrc: add crude // detection http2: on_frame_recv: trust the conn/data input ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size polarssl/mbedtls: fix name space pollution build: Fix mingw ssl gdi32 order build: Fix support for PKG_CONFIG MacOSX-Framework: sdk regex fix for sdk 10.10 and later socks: Fix incorrect port numbers in failed connect messages curl.1: -E: s/private certificate/client certificate curl.h: s/HTTPPOST_/CURL_HTTPOST_ curl_formadd: support >2GB files on windows http redirects: %-encode bytes outside of ascii range rawstr: Speed up Curl_raw_toupper by 40% curl_ntlm_core: fix 2 curl_off_t constant overflows. getinfo: CURLINFO_ACTIVESOCKET: fix bad socket value tftp tests: verify sent options too imap: Don't call imap_atom() when no mailbox specified in LIST command imap: Fixed double quote in LIST command when mailbox contains spaces imap: Don't check for continuation when executing a CUSTOMREQUEST acinclude: Remove check for 16-bit curl_off_t BoringSSL: Work with stricter BIO_get_mem_data() cmake: Add missing feature macros in config header sasl_sspi: fixed unicode build for digest authentication sasl_sspi: fix identity memory leak in digest authentication unit1602: Fixed failure in torture test unit1603: Added unit tests for hash functions vtls/openssl: remove unused traces of yassl ifdefs openssl: remove #ifdefs for < 0.9.7 support typecheck-gcc.h: add some missing options curl: mark two more options strings for --libcurl output openssl: Free modules on cleanup CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first header getconnectinfo: Don't call recv(2) if socket == -1 http2: http_done: don't free already-freed push headers zsh completion: Preserve single quotes in output os400: Provide options for libssh2 use in compile scripts. build: Fix theoretical infinite loops pop3: Differentiate between success and continuation responses examples: Fixed compilation warnings schannel: Use GetVersionEx() when VerifyVersionInfo() isn't available CURLOPT_HEADERFUNCTION.3: fix typo curl: expanded the -XHEAD warning text done: make sure the final progress update is made build: Install zsh completion RTSP: do not add if-modified-since without timecondition curl: Fixed display of URL index in password prompt for --next nonblock: fix setting non-blocking mode for Amiga http2 push: add missing inits of new stream http2: convert some verbose output into debug-only output Curl_read_plain: clean up ifdefs that break statements
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile6
-rw-r--r--www/curl/PLIST6
-rw-r--r--www/curl/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index a5de45d5d1e..ce133720e3d 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.155 2015/10/15 10:59:52 wiz Exp $
+# $NetBSD: Makefile,v 1.156 2015/12/06 11:31:13 wiz Exp $
-DISTNAME= curl-7.45.0
+DISTNAME= curl-7.46.0
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/
@@ -16,6 +16,8 @@ LICENSE= mit
BUILD_DEFS+= IPV6_READY
USE_TOOLS+= nroff
+# https://github.com/bagder/curl/issues/555
+USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
diff --git a/www/curl/PLIST b/www/curl/PLIST
index 36e2c7ca84e..703dd709086 100644
--- a/www/curl/PLIST
+++ b/www/curl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2015/10/15 10:59:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.55 2015/12/06 11:31:13 wiz Exp $
bin/curl
bin/curl-config
include/curl/curl.h
@@ -262,6 +262,9 @@ man/man3/CURLOPT_SSL_VERIFYHOST.3
man/man3/CURLOPT_SSL_VERIFYPEER.3
man/man3/CURLOPT_SSL_VERIFYSTATUS.3
man/man3/CURLOPT_STDERR.3
+man/man3/CURLOPT_STREAM_DEPENDS.3
+man/man3/CURLOPT_STREAM_DEPENDS_E.3
+man/man3/CURLOPT_STREAM_WEIGHT.3
man/man3/CURLOPT_TCP_KEEPALIVE.3
man/man3/CURLOPT_TCP_KEEPIDLE.3
man/man3/CURLOPT_TCP_KEEPINTVL.3
@@ -352,3 +355,4 @@ share/aclocal/libcurl.m4
share/doc/curl/FAQ
share/doc/curl/MANUAL
share/doc/curl/TheArtOfHttpScripting
+share/zsh/site-functions/_curl
diff --git a/www/curl/distinfo b/www/curl/distinfo
index f7e9010ab0e..54371295786 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.110 2015/10/15 10:59:52 wiz Exp $
+$NetBSD: distinfo,v 1.111 2015/12/06 11:31:13 wiz Exp $
-SHA1 (curl-7.45.0.tar.bz2) = ea2e8ef812972202be9ffb2220ef07f7f8ae5b30
-RMD160 (curl-7.45.0.tar.bz2) = 3be0355ef398ac83b716cbf4fe69854b63dfa7f8
-SHA512 (curl-7.45.0.tar.bz2) = 71c557c69eb8d160f74a9b76ef83a46ce33ef4e8a66a261699329583dadf10205b4ba4783f92d4e6c8724f6610ffade5b0a9f189b0a7b9169ff839dfc8980481
-Size (curl-7.45.0.tar.bz2) = 3473632 bytes
+SHA1 (curl-7.46.0.tar.bz2) = 96fbe5abe8ecfb923e4ab0a579b3d6be43ef0e96
+RMD160 (curl-7.46.0.tar.bz2) = 59a70f558853483a2b63ddb59e9d02b7d95bb2e8
+SHA512 (curl-7.46.0.tar.bz2) = ff47216a2b4a2d14a2e98e0e87867897a9bf059c58d2d73aa47a69ccd94977367e2de15bea641abfb00e236a8b016ee869675c2cc702f7919da5fe612bd8b5e1
+Size (curl-7.46.0.tar.bz2) = 3494481 bytes
SHA1 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13
SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7
SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308