From a06a9e0ae8ef8f6ea8a6f77fe6c2eed0268dcf1c Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 28 Jun 2019 11:13:20 -0400 Subject: waterfox 56.2.11 dpkg rc1 I used waterfox commit 63b480e to build, and possible due to that, I had to disable patch waterfox-install-dir, which is not reflected in this commit, in case the install dir is adjusted for the upstream release tarballs. --- waterfox/debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'waterfox/debian') diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog index 84d934f..83ac043 100644 --- a/waterfox/debian/changelog +++ b/waterfox/debian/changelog @@ -1,3 +1,14 @@ +waterfox (56.2.11-1+devuan) manual; urgency=medium + + * New logo + * Security fix for CVE-2019-11707. + * Fixed issues that prevented themes from AMO installing. + * Added some more overrides for popular websites. + * Fixed issues where the Gecko Media Plugins were not downloading, preventing websites that required DRM such as Netflix from working. + * Enabled support for JavaScript modules. + + -- B Stack Thu, 28 Jun 2019 08:12:23 -0400 + waterfox (56.2.10.1-1+devuan) manual; urgency=medium * Add Unity/Global Menu support -- cgit From 90c049156d5a987975b3f9a9f96b4e139f8276b7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 1 Jul 2019 13:57:20 -0400 Subject: waterfox 56.2.11 dpkg rc2 for obs --- waterfox/debian/changelog | 6 ++++++ waterfox/debian/mozconfig | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'waterfox/debian') diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog index 83ac043..cd01481 100644 --- a/waterfox/debian/changelog +++ b/waterfox/debian/changelog @@ -1,3 +1,9 @@ +waterfox (56.2.11-2+devuan) manual; urgency=medium + + * Repackaged for obs, which required disabling rust-simd. + + -- B Stack Mon, 01 Jul 2019 13:56:48 -0400 + waterfox (56.2.11-1+devuan) manual; urgency=medium * New logo diff --git a/waterfox/debian/mozconfig b/waterfox/debian/mozconfig index ab7112d..6448a69 100644 --- a/waterfox/debian/mozconfig +++ b/waterfox/debian/mozconfig @@ -26,7 +26,8 @@ ac_add_options --disable-updater ac_add_options --enable-release -if ! test `lsb_release -sc` = "stretch" && ! test `lsb_release -sc` = "jessie"; then +# 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 -- cgit From fe488fd88f640b67f58591d823040174ca0ad573 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 1 Jul 2019 14:01:22 -0400 Subject: disable install-dir for wf --- waterfox/debian/patches/series | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'waterfox/debian') diff --git a/waterfox/debian/patches/series b/waterfox/debian/patches/series index 9dd6a33..cb8ded3 100644 --- a/waterfox/debian/patches/series +++ b/waterfox/debian/patches/series @@ -1,3 +1,4 @@ -waterfox-install-dir.patch -p1 +# disabled for 56.2.11 from git; probably should turn on when an official (fixed) release is out +#waterfox-install-dir.patch -p1 dont-statically-link-libstdc++.patch -p1 bgstack15.patch -p1 -- cgit