From 734018a6c3b0e4dec56dff01091b2358af23e9bd Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 18 Oct 2016 15:27:13 +0000 Subject: [PATCH] Update ruby-http to 2.0.3. ## 2.0.3 (2016-08-03) * [#365](https://github.com/httprb/http/issues/365) Add `HTTP::Response#content_length` ([@janko-m]) * [#335](https://github.com/httprb/http/issues/335), [#360](https://github.com/httprb/http/pull/360) Set `Content-Length: 0` header for `nil` bodies. ([@britishtea]) ## 2.0.2 (2016-06-24) * [#353](https://github.com/httprb/http/pull/353) Avoid a dependency cycle between Client and Connection classes. ([@jhbabon]) ## 2.0.1 (2016-05-12) * [#341](https://github.com/httprb/http/pull/341) Refactor some string manipulations so they are more performant (up to 3-4x faster) and more concise. ([@tonyta]) * [#339](https://github.com/httprb/http/pull/341) Always use byte methods when writing/slicing the write buffer. ([@zanker]) ## 2.0.0 (2016-04-23) * [#333](https://github.com/httprb/http/pull/333) Fix HTTPS request headline when sent via proxy. ([@Connorhd]) * [#331](https://github.com/httprb/http/pull/331) Add `#informational?`, `#success?`, `#redirect?`, `#client_error?` and `#server_error?` helpers to `Response::Status`. ([@mwitek]) * [#330](https://github.com/httprb/http/pull/330) Support custom CONNECT headers (request/response) during HTTPS proxy requests. ([@smudge]) * [#319](https://github.com/httprb/http/pull/319) Drop Ruby 1.9.x support. ([@ixti]) ## 1.0.4 (2016-03-19) * [#320](https://github.com/httprb/http/pull/320) Fix timeout regression. ([@tarcieri]) ## 1.0.3 (2016-03-16) * [#314](https://github.com/httprb/http/pull/314) Validate charset before forcing encoding. ([@kylekyle]) * [#318](https://github.com/httprb/http/pull/318) Remove redundant string allocations upon header names normalization. ([@ixti]) --- www/ruby-http/Makefile | 4 ++-- www/ruby-http/PLIST | 3 ++- www/ruby-http/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/www/ruby-http/Makefile b/www/ruby-http/Makefile index 2bb3eb61b4990..547b5e026dcab 100644 --- a/www/ruby-http/Makefile +++ b/www/ruby-http/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2016/02/13 15:32:08 tsutsui Exp $ +# $NetBSD: Makefile,v 1.10 2016/10/18 15:27:13 taca Exp $ # -DISTNAME= http-1.0.2 +DISTNAME= http-2.0.3 CATEGORIES= www MAINTAINER= tsutsui@NetBSD.org diff --git a/www/ruby-http/PLIST b/www/ruby-http/PLIST index c192ff2f6a4b9..aeb0a7d3133c6 100644 --- a/www/ruby-http/PLIST +++ b/www/ruby-http/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2016/02/13 15:32:08 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/10/18 15:27:13 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.coveralls.yml ${GEM_LIBDIR}/.gitignore @@ -59,6 +59,7 @@ ${GEM_LIBDIR}/spec/lib/http/request_spec.rb ${GEM_LIBDIR}/spec/lib/http/response/body_spec.rb ${GEM_LIBDIR}/spec/lib/http/response/status_spec.rb ${GEM_LIBDIR}/spec/lib/http/response_spec.rb +${GEM_LIBDIR}/spec/lib/http/uri_spec.rb ${GEM_LIBDIR}/spec/lib/http_spec.rb ${GEM_LIBDIR}/spec/regression_specs.rb ${GEM_LIBDIR}/spec/spec_helper.rb diff --git a/www/ruby-http/distinfo b/www/ruby-http/distinfo index c2c7ef496020d..6277bbac84bbb 100644 --- a/www/ruby-http/distinfo +++ b/www/ruby-http/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/02/13 15:32:08 tsutsui Exp $ +$NetBSD: distinfo,v 1.11 2016/10/18 15:27:13 taca Exp $ -SHA1 (http-1.0.2.gem) = 97d8e69635019395ec5640172f89172dae396f6a -RMD160 (http-1.0.2.gem) = e5dbabe93a13b99b1b81270f1ffcd511c2305a39 -SHA512 (http-1.0.2.gem) = fbfa76f588d46b10dfa0d3b319d0ca1a5a92749575cf27791febaf5d55f2e4458cf34f48d8b9792d4e220c89c702b75b039ca5b66d3c43d31bab982082312113 -Size (http-1.0.2.gem) = 62464 bytes +SHA1 (http-2.0.3.gem) = 6e1a8ed820dd345ee52a8793415bf90f4b967cde +RMD160 (http-2.0.3.gem) = a6ee65539966ab36bbec172d6c04f207efbc162e +SHA512 (http-2.0.3.gem) = 957f40b627f2da98632636053ddd37d7ca6fb29b94b78157eade3fd13696611808f74c8e12b6a458a47f9494d192656610968b5273754fb006876690a6d0211f +Size (http-2.0.3.gem) = 62976 bytes