372 Commits

Author SHA1 Message Date
landry
47ce2cfc1e Update to firefox 53.0.
See https://www.mozilla.org/en-US/firefox/53.0/releasenotes/ and
https://www.mozilla.org/en-US/security/advisories/mfsa2017-10/.

- Now depends on rust and cargo to build.
- Remove patch-browser_installer_Makefile_in, sdk was removed in #1333826
- Ship a small distribution.ini to show package source in about dialog
- Add a blurb from Michael Reed about installing ffmpeg package to play
HTML5 audio/video.

Tested by several
2017-04-20 06:12:58 +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
406e32b92f Bugfix update to firefox 52.0.2.
See https://www.mozilla.org/en-US/firefox/52.0.2/releasenotes/
2017-03-28 20:07:27 +00:00
landry
3ae1b1aac0 Update to firefox 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:35:15 +00:00
landry
c3b7032780 Update mozilla-firefox to 52.0.
See https://www.mozilla.org/en-US/firefox/52.0/releasenotes/

Remove patch for #1335827, merged upstream.

Note that this release removes support for NPAPI plugins (java, etc..) -
users relying on those should migrate to firefox-esr, where NPAPI
plugins will be supported for the lifetime of 52esr branch.

Tested by several, thanks!
2017-03-07 15:31:38 +00:00
landry
e215df6b8b Backport fix for #1335827 - frequent crashes with "ABORT:
RenderFreePicture: RenderBadPicture", reported and testing by semarie@
2017-02-21 19:53:55 +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
265f93dca6 Update to firefox 51.0.
See https://www.mozilla.org/en-US/firefox/51.0/releasenotes/ and MFSA
2017-01 (https://www.mozilla.org/en-US/security/advisories/mfsa2017-01/)

Remove patch-netwerk_protocol_http_Http2Session_cpp (#1290037)
2017-01-24 21:33: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
4fd3b0ca6d Bugfix update to firefox 50.1.0.
See https://www.mozilla.org/en-US/firefox/50.1.0/releasenotes/ and
https://www.mozilla.org/en-US/security/advisories/mfsa2016-94/.
2016-12-14 13:30:34 +00:00
landry
afa19413b2 Security update to firefox 50.0.2.
See https://www.mozilla.org/en-US/firefox/50.0.2/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:38:53 +00:00
landry
e8b8f9adbd Bugfix update to firefox 50.0.1.
See https://www.mozilla.org/en-US/firefox/50.0.1/releasenotes/ and
https://www.mozilla.org/en-US/security/advisories/mfsa2016-91/
2016-11-29 08:11:34 +00:00
landry
cd2a046617 Update to firefox 50.0.
See https://www.mozilla.org/en-US/firefox/50.0/releasenotes/
and https://www.mozilla.org/en-US/security/advisories/mfsa2016-89/

Switch back to build against systemwide sqlite3 coming from the
ports-tree. Remove the build goo for macppc|sparc64|alpha, it's unlikely
this will ever come back...
2016-11-15 22:01:15 +00:00
landry
001e0f0a3a Update to firefox 49.0.2.
See https://www.mozilla.org/en-US/firefox/49.0.2/releasenotes/ and
https://www.mozilla.org/en-US/security/advisories/mfsa2016-87/
Fixes MFSA-2016-87:
- CVE-2016-5287 / bugzil.la/1309823
- CVE-2016-5288 / bugzil.la/1310183 (bug information private)

prodded by naddy@
2016-10-24 09:33:08 +00:00
landry
04c35def2c Update to firefox 49.0.1.
See https://www.mozilla.org/en-US/firefox/49.0/releasenotes/ (.1 is for
a windows-only fix) - not that 'loop' (ex-firefox hello) was removed
from the browser.
- Fixes MFSA 2016-85
- Remove media/ffvpx/config.h patch, merged upstream/fixed differently in
bug #1239550
- Set media.autoplay.enabled to false by default, i'm usually wary of
  changing upstream defaults, but this one is unfuriating with "the
modern web and all this funky video ads".. this one got support from
many.
- Add a blurb to README explaining how to enable/test e10s/multi-process
  support.
2016-09-24 14:46:45 +00:00
landry
ae308be950 Update to firefox 48.0.
- See https://www.mozilla.org/en-US/firefox/48.0/releasenotes/
- Fixes MFSA 2016-62->84
- See
  https://blog.mozilla.org/blog/2016/08/02/exciting-improvements-in-firefox-for-desktop-and-android/
for user-facing changes
- Switch CONFIGURE_STYLE to simple as it's really not a gnu script
  anymore..
- Remove gtk 3.20 jumbo patch, most gtk3 issues are either fixed or
  being worked on, and the patch isnt maintainable
- Remove patch-gfx_skia_moz_build, it isn't needed anymore on i386, and
  SSE2 will soon be a hard runtime requirement anyway
- Remove patch-media_libcubeb_src_cubeb_sndio_c, merged upstream (#1153151 & #1153179)
- Remove
  patch-toolkit_components_protobuf_src_google_protobuf_stubs_atomicops_h,
merged upstream (#1192556)
- Note that WebRT was removed
2016-08-02 17:50:03 +00:00
landry
2f601aefb0 Minor bugfix update to firefox 47.0.1.
- See https://www.mozilla.org/en-US/firefox/47.0.1/releasenotes/
- Fixes #1278605 & #1277522
2016-07-10 10:04:44 +00:00
landry
83d0d5836a Update patch fuzz. Even if this patch is now useless since we build
against bundled sqlite, let's keep it around for a while in case...
2016-06-08 20:33:02 +00:00
landry
578eed963c Update to firefox 47.0.
- See https://www.mozilla.org/en-US/firefox/47.0/releasenotes/
- Fixes MFSA 2016-49->61
2016-06-08 19:25:42 +00:00
landry
4008f2e62d Bugfix update to firefox 46.0.1.
- See https://www.mozilla.org/en-US/firefox/46.0.1/releasenotes/
2016-05-05 06:53:19 +00:00
landry
793fcc2023 Readd mozgtk to MOZILLA_LIBS to fix packaging - thx sthen@ for the
testing.
2016-04-27 22:08:14 +00:00
landry
117aedf60c Remove patches merged upstream/that dont apply anymore. Fuck you CVS. 2016-04-27 13:55:03 +00:00
landry
573c30ce94 Update to firefox 46.0.
- See https://www.mozilla.org/en-US/firefox/46.0/releasenotes/
- Fixes MFSA 2016-39 -> 48
- Switch to use Gtk3 by default (finally!), following the upstream move
- Add a jumbo patch from Fedora to fix several issues with Gtk 3.20
  (#1234158)
- Leave WebRTC enabled. The code builds, sort-of works, sound support
  is not really there, but this way ppl will dogfood/test it. If you
  encounter issues, go to bugzilla.mozilla.org and get involved with
  upstream.
- If you want to disable WebRTC, just toggle media.peerconnection.enabled
  to false in about:config.
- Stop using systemwide sqlite, build the bundled one instead. Simpler,
  as it often forced us to update sqlite in base...
- Add patch from #1239550 to fix the build in ffvpx
- Backport two cubeb patches from ratchov@ already commited upstream
  (#1153151 & #1153179)
- Remove the obsolete gstreamer section from README, from Brad (and others)
2016-04-27 13:50:27 +00:00
landry
371742de62 Bugfix update to firefox 45.0.1.
See https://www.mozilla.org/en-US/firefox/45.0.1/releasenotes/
2016-03-19 13:37:37 +00:00
landry
7eda236dda Remove BROKEN-i386 marker. Whatever happened with fx 44 & llvm 3.7.1 has
autofixed itself with fx 45, which just builds & runs fine on i386.
2016-03-17 20:08:56 +00:00
landry
5b6e2c4e48 Forgot to cvs rm the patch cliking on the ssl exception button. Didnt
apply anymore anyway. Reported by nigel@, thanks!
2016-03-15 15:10:56 +00:00
landry
d746088a84 Update to firefox 45.0.
- See https://www.mozilla.org/en-US/firefox/45.0/releasenotes/
- Fixes MFSA 2016-16->38
- libmozgnome was removed upstream
- gtk3 is still not enabled by default upstream
- Remove dependency on gstreamer1, ffmpeg/libavcodec is opened on the fly
if available, as tested by naddy@

Sidenote: no, i havent looked at i386/llvm breakage yet. i386 is the new vax.
2016-03-14 20:48:43 +00:00
landry
8de92e6305 Add link to upstream commit, patch to remove in fx 48. 2016-03-14 20:44:37 +00:00
sthen
e0a10a996a all the world's an amd64
disable these ports to save time in bulk builds until i386 can be repaired
2016-03-10 02:41:49 +00:00
pascal
1bc0330aba Bump REVISION for lang/clang MODULE changes. 2016-03-05 16:04:06 +00:00
landry
06c1ee6894 Security update to firefox 44.0.2.
See https://www.mozilla.org/en-US/firefox/44.0.2/releasenotes/
Fixes MFSA2016-13.
ok sthen@ naddy@
2016-02-13 07:39:25 +00:00
landry
fb6b19f61e Bugfix update to firefox 44.0.1.
See https://www.mozilla.org/en-US/firefox/44.0.1/releasenotes/

ok sthen@ naddy@
2016-02-09 09:21:27 +00:00
landry
e1a94c177a Update to firefox-44.0.
* See https://www.mozilla.org/en-US/firefox/44.0/releasenotes/
* Fixes MFSA 2016-01 -> 12
* Fix CONFIGURE_STYLE, no need for autohell?
* Use bundled libevent
* Remove useless MOZILLA_AUTOCONF_DIRS

Note that starting with fx 45, gstreamer will be deprecated in favor of
ffmpeg. If it works, haven't tested it yet...
Tested by/discussed with naddy@
2016-01-27 18:12:43 +00:00
landry
f73e21a6af Minor update to firefox 43.0.4.
See https://www.mozilla.org/en-US/firefox/43.0.4/releasenotes/
2016-01-07 09:24:20 +00:00
landry
20ead4715a Update to firefox 43.0.2.
See https://www.mozilla.org/en-US/firefox/43.0.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:41:35 +00:00
landry
024442da04 Update to firefox 43.0.
See https://www.mozilla.org/en-US/firefox/43.0/releasenotes/
Fixes MFSA 2015-134 -> 149

- Remove merged patch about freetype paths/versions
- Remove outdated mention of 'disable anti-aliasing', from matthieu@

Tested (among others) by benoit@, mmcc@ and naddy@
2015-12-16 10:12:14 +00:00
landry
ef0705914d Update to firefox 42.0.
- See https://www.mozilla.org/en-US/firefox/42.0/releasenotes/
- Fixes MFSA-2015-116 -> 133
- Tested by several, thanks!
2015-11-04 07:35:51 +00:00
dcoppa
dafb957085 Enable option to mark JIT pages as non-writable.
We're enabling this now so people can test and eventual regressions
can be catched and reported upstream.

There's a bug opened on Bugzilla@Mozilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=1215479

OK landry@, sthen@
deraadt@ also agrees
2015-10-19 08:09:23 +00:00
dcoppa
21767f89be Preventive fixes for the upcoming update to freetype-2.6.1 2015-10-16 20:02:02 +00:00
landry
1d2fd16e2b Security update to firefox 41.0.2.
Fixes MFSA 2015-115 / CVE-2015-7184 (Cross-origin restriction bypass using Fetch)
https://www.mozilla.org/en-US/security/advisories/mfsa2015-115/
2015-10-16 12:04:40 +00:00
landry
9bd6c134da Bugfix update to firefox 41.0.1.
- See https://www.mozilla.org/en-US/firefox/41.0.1/releasenotes/
- Mostly windows-only bugfixes but a bookmark handling regression might
affect us (see #1206376)
2015-10-05 08:48:14 +00:00
landry
6a0b4abc1b Update to firefox 41.0.
- See https://www.mozilla.org/en-US/firefox/41.0/releasenotes/
- Fixes MFSA 2015-96->114
- Add patch to workaround build failure on 32-bits (#1192556)
- Note that powerpc still fails due to the same issue but a
 hack^Wworkaround hasnt been found yet.

Firefox 42 will probably default to build with Gtk3.
2015-09-24 20:21:15 +00:00
landry
af204e202b Update to firefox 40.0.3.
- See https://www.mozilla.org/en-US/firefox/40.0.3/releasenotes/
- Fixes MFSA-2015-94 & 95
2015-08-31 20:08:40 +00:00
landry
f333eefdf4 Update to firefox{,-i18n} 40.0.
- See https://www.mozilla.org/en-US/firefox/40.0/releasenotes/
- Fixes MFSA-2015-79->92
2015-08-11 21:14:53 +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
a7fa30f67c Remove patches from #1144087 and #1143411 which were merged in 39.
Both reported by David Hill and Pavel Korovin.
Because cvs...
2015-07-06 05:07:04 +00:00
landry
36e9854114 Update to firefix{,-i18n} 39.0.
- See https://www.mozilla.org/en-US/firefox/39.0/releasenotes/
- Fixes MFSA 2015-59 -> 71
2015-07-05 20:03:36 +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