diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-03 10:11:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-03 10:11:55 +0000 |
commit | 995e31fac0d6d27b88d3249148e310963769bfcf (patch) | |
tree | 4aa6474073cb3c367e3c1ea3c041a7adbd5d6966 /www/curl/distinfo | |
parent | 2d38be13f225fca5687ff213c91a97df6cb3e4cb (diff) | |
download | pkgsrc-995e31fac0d6d27b88d3249148e310963769bfcf.tar.gz |
Update to 7.42.1:
Version 7.42.1 (28 Apr 2015)
Daniel Stenberg (28 Apr 2015)
- RELEASE-NOTES: 7.42.1 ready
- CURLOPT_HEADEROPT: default to separate
Make the HTTP headers separated by default for improved security and
reduced risk for information leakage.
Bug: http://curl.haxx.se/docs/adv_20150429.html
Reported-by: Yehezkel Horowitz, Oren Souroujon
- RELEASE-NOTES: synced with a6e0270e
- sws: init http2 state properly
It would otherwise cause problems when running tests after 1801 etc.
- curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION
... as it was previouly undocumented what the pointer was.
- openssl: fix serial number output
The code extracting the cert serial number was broken and didn't display
it properly.
Bug: https://github.com/bagder/curl/issues/235
Reported-by: dkjjr89
- [Alessandro Ghedini brought this change]
curl.1: fix typo
- RELEASE-NOTES: toward 7.42.1, synced with 097460a
- [Kamil Dudka brought this change]
curl -z: do not write empty file on unmet condition
This commit fixes a regression introduced in curl-7_41_0-186-g261a0fe.
It also introduces a regression test 1424 based on tests 78 and 1423.
Reported-by: Viktor Szakats
Bug: https://github.com/bagder/curl/issues/237
- [Kamil Dudka brought this change]
docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too
- connectionexists: follow-up to fd9d3a1ef1f
PROTOPT_CREDSPERREQUEST still needs to be checked even when NTLM is not
enabled.
Mistake-caught-by: Kamil Dudka
- connectionexists: fix build without NTLM
Do not access NTLM-specific struct fields when built without NTLM
enabled!
bug: http://curl.haxx.se/?i=231
Reported-by: Patrick Rapin
- dist: include {src,lib}/checksrc.whitelist
Diffstat (limited to 'www/curl/distinfo')
-rw-r--r-- | www/curl/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/curl/distinfo b/www/curl/distinfo index 1d33eeddb81..39e1ef18f9f 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.103 2015/04/22 14:35:21 jperkin Exp $ +$NetBSD: distinfo,v 1.104 2015/05/03 10:11:55 wiz Exp $ -SHA1 (curl-7.42.0.tar.bz2) = 5cabee25dcefca7f071e660bd79847f69aeff6af -RMD160 (curl-7.42.0.tar.bz2) = 876fc1de75dc5e342b3fb6b2ddeb9bbba481c9a4 -Size (curl-7.42.0.tar.bz2) = 3330103 bytes +SHA1 (curl-7.42.1.tar.bz2) = f65708915875b8cb35edb51d8dd31440dc02fbd3 +RMD160 (curl-7.42.1.tar.bz2) = 76d5b23fae60356342e2bac2e4c706ed544d4adf +Size (curl-7.42.1.tar.bz2) = 3327304 bytes SHA1 (patch-aa) = 59ec0be3ac90470fdc5935881da6a14dbab9d378 SHA1 (patch-curl-config.in) = fd87c97b601a6b9269f67fbc066604ee7e22570e SHA1 (patch-lib_hostcheck.c) = 9faf94f44703c7d37377fd3af319ca5c27df34c2 |