Received: by mail.netbsd.org (Postfix, from userid 605) id CF9D184FC2; Sat, 10 Sep 2022 12:46:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12AAB84FBB for ; Sat, 10 Sep 2022 12:46:13 +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 vYvxEr0XPexz for ; Sat, 10 Sep 2022 12:46:12 +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 8C2B884C71 for ; Sat, 10 Sep 2022 12:46:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89DE8FA90; Sat, 10 Sep 2022 12:46:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166281397220870" MIME-Version: 1.0 Date: Sat, 10 Sep 2022 12:46:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activestorage70 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220910124612.89DE8FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166281397220870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Sep 10 12:46:12 UTC 2022 Modified Files: pkgsrc/devel/ruby-activestorage70: distinfo Log Message: devel/ruby-activestorage70: update to 7.0.4 * Fixes proxy downloads of files over 5MiB Previously, trying to view and/or download files larger than 5mb stored in services like S3 via proxy mode could return corrupted files at around 5.2mb or cause random halts in the download. Now, ActiveStorage::Blobs::ProxyController correctly handles streaming these larger files from the service to the client without any issues. Fixes Felipe Raul To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-activestorage70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166281397220870 Content-Disposition: inline Content-Length: 1080 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activestorage70/distinfo diff -u pkgsrc/devel/ruby-activestorage70/distinfo:1.7 pkgsrc/devel/ruby-activestorage70/distinfo:1.8 --- pkgsrc/devel/ruby-activestorage70/distinfo:1.7 Wed Jul 13 14:48:47 2022 +++ pkgsrc/devel/ruby-activestorage70/distinfo Sat Sep 10 12:46:12 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/07/13 14:48:47 taca Exp $ +$NetBSD: distinfo,v 1.8 2022/09/10 12:46:12 taca Exp $ -BLAKE2s (activestorage-7.0.3.1.gem) = 26968078d2692fd4b8e7280994e51684a9d0209131e0b6936e95bb9b90528df1 -SHA512 (activestorage-7.0.3.1.gem) = fce177441c17366d1cc4997d35e7970b619425b6a6d8a537c128aa7e535f19abe3791e500a77e3ed483472922918950a2de8a9c60a6d1ecc83779aec3990b8d7 -Size (activestorage-7.0.3.1.gem) = 65536 bytes +BLAKE2s (activestorage-7.0.4.gem) = 4ca86e14af0ac67ce0d2fa50c785cd0e36c924757460d91afe05898c60b46bb1 +SHA512 (activestorage-7.0.4.gem) = fc30ddb0222a978112a43e363174a42d21bf8ed034a1a9e461c6b2e2c43d3076f1938395916320c3930f0598bd7004643f2b512ca2bff018a5e568da44aeaf26 +Size (activestorage-7.0.4.gem) = 65536 bytes --_----------=_166281397220870--