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.2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f320161ab8fd
branches:  trunk
changeset: 603516:f320161ab8fd
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon May 07 00:20:47 2012 +0000

description:
Update ruby-httpclient to 2.2.5.

= Changes in 2.2.5 =

  May 06, 2012 - version 2.2.5

    * Bug fixes

      * Added Magic encoding comment to hexdump.rb to avoid encoding error.
      * Add workaround for JRuby issue on Windows (JRUBY-6136)
        On Windows, calling File#size fails with an Unknown error (20047).
        This workaround uses File#lstat instead.
      * Require open-uri only on ruby 1.9, since it is not needed on 1.8.

    * Features

      * Allow symbol Header name for HTTP request.
      * Dump more SSL certificate information under $DEBUG.
      * Add HTTPClient::SSLConfig#ssl_version property.
      * Add 'Accept: */*' header to request by default. Rails requies it.
        It doesn't override given Accept header from API.
      * Add HTTPClient::SSLConfig#set_default_paths. This method makes
        HTTPClient instance to use OpenSSL's default trusted CA certificates.
      * Allow to set Date header manually.
        ex. clent.get(uri, :header => {'Date' => Time.now.httpdate})

diffstat:

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

diffs (53 lines):

diff -r 1dc318ed800c -r f320161ab8fd www/ruby-httpclient/Makefile
--- a/www/ruby-httpclient/Makefile      Mon May 07 00:20:34 2012 +0000
+++ b/www/ruby-httpclient/Makefile      Mon May 07 00:20:47 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/12/08 12:08:05 obache Exp $
+# $NetBSD: Makefile,v 1.9 2012/05/07 00:20:47 obache Exp $
 #
 
-DISTNAME=      httpclient-2.2.4
+DISTNAME=      httpclient-2.2.5
 CATEGORIES=    www
 
 MAINTAINER=    obache%NetBSD.org@localhost
diff -r 1dc318ed800c -r f320161ab8fd www/ruby-httpclient/PLIST
--- a/www/ruby-httpclient/PLIST Mon May 07 00:20:34 2012 +0000
+++ b/www/ruby-httpclient/PLIST Mon May 07 00:20:47 2012 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2011/10/17 01:43:56 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/05/07 00:20:47 obache Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/README.txt
 ${GEM_LIBDIR}/lib/hexdump.rb
 ${GEM_LIBDIR}/lib/http-access2.rb
 ${GEM_LIBDIR}/lib/http-access2/cookie.rb
@@ -35,6 +36,7 @@
 ${GEM_LIBDIR}/sample/stream.rb
 ${GEM_LIBDIR}/sample/thread.rb
 ${GEM_LIBDIR}/sample/wcat.rb
+${GEM_LIBDIR}/test/ca-chain.cert
 ${GEM_LIBDIR}/test/ca.cert
 ${GEM_LIBDIR}/test/client.cert
 ${GEM_LIBDIR}/test/client.key
@@ -48,6 +50,7 @@
 ${GEM_LIBDIR}/test/subca.cert
 ${GEM_LIBDIR}/test/test_auth.rb
 ${GEM_LIBDIR}/test/test_cookie.rb
+${GEM_LIBDIR}/test/test_hexdump.rb
 ${GEM_LIBDIR}/test/test_http-access2.rb
 ${GEM_LIBDIR}/test/test_httpclient.rb
 ${GEM_LIBDIR}/test/test_ssl.rb
diff -r 1dc318ed800c -r f320161ab8fd www/ruby-httpclient/distinfo
--- a/www/ruby-httpclient/distinfo      Mon May 07 00:20:34 2012 +0000
+++ b/www/ruby-httpclient/distinfo      Mon May 07 00:20:47 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2011/12/08 12:08:05 obache Exp $
+$NetBSD: distinfo,v 1.9 2012/05/07 00:20:47 obache Exp $
 
-SHA1 (httpclient-2.2.4.gem) = 1487f5f20d37188cdb63f58efcbacd985b2fe2af
-RMD160 (httpclient-2.2.4.gem) = 9f83a25a469e4a825906b5a246127ffc3ddd3210
-Size (httpclient-2.2.4.gem) = 199168 bytes
+SHA1 (httpclient-2.2.5.gem) = 58e2c535fdd70ad9ecab1820f98eec1224bd1974
+RMD160 (httpclient-2.2.5.gem) = afe1e39993fa141150639c499611272c3b51f305
+Size (httpclient-2.2.5.gem) = 210944 bytes



Home | Main Index | Thread Index | Old Index