pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-net-http-persistent Update ruby-net-http-pers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad6b02f098f2
branches:  trunk
changeset: 354009:ad6b02f098f2
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Oct 18 16:34:44 2016 +0000

description:
Update ruby-net-http-persistent to 3.0.0.

=== 3.0

Breaking changes:

* No longer supports ruby 2.0 and earlier
* Net::HTTP::Persistent::new now uses keyword arguments for +name+ and
  +proxy+.
* Removed #max_age, use #expired?

New features:

* Uses connection_pool to manage all connections for a Net::HTTP::Persistent
  instance.

Bug fixes:

* Add missing SSL options ca_path, ciphers, ssl_timeout, verify_depth.
  Issue #63 by Johnneylee Jack Rollins.

diffstat:

 www/ruby-net-http-persistent/Makefile |   4 ++--
 www/ruby-net-http-persistent/PLIST    |  10 ++++++----
 www/ruby-net-http-persistent/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r 70867dc3fb84 -r ad6b02f098f2 www/ruby-net-http-persistent/Makefile
--- a/www/ruby-net-http-persistent/Makefile     Tue Oct 18 16:30:35 2016 +0000
+++ b/www/ruby-net-http-persistent/Makefile     Tue Oct 18 16:34:44 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2015/09/26 23:45:22 taca Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/18 16:34:44 taca Exp $
 
-DISTNAME=      net-http-persistent-2.9.4
+DISTNAME=      net-http-persistent-3.0.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 70867dc3fb84 -r ad6b02f098f2 www/ruby-net-http-persistent/PLIST
--- a/www/ruby-net-http-persistent/PLIST        Tue Oct 18 16:30:35 2016 +0000
+++ b/www/ruby-net-http-persistent/PLIST        Tue Oct 18 16:34:44 2016 +0000
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2011/12/16 13:29:08 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/10/18 16:34:44 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
 ${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/History.txt
 ${GEM_LIBDIR}/Manifest.txt
 ${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/lib/net/http/faster.rb
 ${GEM_LIBDIR}/lib/net/http/persistent.rb
-${GEM_LIBDIR}/lib/net/http/persistent/ssl_reuse.rb
+${GEM_LIBDIR}/lib/net/http/persistent/connection.rb
+${GEM_LIBDIR}/lib/net/http/persistent/pool.rb
+${GEM_LIBDIR}/lib/net/http/persistent/timed_stack_multi.rb
 ${GEM_LIBDIR}/test/test_net_http_persistent.rb
-${GEM_LIBDIR}/test/test_net_http_persistent_ssl_reuse.rb
+${GEM_LIBDIR}/test/test_net_http_persistent_timed_stack_multi.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 70867dc3fb84 -r ad6b02f098f2 www/ruby-net-http-persistent/distinfo
--- a/www/ruby-net-http-persistent/distinfo     Tue Oct 18 16:30:35 2016 +0000
+++ b/www/ruby-net-http-persistent/distinfo     Tue Oct 18 16:34:44 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 02:47:35 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/10/18 16:34:44 taca Exp $
 
-SHA1 (net-http-persistent-2.9.4.gem) = c5476a2800cf9d99e422b6f465e54ea84fabe6b6
-RMD160 (net-http-persistent-2.9.4.gem) = f57834b35fbc7cbd67e2e0f4bca50e80e8658b78
-SHA512 (net-http-persistent-2.9.4.gem) = 9251e8422c2f43e7ecd8bc287fa9fff682fac84ed95d143425b0e7e7678a06c9be01db56e6a956588d6c33ddccbd1eff45a6f399f43d452de8e3134e6c50b74e
-Size (net-http-persistent-2.9.4.gem) = 31232 bytes
+SHA1 (net-http-persistent-3.0.0.gem) = 239d6a0be13c68b171301b146d0c8e0390e28903
+RMD160 (net-http-persistent-3.0.0.gem) = 3cff27cc0d25cc7d7525629e9bbb7348cdbc6157
+SHA512 (net-http-persistent-3.0.0.gem) = a601d3abde43b196406e3cdd6b704796ed70db67dfb67c9b510e0164ce7355cc925cac37fbf4c5889f41b069890ba2e2c15440fb40294ed21891fd08d9f87894
+Size (net-http-persistent-3.0.0.gem) = 30208 bytes



Home | Main Index | Thread Index | Old Index