summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-09-11 15:35:37 +0000
committertaca <taca@pkgsrc.org>2017-09-11 15:35:37 +0000
commit62ef43b3ee762368fe79b5fa5b7ab7d721dfa2ba (patch)
tree1af4c108f69d85c01aa02326598952fe1966a2f3 /www
parent98f929ab6953e7d4d7060734609ec3fa3e0070bc (diff)
downloadpkgsrc-62ef43b3ee762368fe79b5fa5b7ab7d721dfa2ba.tar.gz
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.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-patron/Makefile5
-rw-r--r--www/ruby-patron/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/www/ruby-patron/Makefile b/www/ruby-patron/Makefile
index 0ec2b020878..642b89c8657 100644
--- a/www/ruby-patron/Makefile
+++ b/www/ruby-patron/Makefile
@@ -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
diff --git a/www/ruby-patron/distinfo b/www/ruby-patron/distinfo
index 321aeff98b0..01a0a51baae 100644
--- a/www/ruby-patron/distinfo
+++ b/www/ruby-patron/distinfo
@@ -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