Commit graph

75 commits

Author SHA1 Message Date
Florian Smeets
9aafe503d0 - Update firefox and thunderbird to 17.0
- Update seamonkey to 2.14
- Update ESR ports and libxul to 10.0.11
- support more h264 codecs when using GSTREAMER with YouTube
- Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1]
- Buildsystem is not python 3 aware, use python up to 2.7 [2]

PR:		ports/173679 [1]
Submitted by:	swills [1], demon [2]
In collaboration with:	Jan Beich <jbeich@tormail.org>
Security:	d23119df-335d-11e2-b64c-c8600054b392
Approved by:	portmgr (beat)
Feature safe:	yes
2012-11-20 23:01:15 +00:00
Alex Dupre
0f6b5bf317 Use enigmail 1.4.3 (the last working release for thunderbird-esr).
Feature safe:	yes
2012-11-14 11:29:00 +00:00
Florian Smeets
912a7b12e4 - Update www/firefox{,-i18n} to 16.0.2
- Update seamonkey to 2.13.2
- Update ESR ports and libxul to 10.0.10
- Update nspr to 4.9.3
- Update nss to 3.14
- with GNOMEVFS2 option build its extension, too [1]
- make heap-committed and heap-dirty reporters work in about:memory
- properly mark QT4 as experimental (needs love upstream)
- *miscellaneous cleanups and fixups*

mail/thunderbird will be updated once the tarballs are available.

PR:		ports/173052 [1]
Security:	6b3b1b97-207c-11e2-a03f-c8600054b392
Feature safe:	yes
In collaboration with:	Jan Beich <jbeich@tormail.org>
2012-10-28 17:03:28 +00:00
Florian Smeets
58df8d2b31 - update {thunderbird,firefox}-esr* and libxul to 10.0.9
- use bundled jemalloc since 7.2 [1]
- avoid thread-local variables before 8.3, 9.1, 10.0, to avoid crashes [2]
- bump PORTREVISION on mail/thunderbird and www/firefox for the TLS fixes

Security:	6e5a9afd-12d3-11e2-b47d-c8600054b392
Reported by:	angelv <angelvg@gmail.com>, Hanno Krusken<ix260@yahoo.co.uk> [2]
Reference:	http://svnweb.freebsd.org/changeset/base/225582 [2]
Submitted by:	Jan Beich <jbeich@tormail.org> [1], [2]
Feature safe:	yes
2012-10-12 09:08:22 +00:00
Florian Smeets
98ff1f74fb - Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbird 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 <jbeich@tormail.org>
Security:	6e5a9afd-12d3-11e2-b47d-c8600054b392
Feature safe:	yes
Approved by:	portmgr (beat)
2012-10-10 21:13:06 +00:00
Florian Smeets
2f4c3550c5 - update firefox and thunderbird to 15.0
- update firefox-esr, thunderbird-esr, linux-thunderbird and linux-firefox to 10.0.7
- update seamonkey and linux-seamonkey to 2.12
- update nss to 3.13.6
- update bsdipc code (posix_spawn, SysV shared memory)
- rename patches to easily track those not (yet) submitted upstream
- reduce package size, except for www/libxul[1]
- restore default objdir to what it was in 13.0
- fix mail/enigmail after thunderbird build changes
- don't accidentally pick up headers from installed ports[3]
- add support for PREFIX != LOCALBASE to Makefile.webplugins [4]
- document vulnerabilities in vuln.xml
- *miscellaneous cleanups and fixups*

Obtained from:	OpenBSD ports[1]
PR:		ports/159831, ports/160933, ports/170467[3], ports/170236 [4]
Submitted by:	avilla [4]
In collaboration with:	Jan Beich <jbeich@tormail.net> Who did most of the hard
			work.
2012-08-30 14:54:17 +00:00
Florian Smeets
30c1a0a792 - update firefox/thunderbird ESR versions to 10.0.6
- update firefox 14.0.1
- update thunderbird to 14.0
- update seamonkey to 2.11
- switch to new options framework
- add experimental rendering via cairo-qt (QT4 option)
- add audio backend options (ALSA and PulseAudio)
- rename SMB option to GNOMEVFS2
- turn on LOGGING by default (like upstream linux builds)
- improve about:memory output
- unbreak PGO
- use system libs [1]
- switch to libevent2 [2]
- fix conflict with devel/libunwind and base gcc [3]
- unbreak clang/libc++ build [4]
- unbreak build with base gcc on >= 9.x [5]
- use common IPC code with other BSDs[6]
- and *miscellaneous improvements*

