From 87ea9ac24ab08d2d4958754f520a132760c1750a Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 11 Jul 2019 13:02:30 -0400 Subject: waterfox 56.2.12 dpkg rc1 --- waterfox/debian/changelog | 6 ++++++ waterfox/debian/mozconfig | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'waterfox') diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog index cd01481..0c6eb34 100644 --- a/waterfox/debian/changelog +++ b/waterfox/debian/changelog @@ -1,3 +1,9 @@ +waterfox (56.2.12-1+devuan) manual; urgency=medium + + * Patches for [mfsa2019-22](https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/). + + -- B Stack Mon, 11 Jul 2019 10:07:44 -0400 + waterfox (56.2.11-2+devuan) manual; urgency=medium * Repackaged for obs, which required disabling rust-simd. diff --git a/waterfox/debian/mozconfig b/waterfox/debian/mozconfig index 6448a69..e2a51c9 100644 --- a/waterfox/debian/mozconfig +++ b/waterfox/debian/mozconfig @@ -26,10 +26,9 @@ ac_add_options --disable-updater ac_add_options --enable-release -# this line works for OBS, but not on private infrastructure. -if ! test `lsb_release -sc` = "stretch" && ! test `lsb_release -sc` = "jessie" && ! test `lsb_release -sc` = "buster"; then -ac_add_options --enable-rust-simd # on x86 requires SSE2 -fi +# Turn rust-simd on for local builds, off for OBS +#ac_add_options --enable-rust-simd # on x86 requires SSE2 +ac_add_options --disable-rust-simd ac_add_options --enable-stylo=build -- cgit