Update ruby-patron to 0.9.1.
### 0.9.1 o Added ssl_version options `TLSv1_1`, `TLSv1_2`, `TLSv1_3` for explicitly forcing the SSL version * requires the appropriate versions of libCURL and OpenSSL installed to support these new options * reference: https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html o Added a new `:http_version` option with `HTTPv1_1` and `HTTPv2_0` values to explicitly set the HTTP version of HTTP/1.1 or HTTP/2.0 * requires the appropriate versions of libCURL and OpenSSL installed to support these new options * reference: https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html o Updates the gem release procedure for more convenience, using the updated Rubygems.org tasks o Update a few minor dependencies and documentation to be Ruby 2.4.1-compatible, add 2.4.1. to Travis CI matrix o Add `Session#download_byte_limit` for limiting the permitted download size. This can be very useful in dealing with untrusted download sources, which might attempt to send very large responses that would overwhelm the receiving client. o Add `Patron.libcurl_version_exact` which returns a triplet of major, minor and patch libCURL version numbers. This can be used for more fine-grained matching when using some more esoteric Curl features which might not necessarily be available on libCURL Patron has been linked against.
This commit is contained in:
parent
107c830684
commit
53a13d4fa4
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.27 2017/08/24 20:03:42 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2017/09/11 15:35:37 taca Exp $
|
||||
|
||||
DISTNAME= patron-0.8.0
|
||||
PKGREVISION= 3
|
||||
DISTNAME= patron-0.9.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2016/10/18 16:02:47 taca Exp $
|
||||
$NetBSD: distinfo,v 1.15 2017/09/11 15:35:37 taca Exp $
|
||||
|
||||
SHA1 (patron-0.8.0.gem) = bb1cbae8e051fbe98e452d4c4fe739e68bebafb9
|
||||
RMD160 (patron-0.8.0.gem) = 80b9b36874905a06355c76d20c4c6942fa3f1bff
|
||||
SHA512 (patron-0.8.0.gem) = 43d6ae99aa3db3c5dabd2c3ec7fe5371a204d6e6ccec2c50b0cc126878b0db583e8a266b2b8e0f3ce7cdfde046bd36622e26d653e7ccae7b493ec924021b5f16
|
||||
Size (patron-0.8.0.gem) = 57856 bytes
|
||||
SHA1 (patron-0.9.1.gem) = e5b21d2b5c854d7b75d01cf96869c656d2c6ae32
|
||||
RMD160 (patron-0.9.1.gem) = a6db370913e14597d4e4d9b86010a5b7bc30c647
|
||||
SHA512 (patron-0.9.1.gem) = 649ee01517369d44009ccf5af4ac5f758893df84259b604be2f5015f9a9015a20a60eb2d6de9873ffa800c49a080e458d2a451222af4783261991c6c134785f7
|
||||
Size (patron-0.9.1.gem) = 59904 bytes
|
||||
|
|
Loading…
Reference in a new issue