sthen
1dd1aed429
bump; textproc/icu4c now uses multi-packages for -wwwdata
2017-08-24 09:45:23 +00:00
landry
00f6744971
Bump REVISION-main after mozilla.port.mk changes. 52.3.0 is around the corner...
2017-08-08 10:21:28 +00:00
sthen
5e964ab0df
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6
use COMPILER_LIBCXX where applicable
2017-07-16 19:18:47 +00:00
landry
143a255278
Bugfix update to thunderbird 52.2.1.
...
Fixes issues with gmail, see
https://www.mozilla.org/en-US/thunderbird/52.2.1/releasenotes/
2017-06-25 07:44:45 +00:00
landry
36d6fb20ed
Update to thunderbird 52.2.0.
...
See https://www.mozilla.org/en-US/thunderbird/52.2.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2017-17/
2017-06-18 20:24:47 +00:00
landry
1d8ebaf689
Bump REVISIONs for mozilla.port.mk changes.
2017-06-14 05:23:10 +00:00
espie
cc5bc426ed
switch everything to new COMPILER idiom, even stuff that won't build with clang
...
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
cfabe998d7
WANT_CXX
2017-05-23 20:56:06 +00:00
landry
32ea485b62
Bugfix update to thunderbird 52.1.1.
...
See https://www.mozilla.org/en-US/thunderbird/52.1.1/releasenotes/
2017-05-16 17:55:05 +00:00
landry
422e1bc626
Update to thunderbird 52.1.0.
...
See https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/
Build against bundled sqlite, as Gloda (the global indexing database
behind the search field, not the 'quick filter' search bar) relies on
SQLITE_ENABLE_FTS3_TOKENIZER (see #1252937 ) - and it might not be a good
idea to enable this option in the systemwide sqlite install. Might be
revisited once #1270882 is fixed.
Gloda not working issue reported & fix tested by mpi@
ok mpi@
2017-04-30 17:27:19 +00:00
landry
ab9ae83dd1
Update to thunderbird 52.0.1/lightning 5.4.1
...
See https://www.mozilla.org/en-US/thunderbird/52.0.1/releasenotes/
2017-04-20 06:19:08 +00:00
landry
52ca4711f9
Fix WANTLIB and bump REVISION for all ports depending on hunspell.
...
While here enforce dependency on hunspell 1.6 in mozilla.port.mk, as
it's a requirement for 53.
2017-04-12 18:12:33 +00:00
landry
1f6616f3f7
Remove patches which were supposed to be removed, and unfuck other
...
patches. *mumbles something about cvs*
Noticed by nigel@
2017-04-06 07:12:21 +00:00
landry
ba64b37e8f
Update to thunderbird 52.0/lightning 5.4.
...
See https://www.mozilla.org/en-US/thunderbird/52.0/releasenotes/
Note that it now defaults to use Gtk+3.
2017-04-05 09:46:18 +00:00
landry
76f6ac1f52
Apply the same patch as in firefox-52 to pre-allocate only 128Mb at js
...
engine startup, otherwise tb doesnt start with default 768Mb datasize
limit (but starts fine with ulimit -d 1200000) sigh.
reported by semarie@
2017-03-23 07:33:24 +00:00
landry
4af338c173
Fix build breakage by shoplifting a patch from tor-browser (see
...
https://trac.torproject.org/projects/tor/ticket/21514 ) - patch pointed
at by Jan De Mooij@mozilla.
In bug #1334933 , as part of a security fix the code for W^X not
merged/rearranged, but was removed - thus triggering mmap protection
during build on OpenBSD, as reported by naddy@. My bad for not spotting
this.
The tor-browser patch just reinstates some W^X bits, instead of marking
TB as needing wxallowed. This is only temporary for 45, 52 won't need
that anyway.
Tested building and working fine.
2017-03-08 15:54:54 +00:00
landry
d8f5961aea
Remove patch for #1215479 , mmap address for executable code has been
...
randomized on all posix platforms in bug #1334933 , which got merged to
esr45.
2017-03-07 15:46:34 +00:00
landry
00730545a2
Update to mozilla-thunderbird 45.8.0.
...
See https://www.mozilla.org/en-US/thunderbird/45.8.0/releasenotes/
Note that 52.0 is around the corner, and hopefully will make 6.1 so that
we ship with a supported branch for its lifetime.
2017-03-07 15:40:00 +00:00
landry
14b5d6af78
Consolidate textproc/icu4c common dependency into mozilla.port.mk, and
...
allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU.
2017-02-18 16:22:54 +00:00
landry
9e48a718ef
Bugfix update to thunderbird 45.7.1.
...
See https://www.mozilla.org/en-US/thunderbird/45.7.1/releasenotes/
2017-02-08 13:26:46 +00:00
landry
02ce16a8ec
Build against system ICU, and pass --enable-pie to CONFIGURE_ARGS -
...
syncs with seamonkey and firefox.
2017-02-05 19:50:51 +00:00
landry
a2a2271561
Update to thunderbird 45.7.0.
...
See https://www.mozilla.org/en-US/thunderbird/45.7.0/releasenotes/
Remove patch-mozilla_netwerk_protocol_http_Http2Session_cpp as it was
merged in the 45esr branch.
2017-01-26 08:42:00 +00:00
landry
98102b0b13
Bump REVISION for ports that depend on nss and/or nspr via mozilla.port.mk
2017-01-24 21:27:28 +00:00
landry
5c4f43d6db
Fix NS_ERROR_NET_INADEQUATE_SECURITY error messages on
...
wikipedia|google|cnn|various sites (http/2?) broken by the nss 3.28
update, my bad - totally forgot about this when updating.
Backport https://hg.mozilla.org/mozilla-central/rev/361ac226da2a
See https://bugzilla.mozilla.org/show_bug.cgi?id=1290037 &
https://bugzilla.mozilla.org/show_bug.cgi?id=1323209
Reported by Solene Rapenne and others, fix tested by danj@
2017-01-06 22:14:07 +00:00
landry
3fa27dad1c
Bugfix update to thunderbird 45.6.0.
...
See https://www.mozilla.org/en-US/thunderbird/45.6.0/releasenotes/
2016-12-29 07:30:27 +00:00
landry
9745ad0855
Security update to thunderbird 45.5.1.
...
See https://www.mozilla.org/en-US/thunderbird/45.5.1/releasenotes/
2016-11-30 21:41:32 +00:00
landry
9c705f8251
Bugfix update to thunderbird 45.5.0/lightning 4.7.5.0
...
See https://www.mozilla.org/en-US/thunderbird/45.5.0/releasenotes/
2016-11-21 09:48:52 +00:00
landry
eef2a22404
Bugfix update to tb 45.4.0.
...
See https://www.mozilla.org/en-US/thunderbird/45.4.0/releasenotes/
2016-10-03 13:40:39 +00:00
sthen
564c6c344a
Cope with moving sqlite3 back to ports.
2016-09-23 09:16:52 +00:00
landry
5786351232
Update to thunderbird 45.3.0 / lightning 4.7.3.0
...
- See https://www.mozilla.org/en-US/thunderbird/45.3.0/releasenotes/
2016-08-30 15:05:52 +00:00
dcoppa
b5a140c61e
Enable nonWritableJitCode to fix mmap W^X violations
...
OK landry@
2016-08-09 07:03:26 +00:00
landry
0c22f9b4bd
Bugfix update to thunderbird 45.2.0/lightning 4.7.2.0
...
- See https://www.mozilla.org/en-US/thunderbird/45.2.0/releasenotes/
- Fixes MFSA 2016-49
2016-07-03 17:34:02 +00:00
landry
ecd2d09b71
Bugfix update to thunderbird 45.1.1 / lightning 4.7.1.1.
...
See https://www.mozilla.org/en-US/thunderbird/45.1.1/releasenotes/
2016-05-31 18:50:41 +00:00
landry
ff7b0d8f33
Bugfix update to thunderbird 45.1.0 / lightning 4.7.1
...
- See https://www.mozilla.org/en-US/thunderbird/45.1.0/releasenotes/
- Fixes MFSA 2016-39
2016-05-13 18:13:28 +00:00
landry
1e04ac212b
Major update to thunderbird 45.0 / lightning 4.7.
...
- See https://www.mozilla.org/en-US/thunderbird/45.0/releasenotes/
- Fixes MFSA 2016-16->20, 23, 24, 27, 34->37
- Disable gstreamer support as in other geckos
- ship gdata-provider as an xpi file
- Add back patches to fix the build on i386
Been using the betas in the past 6 months without issues.
2016-04-27 14:18:52 +00:00
landry
a1897765e3
Bugfix update to thunderbird 38.7.1.
...
See https://www.mozilla.org/en-US/thunderbird/38.7.1/releasenotes/
2016-03-25 07:47:04 +00:00
landry
447266c0e7
Update to thunderbird 38.7.0 / lightning 4.0.7.
...
- see https://www.mozilla.org/en-US/thunderbird/38.7.0/releasenotes/
Heads up! This port will switch to the 45 branch in the coming weeks!
2016-03-14 20:40:23 +00:00
pascal
1bc0330aba
Bump REVISION for lang/clang MODULE changes.
2016-03-05 16:04:06 +00:00
landry
7a64119eb7
Grr. Remove damn REVISION-main.
2016-02-13 08:27:32 +00:00
landry
b3f2069aaf
Security update to thunderbird 38.6.0/lightning 4.0.6.
...
See https://www.mozilla.org/en-US/thunderbird/38.6.0/releasenotes/
Fixes MFSA2016-14.
ok sthen@ naddy@
2016-02-13 08:26:46 +00:00
landry
6a49f4d456
Bump REVISION after sqlite dependency change
2016-01-27 18:04:42 +00:00
landry
6e2e8353c3
Update to thunderbird 38.5.1/lightning 4.0.5.1.
...
See https://www.mozilla.org/en-US/thunderbird/38.5.1/releasenotes/
2016-01-08 14:31:41 +00:00
landry
473511781f
Update to thunderbird 38.5.0 / lightning 4.0.5.
...
See https://www.mozilla.org/en-US/thunderbird/38.5.0/releasenotes/
2015-12-23 17:42:39 +00:00
landry
bfaa56157c
Update to thunderbird 38.4.0 / lightning 4.0.4.
...
See https://www.mozilla.org/en-US/thunderbird/38.4.0/releasenotes/ (not
there yet)
2015-11-26 07:21:01 +00:00
landry
12861e22a0
Bump REVISION-main for nss/nspr dependency change.
2015-11-04 07:32:37 +00:00
dcoppa
21767f89be
Preventive fixes for the upcoming update to freetype-2.6.1
2015-10-16 20:02:02 +00:00
landry
e2a04c2605
Update to thunderbird 38.3.0/lightning 4.0.3.
...
- See https://www.mozilla.org/en-US/thunderbird/38.3.0/releasenotes/
2015-09-30 11:51:25 +00:00
landry
1d8b2ac930
Bump after moz.port.mk change. Tb & Sm will be updated in the coming days anyway...
2015-09-24 20:19:15 +00:00
landry
80a679b82b
Fix previous, it helps to actually build to ensure things are okay.
...
Didnt package so no bump.
2015-08-24 10:03:35 +00:00