pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-curl py-curl: updated to 7.43.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d1a1d76aa1b
branches: trunk
changeset: 372589:9d1a1d76aa1b
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 10 17:33:33 2017 +0000
description:
py-curl: updated to 7.43.0.1
Version 7.43.0.1:
* WRITEHEADER/WRITEFUNCTION and WRITEDATA/WRITEFUNCTION can now
be set on the same handle. The last call will take precedence over
previous calls. Previously some combinations were not allowed.
* Fixed a crash when using WRITEDATA with a file-like object followed
by WRITEDATA with a real file object.
* Fixed a theoretical memory leak in module initialization.
* Added support for CURL_SSLVERSION_MAX_* constants.
* Added support for CURLSSH_AUTH_AGENT.
* Added support for CURLOPT_CONNECT_TO.
* Added support for CURLINFO_HTTP_VERSION.
* Fixed build against OpenSSL l.1 on Windows.
* Added set_ca_certs method to the Easy object to set CA certificates
from a string.
* Python 3.6 is now officially supported.
* Added support for CURLOPT_PROXY_CAPATH.
* C-Ares updated to 1.12.0 in Windows builds, fixing DNS resolution
issues on Windows.
* Added --openssl-lib-name="" option to support building against
OpenSSL 1.1.0 on Windows.
* Fixed a possible double free situation in all Curl objects
due to a misuse of the trashcan API.
* High level Curl objects can now be reused.
* LARGE options fixed under Windows and Python 3 (INFILESIZE,
MAX_RECV_SPEED_LARGE, MAX_SEND_SPEED_LARGE, MAXFILESIZE,
POSTFILESIZE, RESUME_FROM).
* Fixed compilation on Solaris.
* ENCODING option can now be unset
diffstat:
www/py-curl/Makefile | 5 ++---
www/py-curl/distinfo | 11 +++++------
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (31 lines):
diff -r b3227d682717 -r 9d1a1d76aa1b www/py-curl/Makefile
--- a/www/py-curl/Makefile Sun Dec 10 17:26:39 2017 +0000
+++ b/www/py-curl/Makefile Sun Dec 10 17:33:33 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2017/08/24 20:03:42 adam Exp $
+# $NetBSD: Makefile,v 1.56 2017/12/10 17:33:33 adam Exp $
-DISTNAME= pycurl-7.43.0
+DISTNAME= pycurl-7.43.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://dl.bintray.com/pycurl/pycurl/
diff -r b3227d682717 -r 9d1a1d76aa1b www/py-curl/distinfo
--- a/www/py-curl/distinfo Sun Dec 10 17:26:39 2017 +0000
+++ b/www/py-curl/distinfo Sun Dec 10 17:33:33 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.22 2017/04/18 15:06:22 jperkin Exp $
+$NetBSD: distinfo,v 1.23 2017/12/10 17:33:33 adam Exp $
-SHA1 (pycurl-7.43.0.tar.gz) = e8e9c7e9ae91ae32096b8c86cfc7d49976a66d1b
-RMD160 (pycurl-7.43.0.tar.gz) = 887605e420279d92862187e7f989fb032c3e08ed
-SHA512 (pycurl-7.43.0.tar.gz) = 7442462c74c19964b9d72976e9b92bf68bb37debc1401bc399590bea42704065da13d6de710e795eeae79a4651b9a08841d50454243cb0994c7eb1c1bab233a5
-Size (pycurl-7.43.0.tar.gz) = 182522 bytes
+SHA1 (pycurl-7.43.0.1.tar.gz) = caa8e7b21c1552a1638b771e9c4933b51b7acebd
+RMD160 (pycurl-7.43.0.1.tar.gz) = 29e3009d4c99576f9ad4624fcccaea7ada935e56
+SHA512 (pycurl-7.43.0.1.tar.gz) = c084955d6239230a9cb694fe31465da10daab37a5d030d5cbf69ae860402471d1b0c820858451d239363d9b0829899189e9939abf67875ad035867e5f72a66fe
+Size (pycurl-7.43.0.1.tar.gz) = 195861 bytes
SHA1 (patch-setup.py) = 41722b45efbbc3e3b65f88354b647b4c6304ab50
-SHA1 (patch-src_easy.c) = ccb16c66536b0ec2df96346bf008b9030fb6d1d6
Home |
Main Index |
Thread Index |
Old Index