From owner-cvs-all@FreeBSD.ORG Tue Sep 19 21:39:36 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6271F16A412 for ; Tue, 19 Sep 2006 21:39:36 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B66543D6D for ; Tue, 19 Sep 2006 21:39:26 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so11414pye for ; Tue, 19 Sep 2006 14:39:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=YpeEEXT9fabbmMIsLQw5JArFGzklKgmrFqPQ7FdoxD+DV2+5SVeaC8blBVFcHrcTED+eXTMQ2VGTboHYUIV3Z01MWTQJK5fEN9uRti9T+/gSBbegs1SoYfQomkn+YV0Yp+J5XO8df+63x31+74IICPk71Z3cd2mTzmpmyup35is= Received: by 10.35.95.1 with SMTP id x1mr26940212pyl; Tue, 19 Sep 2006 14:39:26 -0700 (PDT) Received: by 10.35.90.6 with HTTP; Tue, 19 Sep 2006 14:39:25 -0700 (PDT) Message-ID: Date: Tue, 19 Sep 2006 17:39:25 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Mikhail Teterin" In-Reply-To: <200609190241.k8J2f6CM084659@repoman.freebsd.org> MIME-Version: 1.0 References: <200609190241.k8J2f6CM084659@repoman.freebsd.org> X-Google-Sender-Auth: e8cb44bef5f604c5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/firefox/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:39:36 -0000 On 9/18/06, Mikhail Teterin wrote: > > mi 2006-09-19 02:41:06 UTC > > FreeBSD ports repository > > Modified files: > www/firefox/files patch-configure > Log: > Add a tiny hunk to allow firefox to use our system libz instead of > building its own. Some years ago there was a security problem with > zlib-1.2.2 and firefox' configure checks the system's zlib.h to be > 1.2.3 or higher. > > FreeBSD patched the hole without bumping the version number, which > caused Firefox (and, likely, other Mozilla stuff) to build their own > versions instead (and install their headers). > > Maintainers were repeatedly notified -- most recently about a month > ago: <200608091216.00510@aldan>, < > 200601251926.39246.mi+mx@aldan.algebra.com>. I see where you emailed us in August, we must've totally missed that thread. Sorry. I'll fix this in other gecko ports soon. Approved by: maintainer timeout > > Revision Changes Path > 1.3 +8 -1 ports/www/firefox/files/patch-configure >