pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl Update to 7.42.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e54175af0d76
branches:  trunk
changeset: 651150:e54175af0d76
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 03 10:11:55 2015 +0000

description:
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:

 www/curl/Makefile |  4 ++--
 www/curl/PLIST    |  3 ++-
 www/curl/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r d0dcae749a85 -r e54175af0d76 www/curl/Makefile
--- a/www/curl/Makefile Sun May 03 10:03:07 2015 +0000
+++ b/www/curl/Makefile Sun May 03 10:11:55 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.147 2015/04/22 14:35:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.148 2015/05/03 10:11:55 wiz Exp $
 
-DISTNAME=      curl-7.42.0
+DISTNAME=      curl-7.42.1
 CATEGORIES=    www
 MASTER_SITES=  http://curl.haxx.se/download/ \
                ftp://ftp.sunet.se/pub/www/utilities/curl/
diff -r d0dcae749a85 -r e54175af0d76 www/curl/PLIST
--- a/www/curl/PLIST    Sun May 03 10:03:07 2015 +0000
+++ b/www/curl/PLIST    Sun May 03 10:11:55 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.48 2015/04/22 14:35:21 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.49 2015/05/03 10:11:55 wiz Exp $
 bin/curl
 bin/curl-config
 include/curl/curl.h
@@ -139,6 +139,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_PORT.3
 man/man3/CURLOPT_POST.3
 man/man3/CURLOPT_POSTFIELDS.3
diff -r d0dcae749a85 -r e54175af0d76 www/curl/distinfo
--- a/www/curl/distinfo Sun May 03 10:03:07 2015 +0000
+++ b/www/curl/distinfo Sun May 03 10:11:55 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index