Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1664963EDDD for ; Tue, 29 Jan 2013 15:38:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EBB8B14A236; Tue, 29 Jan 2013 15:38:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D304414A22F for ; Tue, 29 Jan 2013 15:38:40 +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 4hVwPvdN3n5z for ; Tue, 29 Jan 2013 15:38:40 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5BA0E14A22E for ; Tue, 29 Jan 2013 15:38:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 56ADE175DD; Tue, 29 Jan 2013 15:38:40 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 29 Jan 2013 15:38:40 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activemodel To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130129153840.56ADE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Tue Jan 29 15:38:40 UTC 2013 Modified Files: pkgsrc/devel/ruby-activemodel: distinfo Log Message: Update ruby-activemodel to 3.0.20. Fix CVE-2013-0333. There is a vulnerability in the JSON code for Ruby on Rails which allows attackers to bypass authentication systems, inject arbitrary SQL, inject and execute arbitrary code, or perform a DoS attack on a Rails application. ## Rails 3.0.20 (unreleased) * Fix XML serialization of methods that return nil to not be considered as YAML (GH #8853 and GH #492) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-activemodel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.