Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F32BC84D43 for ; Sun, 28 May 2023 01:46:04 +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 j9h-6jn8uCaL for ; Sun, 28 May 2023 01:46:04 +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 6B5EA84CFD for ; Sun, 28 May 2023 01:46:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 688EEFA87; Sun, 28 May 2023 01:46:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685238364144240" MIME-Version: 1.0 Date: Sun, 28 May 2023 01:46:04 +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: <20230528014604.688EEFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685238364144240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 28 01:46:04 UTC 2023 Modified Files: pkgsrc/www/ruby-faraday: Makefile distinfo Log Message: www/ruby-faraday: update to 2.7.5 2.7.5 (2023-05-24) What's Changed * Subclass Options structs using a block by @bdewater in #1489 * Remove direct struct subclassing by @bdewater in #1491 * Fix incorrect use of logger middleware in docs by @mattbrictson in #1497 * Always assume the existence of URI::Generic#find_proxy by @yykamei in #1502 * Encode false to "false" in Faraday::Request::Json by @yykamei in #1504 * ProxyOptions should treat empty string as nil by @exoego in #1493 New Contributors * @mattbrictson made their first contribution in #1497 * @exoego made their first contribution in #1493 To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/ruby-faraday/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/ruby-faraday/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685238364144240 Content-Disposition: inline Content-Length: 1489 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.29 pkgsrc/www/ruby-faraday/Makefile:1.30 --- pkgsrc/www/ruby-faraday/Makefile:1.29 Sat Jan 21 14:10:08 2023 +++ pkgsrc/www/ruby-faraday/Makefile Sun May 28 01:46:04 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2023/01/21 14:10:08 taca Exp $ +# $NetBSD: Makefile,v 1.30 2023/05/28 01:46:04 taca Exp $ -DISTNAME= faraday-2.7.4 +DISTNAME= faraday-2.7.5 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-faraday/distinfo diff -u pkgsrc/www/ruby-faraday/distinfo:1.26 pkgsrc/www/ruby-faraday/distinfo:1.27 --- pkgsrc/www/ruby-faraday/distinfo:1.26 Sat Jan 21 14:10:08 2023 +++ pkgsrc/www/ruby-faraday/distinfo Sun May 28 01:46:04 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2023/01/21 14:10:08 taca Exp $ +$NetBSD: distinfo,v 1.27 2023/05/28 01:46:04 taca Exp $ -BLAKE2s (faraday-2.7.4.gem) = a16098e8ccb847a5b9115d2eb3e789b51ed89bd990687be851a6e53f3c124f69 -SHA512 (faraday-2.7.4.gem) = 86df3d1ac6eb25cf97ae376bbfa645ae86292e88dae84567778f27e9fe724e0a3cec0dc2821859666009108a0162521ea7cfcf419cdbbf8da1d40355e930442e -Size (faraday-2.7.4.gem) = 69632 bytes +BLAKE2s (faraday-2.7.5.gem) = dd0b25ab34f6a795bf3d8cf692a1773d355b696d4c5e9b746761ba05ddbad1e2 +SHA512 (faraday-2.7.5.gem) = ec8774eb4a89904b43a0a21454138c306011677386270f15d95364c55e41660512686356fa346b78e34787c1d408a8c5db9cc8c13f34d26b57f34ec9e9c087c6 +Size (faraday-2.7.5.gem) = 69632 bytes --_----------=_1685238364144240--