Received: by mail.netbsd.org (Postfix, from userid 605) id 48E6384E3B; Sat, 9 Dec 2017 17:53:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C76D184D8F for ; Sat, 9 Dec 2017 17:53:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Mkh8OXKGe3Wt for ; Sat, 9 Dec 2017 17:53:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0BF6184CD8 for ; Sat, 9 Dec 2017 17:53:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F303FFB40; Sat, 9 Dec 2017 17:53:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512841996274010" MIME-Version: 1.0 Date: Sat, 9 Dec 2017 17:53:16 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/www/ruby-http To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20171209175316.F303FFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1512841996274010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Dec 9 17:53:16 UTC 2017 Modified Files: pkgsrc/www/ruby-http: Makefile PLIST distinfo Log Message: ruby-http: update to 3.0.0. pkgsrc changes: - sort DEPENDS Upstream changes (from CHANGES.md): ## 3.0.0 (2017-10-01) * Drop support of Ruby `2.0` and Ruby `2.1`. ([@ixti]) * [#410](https://github.com/httprb/http/pull/410) Infer `Host` header upon redirects. ([@janko-m]) * [#409](https://github.com/httprb/http/pull/409) Enables request body streaming on any IO object. ([@janko-m]) * [#413](https://github.com/httprb/http/issues/413), [#414](https://github.com/httprb/http/pull/414) Fix encoding of body chunks. ([@janko-m]) * [#368](https://github.com/httprb/http/pull/368), [#357](https://github.com/httprb/http/issues/357) Fix timeout issue. ([@HoneyryderChuck]) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ruby-http/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-http/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-http/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512841996274010 Content-Disposition: inline Content-Length: 3736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-http/Makefile diff -u pkgsrc/www/ruby-http/Makefile:1.13 pkgsrc/www/ruby-http/Makefile:1.14 --- pkgsrc/www/ruby-http/Makefile:1.13 Mon Jun 5 15:32:15 2017 +++ pkgsrc/www/ruby-http/Makefile Sat Dec 9 17:53:16 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 15:32:15 taca Exp $ +# $NetBSD: Makefile,v 1.14 2017/12/09 17:53:16 tsutsui Exp $ # -DISTNAME= http-2.2.2 +DISTNAME= http-3.0.0 CATEGORIES= www MAINTAINER= tsutsui@NetBSD.org @@ -9,10 +9,10 @@ HOMEPAGE= https://github.com/tarcieri/ht COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb -DEPENDS+= ${RUBY_PKGPREFIX}-http-form_data>=1.0.1<1.1:../../www/ruby-http-form_data DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable +DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie +DEPENDS+= ${RUBY_PKGPREFIX}-http-form_data>=2.0.0<3.0:../../www/ruby-http-form_data USE_LANGUAGES= # none Index: pkgsrc/www/ruby-http/PLIST diff -u pkgsrc/www/ruby-http/PLIST:1.11 pkgsrc/www/ruby-http/PLIST:1.12 --- pkgsrc/www/ruby-http/PLIST:1.11 Sun Feb 5 01:13:32 2017 +++ pkgsrc/www/ruby-http/PLIST Sat Dec 9 17:53:16 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2017/02/05 01:13:32 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.12 2017/12/09 17:53:16 tsutsui Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.coveralls.yml ${GEM_LIBDIR}/.gitignore @@ -33,6 +33,7 @@ ${GEM_LIBDIR}/lib/http/mime_type/json.rb ${GEM_LIBDIR}/lib/http/options.rb ${GEM_LIBDIR}/lib/http/redirector.rb ${GEM_LIBDIR}/lib/http/request.rb +${GEM_LIBDIR}/lib/http/request/body.rb ${GEM_LIBDIR}/lib/http/request/writer.rb ${GEM_LIBDIR}/lib/http/response.rb ${GEM_LIBDIR}/lib/http/response/body.rb @@ -62,6 +63,7 @@ ${GEM_LIBDIR}/spec/lib/http/options/new_ ${GEM_LIBDIR}/spec/lib/http/options/proxy_spec.rb ${GEM_LIBDIR}/spec/lib/http/options_spec.rb ${GEM_LIBDIR}/spec/lib/http/redirector_spec.rb +${GEM_LIBDIR}/spec/lib/http/request/body_spec.rb ${GEM_LIBDIR}/spec/lib/http/request/writer_spec.rb ${GEM_LIBDIR}/spec/lib/http/request_spec.rb ${GEM_LIBDIR}/spec/lib/http/response/body_spec.rb @@ -75,6 +77,7 @@ ${GEM_LIBDIR}/spec/support/black_hole.rb ${GEM_LIBDIR}/spec/support/capture_warning.rb ${GEM_LIBDIR}/spec/support/dummy_server.rb ${GEM_LIBDIR}/spec/support/dummy_server/servlet.rb +${GEM_LIBDIR}/spec/support/fakeio.rb ${GEM_LIBDIR}/spec/support/http_handling_shared.rb ${GEM_LIBDIR}/spec/support/proxy_server.rb ${GEM_LIBDIR}/spec/support/servers/config.rb Index: pkgsrc/www/ruby-http/distinfo diff -u pkgsrc/www/ruby-http/distinfo:1.14 pkgsrc/www/ruby-http/distinfo:1.15 --- pkgsrc/www/ruby-http/distinfo:1.14 Mon Jun 5 15:32:15 2017 +++ pkgsrc/www/ruby-http/distinfo Sat Dec 9 17:53:16 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2017/06/05 15:32:15 taca Exp $ +$NetBSD: distinfo,v 1.15 2017/12/09 17:53:16 tsutsui Exp $ -SHA1 (http-2.2.2.gem) = 78f3d202c8cc61f046b983e05f197dbd29fb114a -RMD160 (http-2.2.2.gem) = 3e73ef20accd415507809b6e788d546fde680e2c -SHA512 (http-2.2.2.gem) = 9c22f7f4473e5cb0b605b9c8d25c1a93c34e7e440fb7cf4f3690cb9dd9e65ce3619d0575da3d97da6dfcf8e1560113b638bb447340605bebc160f589fb007bed -Size (http-2.2.2.gem) = 67072 bytes +SHA1 (http-3.0.0.gem) = 89d5a5242bebafccfef5204fd3918ade345c882e +RMD160 (http-3.0.0.gem) = fc099b6d96305bab276bcb964e1361d27f24f303 +SHA512 (http-3.0.0.gem) = ef8c4148b68838e0669d5012c3548d373ef99d9273eb2ea25e7e0237027c766ffdbcdede766eb890f042b7211c2ed953688a372c46b120bf0bbd045c06b8aec3 +Size (http-3.0.0.gem) = 69632 bytes --_----------=_1512841996274010--