summaryrefslogtreecommitdiff
path: root/www/curl/PLIST
diff options
context:
space:
mode:
authorwiz <wiz>2012-05-29 14:58:05 +0000
committerwiz <wiz>2012-05-29 14:58:05 +0000
commitd75063a6fcfc665f186c279c81b8478cd276822b (patch)
tree6bd1e4a30a0ca616ea81cb48aebf0b370033af58 /www/curl/PLIST
parentd66e9a37dbb301282281022fd24005c2ceb24124 (diff)
downloadpkgsrc-d75063a6fcfc665f186c279c81b8478cd276822b.tar.gz
Update to 7.26:
This release includes the following changes: o nss: the minimal supported version of NSS bumped to 3.12.x o nss: human-readable names are now provided for NSS errors if available o add a manual page for mk-ca-bundle o added --post303 and the CURL_REDIR_POST_303 option for CURLOPT_POSTREDIR o smtp: Add support for DIGEST-MD5 authentication o pop3: Added support for additional pop3 commands This release includes the following bugfixes: o nss: libcurl now uses NSS_InitContext() to prevent collisions if available [1] o URL parse: reject numerical IPv6 addresses outside brackets [4] o MD5: fix OOM memory leak [5] o OpenSSL cert: provide more details when cert check fails o HTTP: empty chunked POST ended up in two zero size chunks [6] o fixed a regression when curl resolved to multiple addresses and the first isn't supported [7] o -# progress meter: avoid superfluous updates and duplicate lines [8] o headers: surround GCC attribute names with double underscores [9] o PolarSSL: correct return code for CRL matches o PolarSSL: include version number in version string o PolarSSL: add support for asynchronous connect o mk-ca-bundle: revert the LWP usage [12] o IPv6 cookie domain: get rid of the first bracket before the second o connect.c: return changed to CURLE_COULDNT_CONNECT when opensocket fails o OpenSSL: Made cert hostname check conform to RFC 6125 [10] o HTTP: reset expected DL/UL sizes on redirects [11] o CMake: fix Windows LDAP/LDAPS option handling [2] o CMake: fix MS Visual Studio x64 unsigned long long literal suffix [3] o configure: update detection logic of getaddrinfo() thread-safeness o configure: check for gethostbyname in the watt lib o curl-config.1: fix curl-config usage in example [13] o smtp: Fixed non-escaping of dot character at beginning of line o MakefileBuild.vc: use the correct IDN variable o autoconf: improve handling of versioned symbols o curl.1: clarify -x usage o curl: shorten user-agent o smtp: issue with the multi-interface always sending postdata [14] o compile error with GnuTLS+Nettle fixed o winbuild: fix IPv6 enabled build
Diffstat (limited to 'www/curl/PLIST')
-rw-r--r--www/curl/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/PLIST b/www/curl/PLIST
index 057320a19c5..0dbf992a6c1 100644
--- a/www/curl/PLIST
+++ b/www/curl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2012/01/28 14:41:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.36 2012/05/29 14:58:05 wiz Exp $
bin/curl
bin/curl-config
include/curl/curl.h
@@ -14,6 +14,7 @@ lib/libcurl.la
lib/pkgconfig/libcurl.pc
man/man1/curl-config.1
man/man1/curl.1
+man/man1/mk-ca-bundle.1
man/man3/curl_easy_cleanup.3
man/man3/curl_easy_duphandle.3
man/man3/curl_easy_escape.3