pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-net-http-persistent



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Oct 18 16:34:44 UTC 2016

Modified Files:
        pkgsrc/www/ruby-net-http-persistent: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-net-http-persistent/Makefile \
    pkgsrc/www/ruby-net-http-persistent/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-net-http-persistent/PLIST

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-net-http-persistent/Makefile
diff -u pkgsrc/www/ruby-net-http-persistent/Makefile:1.10 pkgsrc/www/ruby-net-http-persistent/Makefile:1.11
--- pkgsrc/www/ruby-net-http-persistent/Makefile:1.10   Sat Sep 26 23:45:22 2015
+++ pkgsrc/www/ruby-net-http-persistent/Makefile        Tue Oct 18 16:34:44 2016
@@ -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
Index: pkgsrc/www/ruby-net-http-persistent/distinfo
diff -u pkgsrc/www/ruby-net-http-persistent/distinfo:1.10 pkgsrc/www/ruby-net-http-persistent/distinfo:1.11
--- pkgsrc/www/ruby-net-http-persistent/distinfo:1.10   Wed Nov  4 02:47:35 2015
+++ pkgsrc/www/ruby-net-http-persistent/distinfo        Tue Oct 18 16:34:44 2016
@@ -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

Index: pkgsrc/www/ruby-net-http-persistent/PLIST
diff -u pkgsrc/www/ruby-net-http-persistent/PLIST:1.2 pkgsrc/www/ruby-net-http-persistent/PLIST:1.3
--- pkgsrc/www/ruby-net-http-persistent/PLIST:1.2       Fri Dec 16 13:29:08 2011
+++ pkgsrc/www/ruby-net-http-persistent/PLIST   Tue Oct 18 16:34:44 2016
@@ -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



Home | Main Index | Thread Index | Old Index