Received: by mail.netbsd.org (Postfix, from userid 605) id AE8A984E66; Fri, 20 Mar 2020 18:00:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37EBF84DB0 for ; Fri, 20 Mar 2020 18:00:27 +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 HDxsrIJdHQF9 for ; Fri, 20 Mar 2020 18:00:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A3F6A84CFD for ; Fri, 20 Mar 2020 18:00:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EC6CFB27; Fri, 20 Mar 2020 18:00:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158472722658490" MIME-Version: 1.0 Date: Fri, 20 Mar 2020 18:00:26 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-net-http-persistent To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200320180026.9EC6CFB27@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. --_----------=_158472722658490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Fri Mar 20 18:00:26 UTC 2020 Modified Files: pkgsrc/www/ruby-net-http-persistent: Makefile Log Message: www/ruby-net-http-persistent: update to 3.1.0 Update ruby-net-http-persistent to 3.1.0. === 3.1.0 2019-07-24 New features: * Support ruby 2.6 Net::HTTP#write_timeout=. Pull request #99 by Víctor Roldán Betancort. * Support setting TLS min/max version. Pull request #94 by Bart. Bug fixes: * Reduce potential for memory leak through Hash default proc bindings. Pull request #64 by Dominic Metzger. * Test proxy auto detection from no_proxy in ENV. Pull request #60 by HINOHARA Hiroshi. * Add missing timestamp for 3.0 release. Pull request #78 by Joe Van Dyk. * Support IPv6 URLs in proxy checks. Pull request #82 by Nicolás Sanguinetti. * Use Net::HTTPGenericRequest#method to check idempotence for improved compatibility. Pull request #83 by Fotos Georgiadis. * Run net-http-pipeline tests in travis. Pull request #86 by T.J. Schuck. * Correct +no_proxy+ support to override Net::HTTP proxy fallback. Pull request #88 by Jared Kauppila. * Mitigate memory leak when combined with faraday. Pull request #105 by Yohei Kitamura. * Set default connection pool size for Windows. Pull request #90 by Jared Kauppila. * Fix missing +name:+ argument in documentation. Pull requests #85 by T.J. Schuck, #84 by James White. * Fix memory leak from connection pooling. Pull request #97 by Aaron Patterson. * Update tests for minitest assert_equal deprecation. Pull request #92 by Olle Jonsson. * Fix typo in Net::HTTP::Persistent#pipeline. Pull request #91 by Kazuma Furuhashi. Other: * Added bundler hoe plugin. Pull request #103 by Michael Grosser. * Updated ruby versions in Travis CI. Pull request #93 by Olle Jonsson. Pull request #103 by Michael Grosser. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ruby-net-http-persistent/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158472722658490 Content-Disposition: inline Content-Length: 597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-net-http-persistent/Makefile diff -u pkgsrc/www/ruby-net-http-persistent/Makefile:1.13 pkgsrc/www/ruby-net-http-persistent/Makefile:1.14 --- pkgsrc/www/ruby-net-http-persistent/Makefile:1.13 Mon Jul 8 16:26:39 2019 +++ pkgsrc/www/ruby-net-http-persistent/Makefile Fri Mar 20 18:00:26 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2019/07/08 16:26:39 leot Exp $ +# $NetBSD: Makefile,v 1.14 2020/03/20 18:00:26 taca Exp $ -DISTNAME= net-http-persistent-3.0.1 +DISTNAME= net-http-persistent-3.1.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_158472722658490--