Received: by mail.netbsd.org (Postfix, from userid 605) id 2988F84D25; Thu, 29 Nov 2018 13:49:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13B7B84D24 for ; Thu, 29 Nov 2018 13:49:45 +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 f5Tt0UETyiuc for ; Thu, 29 Nov 2018 13:49:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 348D184CDA for ; Thu, 29 Nov 2018 13:49:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30CCDFB1F; Thu, 29 Nov 2018 13:49:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543499384221090" MIME-Version: 1.0 Date: Thu, 29 Nov 2018 13:49:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activejob42 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20181129134944.30CCDFB1F@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. --_----------=_1543499384221090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Thu Nov 29 13:49:44 UTC 2018 Modified Files: pkgsrc/devel/ruby-activejob42: distinfo Log Message: devel/ruby-activejob42: update to 4.2.11 ## Rails 4.2.11 (November 27, 2018) ## * Do not deserialize GlobalID objects that were not generated by Active Job. Trusting any GlobaID object when deserializing jobs can allow attackers to access information that should not be accessible to them. Fix CVE-2018-16476. *Rafael Mendonça França* To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activejob42/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1543499384221090 Content-Disposition: inline Content-Length: 1130 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activejob42/distinfo diff -u pkgsrc/devel/ruby-activejob42/distinfo:1.2 pkgsrc/devel/ruby-activejob42/distinfo:1.3 --- pkgsrc/devel/ruby-activejob42/distinfo:1.2 Tue Mar 13 16:30:15 2018 +++ pkgsrc/devel/ruby-activejob42/distinfo Thu Nov 29 13:49:44 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/03/13 16:30:15 taca Exp $ +$NetBSD: distinfo,v 1.3 2018/11/29 13:49:44 taca Exp $ -SHA1 (activejob-4.2.10.gem) = 1f1d2be35c96bc2f08c2cd6c37d9d5c08764f057 -RMD160 (activejob-4.2.10.gem) = a8597e01e831a5db45ea395866ca52eff5757667 -SHA512 (activejob-4.2.10.gem) = d20af9d692a035f80f697c2c97cf35b0a197d0d1776adf8cdd0b30150ac2c586b89a84c099d32e14aa19177001ee076c54cfb28f63aef3ac8e1957bd0eef4a3e -Size (activejob-4.2.10.gem) = 19456 bytes +SHA1 (activejob-4.2.11.gem) = 62e9f17f7245c0a7ba2268d8b3e5016fc16ac4a8 +RMD160 (activejob-4.2.11.gem) = 9f56f5dc961737fd0437c5bbfb274962dd317ca5 +SHA512 (activejob-4.2.11.gem) = 6adfc01934722a193ccee2527ba9f55d363552442455d9c1aa77814be91355a60a97b227b6963c5e6d3daf79a5cd513db50f3ab014c0ea66d8c6c843e69415ce +Size (activejob-4.2.11.gem) = 19456 bytes --_----------=_1543499384221090--