summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2012-05-07 00:20:47 +0000
committerobache <obache>2012-05-07 00:20:47 +0000
commitbe202d9dc5f3dc5ea5689a33c5e631888d50cb0d (patch)
treec01eb3a41edcfb0bee9b38ee0759598886eeb20a /www
parent131494481b5b8c88ad4013d2493e0057f448386b (diff)
downloadpkgsrc-be202d9dc5f3dc5ea5689a33c5e631888d50cb0d.tar.gz
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 (limited to 'www')
-rw-r--r--www/ruby-httpclient/Makefile4
-rw-r--r--www/ruby-httpclient/PLIST5
-rw-r--r--www/ruby-httpclient/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/www/ruby-httpclient/Makefile b/www/ruby-httpclient/Makefile
index 287a5e649d8..4d6f92d1ada 100644
--- a/www/ruby-httpclient/Makefile
+++ b/www/ruby-httpclient/Makefile
@@ -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
diff --git a/www/ruby-httpclient/PLIST b/www/ruby-httpclient/PLIST
index dc9c1573bd3..fa4fd9a6fe6 100644
--- a/www/ruby-httpclient/PLIST
+++ b/www/ruby-httpclient/PLIST
@@ -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/ssl/webrick_httpsd.rb
${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/sslsvr.rb
${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 --git a/www/ruby-httpclient/distinfo b/www/ruby-httpclient/distinfo
index 72790f15137..1b2e8c66730 100644
--- a/www/ruby-httpclient/distinfo
+++ b/www/ruby-httpclient/distinfo
@@ -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