PR:		ports/146231 [1], ports/161421 [2]
		ports/150631, ports/168369, ports/168637, ports/168793, ports/168978 [3]
		ports/163454, ports/164905, ports/169231 [4]
       		ports/169389, ports/169479 [5]
Obtained from:	pkgsrc via bugzilla #753046 [6]
In collaboration with:	Jan Beich (who did the major part of this work and
			deserves a special thank you!)
2012-07-26 21:49:58 +00:00
Beat Gaetzi
a0f15a8413 - Update to 10.0.5
Security:	http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
2012-06-06 21:54:37 +00:00
Beat Gaetzi
b4318fd96a - Update to 10.0.4
Security:	http://www.vuxml.org/freebsd/380e8c56-8e32-11e1-9580-4061862b8c22.html
2012-04-24 20:53:36 +00:00
Beat Gaetzi
ba59c9f890 - Update to 10.0.3
Approved by:	portmgr (bapt, implicit)
Security:	http://www.vuxml.org/freebsd/a1050b8b-6db3-11e1-8b37-0011856a6e37.html
Feature safe:	yes
2012-03-14 09:49:01 +00:00
Florian Smeets
564add05c1 update to 10.0.2
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:48:26 +00:00
Florian Smeets
7730e87831 update to 10.0.1
Security:	http://www.vuxml.org/freebsd/eba9aa94-549c-11e1-b6b7-0011856a6e37.html
2012-02-13 19:26:46 +00:00
Florian Smeets
ade7c2a308 update to 10.0
In collaboration with:	beat
2012-01-31 21:23:27 +00:00
Beat Gaetzi
9bff2d2e5e - Update Thunderbird to 9.0
Approved by:	portmgr (erwin, implicit)
Security:	http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
2011-12-22 07:17:59 +00:00
Beat Gaetzi
c09b41ad1a - Update Thunderbird to 8.0 2011-11-08 17:35:09 +00:00
Beat Gaetzi
7c52fbc17c - Update to 7.0.1 2011-10-01 14:27:20 +00:00
Beat Gaetzi
3adb44bf27 - Update to 7.0
- Fix whitspaces

Thanks to:	flo@ for preparing this update
2011-09-27 22:23:30 +00:00
Florian Smeets
1a6da26631 update to 6.0.2, remove trust exceptions for certificates issued by Staat der
Nederlanden

Security:	http://www.vuxml.org/freebsd/aa5bc971-d635-11e0-b3cf-080027ef73ec.html
2011-09-06 20:16:53 +00:00
Florian Smeets
7e4bec8258 update to 6.0.1, which disables the DigiNotar certificate authority 2011-08-31 21:17:47 +00:00
Florian Smeets
9e1fbd42bf update to 6.0
Security:	http://www.vuxml.org/freebsd/834591a9-c82f-11e0-897d-6c626dd55a41.html
2011-08-16 18:23:05 +00:00
Florian Smeets
d116b360dd update thunderbird to 5.0 2011-06-30 18:19:48 +00:00
Florian Smeets
9aa2347461 - update to 3.1.11
Seccurity:	http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
2011-06-21 20:38:00 +00:00
Florian Smeets
daa3549b75 - update to 3.1.10
Security:	http://www.vuxml.org/freebsd/04b7d46c-7226-11e0-813a-6c626dd55a41.html
2011-04-29 06:37:41 +00:00
Beat Gaetzi
5514da84a7 - Update to 3.1.9 2011-03-04 23:26:27 +00:00
Beat Gaetzi
8f359d5133 - Update to 3.1.8
- Add support for powerpc64 [1]

Submitted by:	andreast@ [1]
2011-03-01 22:27:20 +00:00
Beat Gaetzi
5067484c50 - Update to 3.1.7
- Drop MD5 checksum
- Replace CONFLICTS with CONFLICTS_INSTALL

Security:	http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html
2010-12-10 14:51:59 +00:00
Beat Gaetzi
b83f584cce - Update to 3.1.6
Security:	http://www.vuxml.org/freebsd/c223b00d-e272-11df-8e32-000f20797ede.html
2010-10-28 15:42:25 +00:00
Beat Gaetzi
742c7aa805 - Update to 3.1.5
- Unbreak with recent versions of GCC [1]

