From owner-svn-ports-head@FreeBSD.ORG Thu Oct 11 19:45:48 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89CF9B8E; Thu, 11 Oct 2012 19:45:48 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 164388FC08; Thu, 11 Oct 2012 19:45:47 +0000 (UTC) Received: from pd3ml1so-ssvc.prod.shaw.ca ([10.0.141.140]) by pd4mo1so-svcs.prod.shaw.ca with ESMTP; 11 Oct 2012 13:45:46 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=YS95TUGYX+MRkNY/meip+CxRTyy2F4x7QGJ4HWfgHsg= c=1 sm=1 a=cI6qOsL9_54A:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=VxmjJ2MpAAAA:8 a=Hy9CwW6LAAAA:8 a=pQs5aej7AAAA:8 a=8nT4wR74KWK_qVEZJf8A:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=fsWxcQRYqyYA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by pd3ml1so-dmz.prod.shaw.ca with ESMTP; 11 Oct 2012 13:45:46 -0600 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTP id 14AA080; Thu, 11 Oct 2012 12:45:45 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.5/8.14.5) with ESMTP id q9BJjjvc034801; Thu, 11 Oct 2012 12:45:45 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201210111945.q9BJjjvc034801@slippy.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Cy Schubert Subject: Re: svn commit: r305684 - in head: . Mk mail mail/enigmail mail/enigmail-seamonkey mail/enigmail-thunderbird mail/enigmail-thunderbird-esr mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr m... In-Reply-To: Message from Cy Schubert of "Thu, 11 Oct 2012 11:31:41 PDT." <201210111831.q9BIVfp4060165@slippy.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Oct 2012 12:45:45 -0700 Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Florian Smeets , ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Cy Schubert List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 19:45:48 -0000 I don't have the commit email yet but it appears this has been fixed. Thanks. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message <201210111831.q9BIVfp4060165@slippy.cwsent.com>, Cy Schubert writes: > In message <201210102113.q9ALD7xC002643@svn.freebsd.org>, Florian Smeets > writes > : > > Author: flo > > Date: Wed Oct 10 21:13:06 2012 > > New Revision: 305684 > > URL: http://svn.freebsd.org/changeset/ports/305684 > > > > Log: > > - Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbir > d > > to 10.0.8 > > - Update firefox and thunderbird to 16.0 > > - Update seamonkey to 2.13 > > - Update all -i18n ports respectively > > - switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better > > latency during pause and seeking with HTML5 video > > - remove fedisableexcept() hacks, obsolete since FreeBSD 4.0 > > - support system hunspell dictionaries [1] > > - unbreak -esr ports with clang3.2 [2] > > - unbreak nss build when CC contains full path [3] > > - remove GNOME option grouping [4] > > - integrate enigmail into thunderbird/seamonkey as an option [5] > > - remove mail/enigmail* [6] > > - enable ENIGMAIL, LIGHTNING and GIO options by default > > - add more reporters in about:memory: page-faults-hard, page-faults-soft, > > resident, vsize > > - use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0, > > only heap-allocated reporter works in about:memory (see bug 762445) > > - use lrintf() instead of slow C cast in bundled libopus > > - use libjpeg-turbo's faster color conversion if available during build > > - record startup time for telemetry > > - use -z origin instead of hardcoding path to gecko runtime > > - fail early if incompatible libxul version is installed (in USE_GECKO) > > - *miscellaneous cleanups and fixups* > > > > PR: ports/171534 [1] > > PR: ports/171566 [2] > > PR: ports/172164 [3] > > PR: ports/172201 [4] > > Discussed with: ale, beat, Jan Beich [5] > > Approved by: ale [6] > > In collaboration with: Jan Beich > > Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392 > > Feature safe: yes > > Approved by: portmgr (beat) > > This should be flagged FORBIDDEN. See https://blog.mozilla.org/security/2012 > /10/10/security-vulnerability-in-firefox-16/. Malicious sites have access > to Visted URLs and URL parameters. It appears that Thunderbird and > Seamonkey are not affected > > > -- > Cheers, > Cy Schubert > FreeBSD UNIX: Web: http://www.FreeBSD.org > > The need of the many outweighs the greed of the few. > > > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > >