diff options
author | spz <spz@pkgsrc.org> | 2015-08-08 02:44:16 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2015-08-08 02:44:16 +0000 |
commit | 7c5aede27833f5e4d2b54da0560fd505c3ed1261 (patch) | |
tree | e33d97d5a6f7977b5d097795bc775719d75fe94e /www/curl/PLIST | |
parent | 40b78b0f7fa3cecd4e060bd72424c6a1b82e753b (diff) | |
download | pkgsrc-7c5aede27833f5e4d2b54da0560fd505c3ed1261.tar.gz |
reanimate curl-7.43.0 and add the upstream fix for
http://curl.haxx.se/mail/lib-2015-06/0122.html found in
https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094
Diffstat (limited to 'www/curl/PLIST')
-rw-r--r-- | www/curl/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/curl/PLIST b/www/curl/PLIST index fd6a0314447..978d66a91dd 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.51 2015/06/30 23:00:21 spz Exp $ +@comment $NetBSD: PLIST,v 1.52 2015/08/08 02:44:16 spz Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -140,6 +140,7 @@ man/man3/CURLOPT_OPENSOCKETFUNCTION.3 man/man3/CURLOPT_PASSWORD.3 man/man3/CURLOPT_PATH_AS_IS.3 man/man3/CURLOPT_PINNEDPUBLICKEY.3 +man/man3/CURLOPT_PIPEWAIT.3 man/man3/CURLOPT_PORT.3 man/man3/CURLOPT_POST.3 man/man3/CURLOPT_POSTFIELDS.3 @@ -160,6 +161,7 @@ man/man3/CURLOPT_PROXYPORT.3 man/man3/CURLOPT_PROXYTYPE.3 man/man3/CURLOPT_PROXYUSERNAME.3 man/man3/CURLOPT_PROXYUSERPWD.3 +man/man3/CURLOPT_PROXY_SERVICE_NAME.3 man/man3/CURLOPT_PROXY_TRANSFER_MODE.3 man/man3/CURLOPT_PUT.3 man/man3/CURLOPT_QUOTE.3 @@ -181,6 +183,7 @@ man/man3/CURLOPT_RTSP_TRANSPORT.3 man/man3/CURLOPT_SASL_IR.3 man/man3/CURLOPT_SEEKDATA.3 man/man3/CURLOPT_SEEKFUNCTION.3 +man/man3/CURLOPT_SERVICE_NAME.3 man/man3/CURLOPT_SHARE.3 man/man3/CURLOPT_SOCKOPTDATA.3 man/man3/CURLOPT_SOCKOPTFUNCTION.3 |