From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: ruby: Replace with 2.3.2 [fixes CVE-2015-3900]. Date: Sun, 20 Nov 2016 10:28:36 -0500 Message-ID: <20161120152836.GA4115@jasmine> References: <20161118233209.28746-1-donttrustben@gmail.com> <20161118233209.28746-2-donttrustben@gmail.com> <20161119152818.GA8435@jasmine> <02b39505-a3e4-266a-b4d9-5f031fd7f02a@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8r77-0003sF-VR for guix-devel@gnu.org; Mon, 21 Nov 2016 11:06:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8r76-0005Nv-RY for guix-devel@gnu.org; Mon, 21 Nov 2016 11:06:37 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:40907) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c8r76-0005Nq-Nb for guix-devel@gnu.org; Mon, 21 Nov 2016 11:06:36 -0500 Content-Disposition: inline In-Reply-To: <02b39505-a3e4-266a-b4d9-5f031fd7f02a@uq.edu.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ben Woodcroft Cc: guix-devel@gnu.org On Sun, Nov 20, 2016 at 05:00:58PM +1000, Ben Woodcroft wrote: > I can't see any evidence to the contrary. I also ran a compatibility checker > and it seemed to work out (while 2.3.2 vs 2.2.6 did not, as a negative > control). > https://lvc.github.io/abi-compliance-checker/ > > I'm not quite finished packaging it yet up to standard just yet, but I > pushed what I have here, in case it is useful in the meantime. > https://github.com/wwood/guix_mine/blob/master/ben/packages/local.scm > > I pushed the graft to master and updated it directly on staging. Thanks!