Received: by mail.netbsd.org (Postfix, from userid 605) id 015FF84DD6; Tue, 19 May 2020 17:16:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7893484CEF for ; Tue, 19 May 2020 17:16:27 +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 gYCzUoFuHZ3u for ; Tue, 19 May 2020 17:16:27 +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 CAC5D84D71 for ; Tue, 19 May 2020 17:16:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8C12FB27; Tue, 19 May 2020 17:16:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589908586256430" MIME-Version: 1.0 Date: Tue, 19 May 2020 17:16:26 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activestorage60 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200519171626.C8C12FB27@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. --_----------=_1589908586256430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue May 19 17:16:26 UTC 2020 Modified Files: pkgsrc/devel/ruby-activestorage60: distinfo Log Message: devel/ruby-activestorage60: update to 6.0.3.1 Update ruby-activestorage60 to 6.0.3.1. ## Rails 6.0.3.1 (May 18, 2020) ## * [CVE-2020-8162] Include Content-Length in signature for ActiveStorage direct upload To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activestorage60/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589908586256430 Content-Disposition: inline Content-Length: 1182 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activestorage60/distinfo diff -u pkgsrc/devel/ruby-activestorage60/distinfo:1.2 pkgsrc/devel/ruby-activestorage60/distinfo:1.3 --- pkgsrc/devel/ruby-activestorage60/distinfo:1.2 Sat May 16 14:22:55 2020 +++ pkgsrc/devel/ruby-activestorage60/distinfo Tue May 19 17:16:26 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/05/16 14:22:55 taca Exp $ +$NetBSD: distinfo,v 1.3 2020/05/19 17:16:26 taca Exp $ -SHA1 (activestorage-6.0.3.gem) = 5d1bd30de8873ccfe88d694ceb9565cff953c612 -RMD160 (activestorage-6.0.3.gem) = 234d029e960e96e719adbc829267acfa8c2f9908 -SHA512 (activestorage-6.0.3.gem) = 6b18ca116a7ed8d4dfae27f2498d6f6b828c0f1358580992ef87be1f651ea1dcf09d71c902534b856dc54de72c38c83691013d347bf597f207e0d8cc40f4fdbb -Size (activestorage-6.0.3.gem) = 50688 bytes +SHA1 (activestorage-6.0.3.1.gem) = 5066a273cc46d7a71e69f34c6d17b1f0eeac74ef +RMD160 (activestorage-6.0.3.1.gem) = 6c175fa6ab323198b1c96d6384b71e8ead3cba73 +SHA512 (activestorage-6.0.3.1.gem) = a703771604d5cb9de5300a2f939a6fefaaade7e7b7735ffed6a07d9ccc20424796e1910942680c25a693fc4b3bce78d0767f653e25dafb17febeb7dba006cf22 +Size (activestorage-6.0.3.1.gem) = 50688 bytes --_----------=_1589908586256430--