From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4267 invoked by alias); 2 Mar 2012 17:08:06 -0000 Received: (qmail 4259 invoked by uid 22791); 2 Mar 2012 17:08:05 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_GC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Mar 2012 17:07:53 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q22H7rY2011626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 2 Mar 2012 12:07:53 -0500 Received: from zebedee.pink (ovpn-113-151.phx2.redhat.com [10.3.113.151]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q22H7qc0018793; Fri, 2 Mar 2012 12:07:52 -0500 Message-ID: <4F50FE67.8060606@redhat.com> Date: Fri, 02 Mar 2012 17:08:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1 MIME-Version: 1.0 To: java-patches@gcc.gnu.org Subject: Re: [patch] update zlib to 1.2.5 References: <4F2271BA.1060109@ubuntu.com> In-Reply-To: <4F2271BA.1060109@ubuntu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2012-q1/txt/msg00014.txt.bz2 On 01/27/2012 09:43 AM, Matthias Klose wrote: > The attached patch updates zlib to 1.2.5; it's not necessary for gcj, but the D > front-end and library (not yet in trunk) require this version. I used this > update to build gcj for two months now on various *-linux platforms without > seeing regressions. Ok for the trunk, now, or for stage1? OK for Stage 1. Andrew.