From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 27 22:42:14 2007 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21FA416A418 for ; Tue, 27 Nov 2007 22:42:14 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id D329813C46B for ; Tue, 27 Nov 2007 22:42:13 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id ADFC1EC2131; Wed, 28 Nov 2007 06:25:20 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 8-wj9PHHW0gJ; Wed, 28 Nov 2007 06:25:14 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 59515EC20CB; Wed, 28 Nov 2007 06:25:13 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:x-enigmail-version:content-type; b=D/JyZeZmMgioeBpH9IyR8CjTLb4PAoWeu2IHin2q2AYPaekxAE3e8Jz8LTBzLNgVg lBIYQRENk21LqWttI31dQ== Message-ID: <474C993B.4060706@delphij.net> Date: Tue, 27 Nov 2007 14:24:59 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: freebsd-gnome@FreeBSD.org, portmgr@FreeBSD.org X-Enigmail-Version: 0.95.5 Content-Type: multipart/mixed; boundary="------------000103000807080104020406" Cc: Subject: [PATCH] Update firefox to 2.0.0.10 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2007 22:42:14 -0000 This is a multi-part message in MIME format. --------------000103000807080104020406 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Here is a patch that updates firefox to 2.0.0.10 to address CVE-2007-5959. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHTJk7hcUczkLqiksRAhW1AKDp/2eDG0fkGw9sLr3ekugZmQikzwCghy4j i4pVEXMtdDQJnrA+RUlAfRQ= =b+7K -----END PGP SIGNATURE----- --------------000103000807080104020406 Content-Type: text/x-patch; name="patch-firefox.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-firefox.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/firefox/Makefile,v retrieving revision 1.185 diff -u -p -r1.185 Makefile --- Makefile 6 Nov 2007 03:06:47 -0000 1.185 +++ Makefile 27 Nov 2007 21:39:18 -0000 @@ -7,7 +7,7 @@ # PORTNAME= firefox -DISTVERSION= 2.0.0.9 +DISTVERSION= 2.0.0.10 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/firefox/distinfo,v retrieving revision 1.47 diff -u -p -r1.47 distinfo --- distinfo 6 Nov 2007 03:06:47 -0000 1.47 +++ distinfo 27 Nov 2007 21:43:36 -0000 @@ -1,3 +1,3 @@ -MD5 (firefox-2.0.0.9-source.tar.bz2) = 6a977456dc7da2934a12ba397c404fb9 -SHA256 (firefox-2.0.0.9-source.tar.bz2) = 5631446e4763677626423ca54902c0872aa86dd15c886a446edc31e541ddb494 -SIZE (firefox-2.0.0.9-source.tar.bz2) = 37451933 +MD5 (firefox-2.0.0.10-source.tar.bz2) = 5c2f13d6a27f462ec6b862dafca22e7b +SHA256 (firefox-2.0.0.10-source.tar.bz2) = c68728943863b7c7f7363c9446ec1e087198f67897cca58a3373e761a2f595ca +SIZE (firefox-2.0.0.10-source.tar.bz2) = 37474489 --------------000103000807080104020406--