diff options
author | taca <taca@pkgsrc.org> | 2011-12-16 13:29:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-16 13:29:08 +0000 |
commit | ccb7aeb6bf0b61fe1880fa0fa8b7f71ea2c9cf85 (patch) | |
tree | 81595c718cee19d4d5b601622de79cff183e08e7 /www | |
parent | 66580176fe6b2025d2ad5ad600f543d530ea2773 (diff) | |
download | pkgsrc-ccb7aeb6bf0b61fe1880fa0fa8b7f71ea2c9cf85.tar.gz |
Update www/ruby-net-http-persistent package to 2.3.2.
=== 2.3.2
* Bug fix
* Finish connections that were closed by Net::HTTP so they can be restarted.
=== 2.3.1 / 2011-10-26
* Bug fix
* If a request object already contains a Connection header it will no longer
be overridden. This allows keep-alive connections to be disabled on a
per-request basis.
=== 2.3 / 2011-10-25
* Minor Enhancement
* The time since last use for a connection is now recorded in error
messages for the connection.
=== 2.2 / 2011-10-24
* Minor Enhancements
* Added timeouts for idle connections which are set through #idle_timeout.
The default timeout is 5 seconds. Reducing the idle timeout is preferred
over setting #retry_change_requests to true if you wish to avoid the "too
many connection resets" error when POSTing data.
* Documented tunables and settings in one place in Net::HTTP::Persistent
=== 2.1 / 2011-09-19
* Minor Enhancement
* For HTTPS connections, SSL sessions are now reused avoiding the extra
round trips and computations of extra SSL handshakes. If you have
problems with SSL session reuse it can be disabled by
Net::HTTP::Persistent#reuse_ssl_sessions
* Bug Fixes
* The default certificate store is now used even if #verify_mode was not
set. Issue #7, Pull Request #8 by Matthew M. Boedicker
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-net-http-persistent/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-net-http-persistent/PLIST | 6 | ||||
-rw-r--r-- | www/ruby-net-http-persistent/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/ruby-net-http-persistent/Makefile b/www/ruby-net-http-persistent/Makefile index 92c5491ce61..a837f944ca5 100644 --- a/www/ruby-net-http-persistent/Makefile +++ b/www/ruby-net-http-persistent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/09/12 13:53:59 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/16 13:29:08 taca Exp $ -DISTNAME= net-http-persistent-2.0 +DISTNAME= net-http-persistent-2.3.2 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-net-http-persistent/PLIST b/www/ruby-net-http-persistent/PLIST index 6272258d484..a6e4dd573de 100644 --- a/www/ruby-net-http-persistent/PLIST +++ b/www/ruby-net-http-persistent/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/12 17:29:56 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/12/16 13:29:08 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/History.txt ${GEM_LIBDIR}/Manifest.txt -${GEM_LIBDIR}/README.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}/test/test_net_http_persistent.rb +${GEM_LIBDIR}/test/test_net_http_persistent_ssl_reuse.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-net-http-persistent/distinfo b/www/ruby-net-http-persistent/distinfo index b51eb4ec643..7029dbb8b9a 100644 --- a/www/ruby-net-http-persistent/distinfo +++ b/www/ruby-net-http-persistent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/09/12 13:53:59 taca Exp $ +$NetBSD: distinfo,v 1.3 2011/12/16 13:29:08 taca Exp $ -SHA1 (net-http-persistent-2.0.gem) = ed15a98bc77a55313e04e166a7cf82af9bd25a39 -RMD160 (net-http-persistent-2.0.gem) = 51b4f01376b8af04fea2492b1c42f35e452f3d7a -Size (net-http-persistent-2.0.gem) = 16896 bytes +SHA1 (net-http-persistent-2.3.2.gem) = f2f3cf3baf27b395f730daa2a5f703c75c76ed72 +RMD160 (net-http-persistent-2.3.2.gem) = 94ec8c06fff9341a9296a8b6a767a77a5b2698cd +Size (net-http-persistent-2.3.2.gem) = 21504 bytes |