From owner-svn-src-all@FreeBSD.ORG Mon Oct 18 21:46:20 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB1DD106566B; Mon, 18 Oct 2010 21:46:20 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 677C68FC0A; Mon, 18 Oct 2010 21:46:20 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:14c4:2c98:2984:1861] (unknown [IPv6:2001:7b8:3a7:0:14c4:2c98:2984:1861]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4DE0C5C43; Mon, 18 Oct 2010 23:46:19 +0200 (CEST) Message-ID: <4CBCC02D.9050706@FreeBSD.org> Date: Mon, 18 Oct 2010 23:46:21 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.12pre) Gecko/20101016 Lanikai/3.1.6pre MIME-Version: 1.0 To: Marius Strobl References: <201010182120.o9ILKBCV086003@svn.freebsd.org> <20101018213539.GA99142@alchemy.franken.de> In-Reply-To: <20101018213539.GA99142@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-vendor@freebsd.org Subject: Re: svn commit: r214033 - in vendor/binutils/dist: bfd gas gas/config gas/testsuite gas/testsuite/gas/cfi gas/testsuite/gas/i386 gas/testsuite/gas/mips gas/testsuite/gas/ppc include/opcode ld ld/emulpa... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 21:46:20 -0000 On 2010-10-18 23:35, Marius Strobl wrote: > I thought the last GPLv2 version was something like binutils 2.17 > and the plan still was to update to that? Yes, after this one I will start importing 2.17 (which is indeed the last GPLv2 version), probably tomorrow. First I need to check various things, run make universe, and so on.