Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEC5A84D47 for ; Sun, 9 Jul 2023 03:20:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3bEXXo8dalg4 for ; Sun, 9 Jul 2023 03:20: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 2607284D0E for ; Sun, 9 Jul 2023 03:20:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 197D8FBDB; Sun, 9 Jul 2023 03:20:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168887281717570" MIME-Version: 1.0 Date: Sun, 9 Jul 2023 03:20:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-faraday To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230709032017.197D8FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168887281717570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jul 9 03:20:17 UTC 2023 Modified Files: pkgsrc/www/ruby-faraday: Makefile distinfo Log Message: www/ruby-faraday: update to 2.7.10 2.7.7 (2023-06-20) What's Changed * Fix implementation of Faraday::Error helpers. by @iMacTia in #1510 2.7.8 (2023-06-28) What's Changed * Failing test: Logging headers & errors fails when ConnectionFailed is raised by @eikes in #1512 New Contributors * @eikes made their first contribution in #1512 2.7.9 (2023-06-30) What's Changed * Raise Error: Add Faraday::RequestTimeoutError by @tisba in #1513 * Include env[:headers] in Stubs::NotFound by @yykamei in #1514 New Contributors * @tisba made their first contribution in #1513 2.7.10 (2023-07-06) What's Changed * Fix some logging inefficiencies by @semaperepelitsa in #1515 New Contributors * @semaperepelitsa made their first contribution in #1515 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/ruby-faraday/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/ruby-faraday/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168887281717570 Content-Disposition: inline Content-Length: 1493 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-faraday/Makefile diff -u pkgsrc/www/ruby-faraday/Makefile:1.31 pkgsrc/www/ruby-faraday/Makefile:1.32 --- pkgsrc/www/ruby-faraday/Makefile:1.31 Fri Jun 9 15:27:08 2023 +++ pkgsrc/www/ruby-faraday/Makefile Sun Jul 9 03:20:16 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2023/06/09 15:27:08 taca Exp $ +# $NetBSD: Makefile,v 1.32 2023/07/09 03:20:16 taca Exp $ -DISTNAME= faraday-2.7.6 +DISTNAME= faraday-2.7.10 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-faraday/distinfo diff -u pkgsrc/www/ruby-faraday/distinfo:1.28 pkgsrc/www/ruby-faraday/distinfo:1.29 --- pkgsrc/www/ruby-faraday/distinfo:1.28 Fri Jun 9 15:27:08 2023 +++ pkgsrc/www/ruby-faraday/distinfo Sun Jul 9 03:20:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2023/06/09 15:27:08 taca Exp $ +$NetBSD: distinfo,v 1.29 2023/07/09 03:20:16 taca Exp $ -BLAKE2s (faraday-2.7.6.gem) = e7a0e74f36d549f69b8c76222792580687f521a596f50c695df542c15159438b -SHA512 (faraday-2.7.6.gem) = d62c231a371d22d497c0c51baf0602a7c1b0e6bb8ae3b0ca1050be21c9014b8dfe5b53310635cb420f440708a61dc5c185369ff02803aef00131060f7e843c6c -Size (faraday-2.7.6.gem) = 70144 bytes +BLAKE2s (faraday-2.7.10.gem) = 47681a31004e4f90b8d1c393349dd47c83ad5214f5267ead9e95a958a7c75763 +SHA512 (faraday-2.7.10.gem) = 463e7c7a56b75de11d1b9a58bc42ae7839e5d1787d9ddb309fa8fb608cd8dd1539a1ef6281f5308558a347799d1cc62403c791c350e7dc87e21e8cf319738bf6 +Size (faraday-2.7.10.gem) = 70144 bytes --_----------=_168887281717570--