pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-httpclient



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 15:51:33 UTC 2017

Modified Files:
        pkgsrc/www/ruby-httpclient: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-httpclient/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-httpclient/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-httpclient/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-httpclient/Makefile
diff -u pkgsrc/www/ruby-httpclient/Makefile:1.21 pkgsrc/www/ruby-httpclient/Makefile:1.22
--- pkgsrc/www/ruby-httpclient/Makefile:1.21    Tue Oct 18 15:36:34 2016
+++ pkgsrc/www/ruby-httpclient/Makefile Mon Mar 20 15:51:33 2017
@@ -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

Index: pkgsrc/www/ruby-httpclient/PLIST
diff -u pkgsrc/www/ruby-httpclient/PLIST:1.12 pkgsrc/www/ruby-httpclient/PLIST:1.13
--- pkgsrc/www/ruby-httpclient/PLIST:1.12       Sun Dec 13 15:37:44 2015
+++ pkgsrc/www/ruby-httpclient/PLIST    Mon Mar 20 15:51:33 2017
@@ -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/client.key
 ${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

Index: pkgsrc/www/ruby-httpclient/distinfo
diff -u pkgsrc/www/ruby-httpclient/distinfo:1.20 pkgsrc/www/ruby-httpclient/distinfo:1.21
--- pkgsrc/www/ruby-httpclient/distinfo:1.20    Tue Oct 18 15:36:34 2016
+++ pkgsrc/www/ruby-httpclient/distinfo Mon Mar 20 15:51:33 2017
@@ -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