www/firefox: update to 52.0 (rc1)
More candidates are likely to come before the official announcement (aka
the rush hour) scheduled on 2017-03-07. This one intended to pick up upstream
security fixes earlier while looking for downstream regressions.
Changes: https://www.mozilla.org/firefox/52.0/releasenotes/
Security: 96eca031-1313-4daf-9be2-9d6e1c4f1eb5
MFH: 2017Q1 (piling up, requires r431637 + r434531)
gecko: unbreak with libevent >= 2.1
In file included from objdir//ipc/chromium/Unified_cpp_ipc_chromium0.cpp:119:
ipc/chromium/src/base/message_pump_libevent.cc:29:1: error: use of undeclared
identifier '_EVENT_SIZEOF_LONG'
CHECK_EVENT_SIZEOF(LONG, long);
^
ipc/chromium/src/base/message_pump_libevent.cc:26:19: note: expanded from macro
'CHECK_EVENT_SIZEOF'
static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
^
<scratch space>:50:1: note: expanded from here
_EVENT_SIZEOF_LONG
^
PR: 216527
Obtained from: upstream