Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ACBCDA65C2 for ; Mon, 27 Oct 2014 16:11:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5B96E14A168; Mon, 27 Oct 2014 16:11:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA1C414A15E for ; Mon, 27 Oct 2014 16:11:18 +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 2IapmdSicLPa for ; Mon, 27 Oct 2014 16:11:18 +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 2C8FE14A14A for ; Mon, 27 Oct 2014 16:11:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2033B98; Mon, 27 Oct 2014 16:11:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 27 Oct 2014 16:11:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20141027161118.2033B98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Mon Oct 27 16:11:18 UTC 2014 Modified Files: pkgsrc/lang/ruby: rubyversion.mk pkgsrc/lang/ruby193-base: Makefile distinfo Log Message: Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550). Ruby 1.9.3-p550 Released We are pleased to announce the release of Ruby 1.9.3-p550. This release includes a security fix for DoS vulnerability of REXML. * CVE-2014-8080: Denial Of Service XML Expansion This release also includes the change of default settings of ext/openssl. Insecure SSL/TLS options are now turn off by default. * Changed default settings of ext/openssl And, in addition, bandled jQuery for darkfish template of RDoc is also updated. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 pkgsrc/lang/ruby/rubyversion.mk cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/ruby193-base/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/ruby193-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.