pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-httpclient Update ruby-httpclient to 2.8.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/721cedfcf561
branches:  trunk
changeset: 360006:721cedfcf561
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 20 15:51:33 2017 +0000

description:
Update ruby-httpclient to 2.8.3.

Changes in 2.8.3                        2016/12/8

Bug

* Avoid frozen string errors on Ruby 2.3 - fixed by RJ Walsh #336
* SSL timeouts not working on JRuby - fixed by Dave Golombek #341
* Do not reset SSL connection if unnecessary - fixed by Dave Golombek #344
* Ignore text around PEM file in JRuby fixed by Scott Kolb #352

Changes

* Add HTTPClient#tcp_keepalive= for enabling TCP keepalive. false by default. #350

diffstat:

 www/ruby-httpclient/Makefile |   4 ++--
 www/ruby-httpclient/PLIST    |   3 ++-
 www/ruby-httpclient/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 9dc8e1d2e57e -r 721cedfcf561 www/ruby-httpclient/Makefile
--- a/www/ruby-httpclient/Makefile      Mon Mar 20 15:49:51 2017 +0000
+++ b/www/ruby-httpclient/Makefile      Mon Mar 20 15:51:33 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2016/10/18 15:36:34 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/03/20 15:51:33 taca Exp $
 #
 
-DISTNAME=      httpclient-2.8.2.4
+DISTNAME=      httpclient-2.8.3
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 9dc8e1d2e57e -r 721cedfcf561 www/ruby-httpclient/PLIST
--- a/www/ruby-httpclient/PLIST Mon Mar 20 15:49:51 2017 +0000
+++ b/www/ruby-httpclient/PLIST Mon Mar 20 15:51:33 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2015/12/13 15:37:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/03/20 15:51:33 taca Exp $
 bin/httpclient${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/README.md
@@ -53,6 +53,7 @@
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/htdigest
 ${GEM_LIBDIR}/test/htpasswd
+${GEM_LIBDIR}/test/jruby_ssl_socket/test_pemutils.rb
 ${GEM_LIBDIR}/test/runner.rb
 ${GEM_LIBDIR}/test/server.cert
 ${GEM_LIBDIR}/test/server.key
diff -r 9dc8e1d2e57e -r 721cedfcf561 www/ruby-httpclient/distinfo
--- a/www/ruby-httpclient/distinfo      Mon Mar 20 15:49:51 2017 +0000
+++ b/www/ruby-httpclient/distinfo      Mon Mar 20 15:51:33 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2016/10/18 15:36:34 taca Exp $
+$NetBSD: distinfo,v 1.21 2017/03/20 15:51:33 taca Exp $
 
-SHA1 (httpclient-2.8.2.4.gem) = 93267ceec80e940b5d3842517db6760e7e1b696d
-RMD160 (httpclient-2.8.2.4.gem) = 1b68ab208cff6ef162d8623482769fb05ea1df80
-SHA512 (httpclient-2.8.2.4.gem) = 725da86ded85f198ef10acd210340fe9ad103ab87295873438acf85980e0c1c687859ba43c7de2aa4fc271c2a706bc8e6c441bca2a608404d703df7182504514
-Size (httpclient-2.8.2.4.gem) = 384000 bytes
+SHA1 (httpclient-2.8.3.gem) = 531c6db0b5f371e3d029cbfb2f8d743f7eeb5c1b
+RMD160 (httpclient-2.8.3.gem) = a3f0cc9948db755857a91da803ad1ffa7182350d
+SHA512 (httpclient-2.8.3.gem) = d02c7b7c9e1a386b6e16ebbf4b00ce916233a08cca7286f03c39aee0935fc5a811cb20c0613b50dff9dd8bd5d92d1a5c7e8d45fb724aeaa36bf90b597bd9d428
+Size (httpclient-2.8.3.gem) = 385536 bytes



Home | Main Index | Thread Index | Old Index