54 Commits

Author SHA1 Message Date
landry
923ea180ad Bugfix update to firefox-esr 52.0.2.
See https://www.mozilla.org/en-US/firefox/52.0.2esr/releasenotes/
2017-03-28 20:06:41 +00:00
landry
56e57877e1 Update to firefox-esr 52.0.1.
Fixes MFSA 2017-08/CVE-2017-5428, see
https://www.mozilla.org/en-US/security/advisories/mfsa2017-08/

While here, add a patch from semarie@ (tested by and ok danj@) to tweak
a last-minute change in the jit engine memory allocator that happened to
fix a security issue in 52 branch (bug #1334933/CVE-2017-5400) - see
https://hg.mozilla.org/releases/mozilla-esr52/rev/6b35bbf96b67.

Sadly, this change resulted in a browser crashing at startup
on OpenBSD with the default limits, because the jit engine tried to
allocate 1Gb (previously 640Mb in #1334933, then 1Gb because of
#1337561, see
https://hg.mozilla.org/releases/mozilla-esr52/rev/65bb26d07408) and hit
the default datasize ulimit of 768Mb. The patch makes it allocate 128Mb
instead (as it's done on 32bit architectures), while a better (?) fix
might be devised in bug #1347139.

Generally speaking, if you see firefox crashing with ENOMEM errors,
raise the datasize limit for your login class, write your own wrapper
script to temporarly raise the limit when starting firefox, or stop
using the modern web. Websites are ginormous, deal with it.
2017-03-20 19:37:06 +00:00
landry
91cb0697f2 Update firefox-esr to 52.0.
See https://www.mozilla.org/en-US/firefox/52.0esr/releasenotes/

This release switches to Gtk3 by default, following upstream. It also
still supports NPAPI plugins (java etc..) for the 52esr lifetime (around
1 year).

This way, 6.1 will ship with a supported branch of esr instead of the
soon-to-be-dead 45 branch.

Discussed with naddy@
2017-03-07 15:36:45 +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
44be8d0445 Remove, i said. 2017-01-24 21:35:59 +00:00
landry
f19855f2df Update to firefox-esr 45.7.0.
See https://www.mozilla.org/en-US/firefox/45.7.0/releasenotes/ and MFSA
2017-02 (https://www.mozilla.org/en-US/security/advisories/mfsa2017-02/)

Remove patch-netwerk_protocol_http_Http2Session_cpp (#1290037)
2017-01-24 21:35:09 +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
650ce21723 Update to firefox-esr 45.6.0.
See https://www.mozilla.org/en-US/firefox/45.6.0/releasenotes/ and
https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/
2016-12-14 13:44:19 +00:00
landry
f53c2fabe2 Security update to firefox-esr 45.5.1.
See https://www.mozilla.org/en-US/firefox/45.5.1/releasenotes/ and
https://www.mozilla.org/en-US/security/advisories/mfsa2016-92/ (link not
up yet). A javascript exploit for windows was found in the wild, and the
vulnerability could technically be exploited on other platforms..
2016-11-30 21:49:10 +00:00
landry
52136eab48 Update to firefox-esr 45.5.0.
See https://www.mozilla.org/en-US/firefox/45.5.0/releasenotes/ and
https://www.mozilla.org/en-US/security/advisories/mfsa2016-90/
2016-11-15 21:53:47 +00:00
landry
1e8a31ec1a Update to firefox-esr 45.4.0.
See https://www.mozilla.org/en-US/firefox/45.4.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2016-86/
2016-09-24 14:41:47 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
landry
0077a89496 Update to firefox-esr 45.3.0.
- See https://www.mozilla.org/en-US/firefox/45.3.0/releasenotes/
- Fixes MFSA-2016-62->65,67,70,72,73,76->80
2016-08-02 17:43:30 +00:00
landry
9288a2605e Update to firefox-esr 45.2.0.
- See https://www.mozilla.org/en-US/firefox/45.2.0/releasenotes/
- Fixes MFSA 2016-49->53, 55, 56, 58
2016-06-08 19:23:29 +00:00
landry
7bbe9b7f15 Bugfix update to firefox-esr 45.1.1.
- See https://www.mozilla.org/en-US/firefox/45.1.1/releasenotes/
2016-05-05 06:54:28 +00:00
landry
6e88468f3d Update firefox-esr to 45 branch with 45.1.0.
- See https://www.mozilla.org/en-US/firefox/45.1.0/releasenotes/
- Fixes MFSA 2016-39, 44 & 47
- Stays with Gtk2 for now, will probably move to Gtk3 with 52 at the end
  of the year
- Bring some patches from www/mozilla-firefox to fix build issues/enable
  W^X/etc
- Disable gstreamer, now uses ffmpeg at runtime of found like firefox
- Use bundled libevent
2016-04-27 14:01:02 +00:00
landry
85e5595d2c Bugfix update to firefox-esr 38.7.1.
See https://www.mozilla.org/en-US/firefox/38.7.1/releasenotes/
2016-03-19 13:35:58 +00:00
landry
afe5d36912 Update to firefox-esr 38.7.0.
- See https://www.mozilla.org/en-US/firefox/38.7.0/releasenotes/
- Fixes MFSA 2015-81, 2015-136, 2016-16, 17, 20, 21, 23, 24, 25, 27, 28,
  31, 34, 35 & 37

Heads-up ! This port will switch to the 45 branch within the 6 coming weeks.
2016-03-14 20:37:13 +00:00
pascal
1bc0330aba Bump REVISION for lang/clang MODULE changes. 2016-03-05 16:04:06 +00:00
landry
eb93c6e044 Security update to firefox-esr 38.6.1.
See https://www.mozilla.org/en-US/firefox/38.6.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2016-14/
ok sthen@ naddy@
2016-02-13 07:40:42 +00:00
landry
41aff0099e Update to firefox-esr 38.6.0.
* See https://www.mozilla.org/en-US/firefox/38.6.0/releasenotes/
* Fixes MFSA 2015-150, 2016-01 & 2016-03

Note that with esr45 around the corner, esr38 will only be supported for
two more point releases.
2016-01-27 18:07:27 +00:00
landry
632ff1bdfa Update to firefox-esr 38.5.2.
See https://www.mozilla.org/en-US/firefox/38.5.2/releasenotes/
No binary change for us since this is only to force updates for poor
windows users, because microsoft now requires SHA256 certs. But ppl wont
complain that OpenBSD doesn't ship the latest and greatest!
2015-12-23 17:40:22 +00:00
landry
0883ae5717 Update to firefox-esr 38.5.0.
See https://www.mozilla.org/en-US/firefox/38.5.0/releasenotes/
Fixes MFSA 2015-134,138,139,145,146,147,149
2015-12-16 10:08:53 +00:00
landry
66701aa4c8 Update to firefox-esr 38.4.0.
- See https://www.mozilla.org/en-US/firefox/38.4.0/releasenotes/
- Fixes MFSA 2015-116, 122, 123, 127, 128, 130 -> 133
2015-11-04 07:34:19 +00:00
dcoppa
21767f89be Preventive fixes for the upcoming update to freetype-2.6.1 2015-10-16 20:02:02 +00:00
landry
08548fe30f Update to firefox-esr 38.3.0.
- See https://www.mozilla.org/en-US/firefox/38.3/releasenotes/
- Fixes MFSA 2015-96, 100, 101, 105, 106, 110, 111, 112 & 113
2015-09-24 20:22:06 +00:00
landry
42970b3363 Update to firefox-esr 38.2.1.
- See https://www.mozilla.org/en-US/firefox/38.2.1/releasenotes/
- Fixes MFSA-2015-94 & 95.
2015-08-31 20:07:49 +00:00
landry
27fe1e75e8 Update to firefox-esr{,-i18n} 38.2.0.
- See https://www.mozilla.org/en-US/firefox/40.0/releasenotes/
- Fixes MFSA-2015-79, 80, 82, 83, 84, 85, 87, 88, 89, 90 & 92
2015-08-11 21:16:51 +00:00
landry
8d952d2276 SECURITY update to firefox 39.0.3 & firefox-esr 38.1.1.
Fixes MFSA2015-78, see
https://blog.mozilla.org/security/2015/08/06/firefox-exploit-found-in-the-wild/
and https://www.mozilla.org/en-US/security/advisories/mfsa2015-78/

ok naddy@ sthen@
2015-08-07 13:39:36 +00:00
landry
312c813a97 Face reality, mark as BROKEN-sparc64. xpcshell SIGBUSes during fake, and
nobody cares. No point in wasting hours during bulk builds....
If you want a graphical browser on sparc64, try netsurf.
2015-07-25 06:51:50 +00:00
landry
5da0abcc10 Update to firefox-esr{,-i18n} 38.1.0.
- See https://www.mozilla.org/en-US/firefox/38.1.0/releasenotes/
- Fixes MFSA 2015-59 -> 71 (unaffected by 2015-68)
2015-07-05 20:05:46 +00:00
dcoppa
9a73f6cdbf Fix building with freetype-2.6 or later
https://hg.mozilla.org/mozilla-central/rev/afd840d66e6a
2015-06-29 18:41:44 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
ajacoutot
d4a5fb09f7 Sync in the GStreamer related changes and the README from the mainstream
Firefox to the Firefox ESR port.

from brad
"don't care" landry@
2015-05-21 06:25:30 +00:00
landry
a7fad4de72 Update to firefox-esr 38.0.1.
- See https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/ and
  https://www.mozilla.org/en-US/firefox/38.0/releasenotes/
- Fixes MFSA 2015-46->58
- switch i386 back to use clang.
- use system icu4c
- remove bunch of now useless/merged patches
2015-05-16 07:26:12 +00:00
landry
78d575fecb Update to firefox-esr 31.6.0.
- See https://www.mozilla.org/en-US/firefox/31.6.0/releasenotes/
- Fixes MFSA 2015-30, 31, 33, 37, 40
2015-04-02 18:20:08 +00:00
landry
b2ee844a4e Security update to firefox-esr 31.5.3.
- See https://www.mozilla.org/en-US/firefox/31.5.2/releasenotes/
- Fixes MFSA-2015-28/29 (Pwn2Own)
2015-03-23 21:08:16 +00:00
landry
676420b77a Update to firefox-esr 31.5.0.
- See https://www.mozilla.org/en-US/firefox/31.5.0/releasenotes/
- Fixes MFSA 2015-11, 12, 16, 19 & 24
2015-03-16 19:56:32 +00:00
landry
2cc61783b6 Update to firefox-esr 31.4.0
- See https://www.mozilla.org/en-US/firefox/31.4.0/releasenotes/
- Fixes MFSA 2015-01, 03, 04 & 06
2015-01-14 17:35:43 +00:00
landry
f9292d3c49 Update to firefox-esr 31.3.0.
- See https://www.mozilla.org/en-US/firefox/31.3.0/releasenotes/
- Fixes MFSA-2014-83,85,87->90
2014-12-04 17:52:47 +00:00
landry
e768f9c5e7 Bugfix update to firefox-esr 31.2.0.
- See https://www.mozilla.org/en-US/firefox/31.2.0/releasenotes/
- Fixes MFSA 2013-74,75,76,77,79,81,82.
2014-10-17 07:19:26 +00:00
landry
8b2bd7eb6e Update to firefox-esr 31.1.0.
See https://www.mozilla.org/en-US/firefox/31.1.0/releasenotes/
2014-09-02 16:36:52 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
landry
6abb7348b3 Update to firefox-esr 31 (technically the same as firefox 31).
The reasoning to update www/firefox-esr is simple: the esr31 branch will
be supported for the next 56 weeks, while the esr24 branch will die in
12 weeks - this way, 5.6-stable will receive updates.

- See https://www.mozilla.org/en-US/firefox/31.0/releasenotes/
- Fixes MFSA 2014-56->66
- Add libvpx hack for clang build (#982693)
- Build against gstreamer1
- Add skia patches for i386/sse3 (#1028827)
- Add intl install patch (#990196)
- Remove patch-ipc_chromium_src_base_debug_util_posix_cc, merged (#927810)
- Remove patch-ipc_chromium_src_base_dir_reader_bsd_h, merged (#909005)
- Remove patch-js_src_ctypes_libffi_src_x86_freebsd_S, merged (#928381)

ok sthen@ jasper@ naddy@
2014-07-24 18:09:57 +00:00
landry
fa6dc9ff59 Cope with the fact that <endian.h> arrived in /usr/include, and doesnt
provide __BYTE_ORDER like apparentely expected everywhere else.. to be
reported upstream.
2014-07-13 22:37:00 +00:00
landry
a0985b7527 Bump REVISIONs after mozilla.port.mk changes. Note that seamonkey 2.27
will miss the trains due to infrastructure issue, a 2.26.1 is in the
pipe, and 2.28 should be released in line with ffx/gecko 31.
2014-06-14 12:52:04 +00:00
jasper
fdacd178af - update to firefox-esr-24.6.0
* see: http://www.mozilla.org/en-US/firefox/24.6.0/releasenotes/
* fixes MFSA-2014-48, 49 and 52

ok landry@
2014-06-12 18:55:21 +00:00
landry
3867da5b18 Update to firefox-esr 24.5.0.
- See http://www.mozilla.org/en-US/firefox/24.5.0/releasenotes/
- Fixes MFSA-2014-34,35,37,38,42,43,44 & 46
- add a default prefs all-openbsd.js file, pointing
  spellchecker.dictionary_path to ${LOCALBASE}/share/mozilla-dicts/ so
that systemwide dictionaries are looked for by default.
- while here the same file disables safebrowsing feature, as is already
  done in www/mozilla-firefox.
2014-04-29 21:30:57 +00:00
landry
6bf63f87f9 Update to firefox-esr 24.4.0.
- See http://www.mozilla.org/en-US/firefox/24.4.0/releasenotes/
- Fixes MFSA-2014-15->17,26->32
2014-03-24 21:14:52 +00:00
landry
24f2bcd4b9 Bump REVISION for gcc4 & www/mozilla MODULES changes. 2014-03-10 20:34:00 +00:00