From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: icedtea-1, icedtea-2 security updates Date: Thu, 28 Jan 2016 08:27:14 +0100 Message-ID: <87mvrqjh9p.fsf@elephly.net> References: <20160128042529.GA5869@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOgzE-0005kN-Vm for guix-devel@gnu.org; Thu, 28 Jan 2016 02:27:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOgzB-0004mu-PK for guix-devel@gnu.org; Thu, 28 Jan 2016 02:27:24 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOgzB-0004mO-HJ for guix-devel@gnu.org; Thu, 28 Jan 2016 02:27:21 -0500 In-reply-to: <20160128042529.GA5869@jasmine> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > There are security updates for icedtea-1 [0] and icedtea-2 [1]. The > updated versions are 1.3.10 and 2.6.4, respectively. > > I spent some time trying to build these new versions but I am having > trouble. Thanks for trying! I won’t be able to attend to this before Tuesday, so it’s nice that somebody else is taking care of this. > The upstream tarballs contain their own patches on the bundled OpenJDK > source code. For both icedtea-1 and icedtea-2, some of these patches > fail to apply. Not only icedtea (i.e. the patches to the OpenJDK sources to make it buildable with free software) has to be updated, but also the “drops”. Drops are upstream OpenJDK source tarballs. So for icedtea-6 this means the "openjdk6-src" input must be changed to https://java.net/downloads/openjdk6/openjdk-6-src-b38-20_jan_2016.tar.gz; for icedtea-7 all of the added native-inputs must be changed, i.e: "openjdk-src", "corba-drop", "jaxp-drop", "jaxws-drop", "jdk-drop", "langtools-drop", "hotspot-drop". The icedtea-7 package has a function to build origins from names and hashes, so you will just need to update the version and the individual drop hashes. You can get all the icedtea-7 drops here: http://icedtea.wildebeest.org/download/drops/icedtea7/2.6.4/ Hope this helps! ~~ Ricardo