Submitted by:	Andriy Gapon <avg AT icyb.net.ua> [1]
Security:	http://www.vuxml.org/freebsd/c4f067b9-dc4a-11df-8e32-000f20797ede.html
2010-10-20 17:01:29 +00:00
Beat Gaetzi
211e77ca58 - Update to 3.1.4 2010-09-17 10:18:06 +00:00
Beat Gaetzi
a3aa8af16e - Update to 3.1.3
Security:	http://www.vuxml.org/freebsd/4a21ce2c-bb13-11df-8e32-000f20797ede.html
2010-09-08 08:14:06 +00:00
Beat Gaetzi
92bdbe781e - Update to 3.1.2 2010-08-06 09:11:58 +00:00
Beat Gaetzi
5dd0796d28 - Update to 3.1.1
Thanks to:	Andreas Tobler <andreast-list AT fgznet.ch>
2010-08-03 20:55:29 +00:00
Beat Gaetzi
a5785558f6 - Update to 2.0.0.24 2010-03-19 09:32:29 +00:00
Beat Gaetzi
31edcd7767 - Update to 2.0.0.23
Security:	http://www.mozilla.org/security/announce/2009/mfsa2009-42.html
With hat:	gecko
2009-08-22 11:52:00 +00:00
Beat Gaetzi
df5f826356 - Update to 2.0.0.22
Submitted by:	Florian Smeets (via freebsd-gecko SVN)
Security:	http://www.vuxml.org/freebsd/da185955-5738-11de-b857-000f20797ede.html
With hat:	gecko
2009-06-23 20:58:51 +00:00
Martin Wilke
18f0efd5d3 - Update to 2.0.0.21
Approved by:	pav
Security:	http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.21
		http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html
2009-03-20 21:11:09 +00:00
Jeremy Messenger
3f09aa7e93 Update to 2.0.0.19.
PR:		ports/130112
Submitted by:	Beat Gatzi <beat@chruetertee.ch>
Security:	http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.19
2009-01-02 21:15:05 +00:00
Martin Wilke
bd6743dba0 - Update to 2.0.0.18
PR:		129089
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com>
Approved by:	portmgr (pav)
Security:	http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html
2008-11-23 16:06:53 +00:00
Martin Wilke
3442c849a2 - Update to 2.0.0.17
Approved by:	portmgr (marcus)
Security:	http://www.vuxml.org/freebsd/2273879e-8a2f-11dd-a6fe-0030843d3802.html
2008-09-26 23:35:37 +00:00
Jeremy Messenger
5800774622 Update to 2.0.0.16.
Security:	http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.16
2008-07-25 22:01:53 +00:00
Xin LI
b84bd20dfe Update to 2.0.0.14.
Approved by:	maintainer (marcus/mezz at -gnome@)
2008-05-02 22:54:22 +00:00
Jeremy Messenger
ba9ceea779 Update to 2.0.0.12.
PR:		ports/121189
Submitted by:	gpalmer
Security:	- MFSA 2008-12 Heap buffer overflow in external MIME bodies
		- MFSA 2008-07 Possible information disclosure in BMP decoder
		- MFSA 2008-05 Directory traversal via chrome: URI
		- MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution
		- MFSA 2008-01 Crashes with evidence of memory corruption
		  (rv:1.8.1.12)
2008-02-28 23:35:57 +00:00
Michael Johnson
fb51ca5a2e update to 2.0.0.9
Approved by:	portmgr (marcus)
2007-11-15 17:34:06 +00:00
Xin LI
b9d092a4f4 Update to 2.0.0.6.
PR:			ports/115149
"Please commit":	ahze
2007-08-02 18:08:20 +00:00
Michael Johnson
8e21c323e8 Update to 2.0.0.5 2007-07-20 18:45:56 +00:00
Michael Johnson
1c17265f6f Update to 2.0.0.4 2007-06-15 03:03:16 +00:00
Michael Johnson
b39aab511c - Update to 2.0.0.0
Release Notes:	http://mozilla.com/thunderbird/2.0.0.0/releasenotes/
2007-04-20 17:35:26 +00:00
Michael Johnson
fa362b0703 Update to 1.5.0.10 2007-03-05 21:50:24 +00:00
Michael Johnson
753d99d990 Update to 1.5.0.9
Release notes:	http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.9.html
2006-12-20 21:37:43 +00:00
Michael Johnson
dcc45a448b Update to 1.5.0.8 2006-11-10 00:51:55 +00:00