Received: by mail.netbsd.org (Postfix, from userid 605) id 59B7384DC6; Tue, 19 May 2020 15:33:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA7F184DC6 for ; Tue, 19 May 2020 15:33:41 +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 Cb2DLoVcrGHu for ; Tue, 19 May 2020 15:33:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2804B84DDB for ; Tue, 19 May 2020 15:33:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 25B4DFB27; Tue, 19 May 2020 15:33:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589902421136540" MIME-Version: 1.0 Date: Tue, 19 May 2020 15:33:41 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activesupport52 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200519153341.25B4DFB27@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. --_----------=_1589902421136540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue May 19 15:33:41 UTC 2020 Modified Files: pkgsrc/devel/ruby-activesupport52: distinfo Log Message: devel/ruby-activesupport52: update to 5.2.4.3 Update ruby-activesupport52 to 5.2.4.3. ## Rails 5.2.4.3 (May 18, 2020) ## * [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore * [CVE-2020-8165] Avoid Marshal.load on raw cache value in MemCacheStore To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport52/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589902421136540 Content-Disposition: inline Content-Length: 1192 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activesupport52/distinfo diff -u pkgsrc/devel/ruby-activesupport52/distinfo:1.3 pkgsrc/devel/ruby-activesupport52/distinfo:1.4 --- pkgsrc/devel/ruby-activesupport52/distinfo:1.3 Fri Mar 20 15:37:38 2020 +++ pkgsrc/devel/ruby-activesupport52/distinfo Tue May 19 15:33:40 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/03/20 15:37:38 taca Exp $ +$NetBSD: distinfo,v 1.4 2020/05/19 15:33:40 taca Exp $ -SHA1 (activesupport-5.2.4.2.gem) = 450650072a3f293c6569ed8a57289c73dd41dc9c -RMD160 (activesupport-5.2.4.2.gem) = 6bf8ed4fe2cbaf7216a0495078d012498ad2f571 -SHA512 (activesupport-5.2.4.2.gem) = 3284ce173ffa618781b4b07def723e6ed6ec65a3614ed0d8deec747e319dda58de94ddf48dbbdab7b9d0f7321b17cdf84387ac5196e6ae4026a488e09d840c41 -Size (activesupport-5.2.4.2.gem) = 381952 bytes +SHA1 (activesupport-5.2.4.3.gem) = 1bfd68dcae101feb5a6414f3d449de07f179366b +RMD160 (activesupport-5.2.4.3.gem) = c5f903e220a3bb7fbea68c9d2ce7d920e2d5c1ef +SHA512 (activesupport-5.2.4.3.gem) = b8fb8e9f1ebf6dfcba106477b2434dd9c8c67ecdefdf16d1a6d8aa2fd9c7cd5c491327afd975356fe322fb6897fbaa7f93624157f1ccc9eb8422c2122d38ba74 +Size (activesupport-5.2.4.3.gem) = 381952 bytes --_----------=_1589902421136540--