Changelog
firefox (55.0.2+build1-0ubuntu2) artful; urgency=medium
* New usptream stable release (55.0.2build1)
[ Rico Tzschichholz ]
* Refresh patches
- update debian/patches/revert-upstream-search-engine-changes.patch
* Add multiple ppc64/arm/s390x build fixes
- debian/patches/build-ppc64.patch
- debian/patches/build-ppc64-s390x-curl.patch
- debian/patches/build-ppc64-s390x-nss.patch
- debian/patches/build-ppc64-s390x-rust.patch
* Fix Spidermonkey build with no jit backend
- debian/patches/fix-no-jit-backend.patch
* Do not use compile-time page size for PowerPC
- debian/patches/ppc-no-static-sizes.patch
* Update debian/build/create-tarball.py to create xz-tarballs
* Refresh patches
- update debian/patches/ubuntu-search-defaults.patch
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/unity-menubar.patch
- update debian/patches/revert-upstream-search-engine-changes.patch
- update debian/patches/normalize-distribution-searchplugins.patch
* Remove obsolete --enable-gio option
- update debian/config/mozconfig.in
* Refresh shipped locales
- update debian/config/locales.shipped
- update debian/control
* Don't let debhelper clean Cargo.toml.orig files which are actually required
[ Chris Coulson ]
* Refresh patches
- update debian/patches/unity-menubar.patch
* Disable ALSA backend for Firefox 55 because it makes the build failure.
This will remain disabled until somebody steps up to maintain it
* Fix a build failure in cubeb-pulse-rs on architectures where char is
unsigned
- add debian/patches/cubeb-pulse-rs-fix.patch
- update debian/patches/series
* Refactor nsNativeMenuService ownership and shutdown behaviour - the only
reference to it now is held by the service manager, and the global instance
pointer is no longer cleared during the xpcom-shutdown notification. This
fixes a shutdown UAF that appeared in the current Firefox version, where
nsWindow and the associated nsMenuBar can be destroyed after xpcom-shutdown,
when it was too late to clean up properly.
- update debian/patches/unity-menubar.patch
* Hopefully fix LP: #1711337 by building the armhf build with
-fno-schedule-insns to work around a compiler bug
-- Chris Coulson <email address hidden> Mon, 07 Aug 2017 11:43:19 +0100