summaryrefslogtreecommitdiff
path: root/waterfox/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-06 22:55:42 +0000
committerB Stack <bgstack15@gmail.com>2019-07-06 22:55:42 +0000
commitff7ef50a0181c00016c5408779f382d2b2260e0a (patch)
tree09765f4a5a89750127813013a72de6606bdaf983 /waterfox/debian
parentMerge branch 'obs' into 'master' (diff)
parentdisable install-dir for wf (diff)
downloadstackrpms-ff7ef50a0181c00016c5408779f382d2b2260e0a.tar.gz
stackrpms-ff7ef50a0181c00016c5408779f382d2b2260e0a.tar.bz2
stackrpms-ff7ef50a0181c00016c5408779f382d2b2260e0a.zip
Merge branch 'waterfox-bump' into 'master'
Waterfox 56.2.11 and also in OBS See merge request bgstack15/stackrpms!70
Diffstat (limited to 'waterfox/debian')
-rw-r--r--waterfox/debian/changelog17
-rw-r--r--waterfox/debian/mozconfig3
-rw-r--r--waterfox/debian/patches/series3
3 files changed, 21 insertions, 2 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 84d934f..cd01481 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,20 @@
+waterfox (56.2.11-2+devuan) manual; urgency=medium
+
+ * Repackaged for obs, which required disabling rust-simd.
+
+ -- B Stack <bgstack15@gmail.com> Mon, 01 Jul 2019 13:56:48 -0400
+
+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 <bgstack15@gmail.com> Thu, 28 Jun 2019 08:12:23 -0400
+
waterfox (56.2.10.1-1+devuan) manual; urgency=medium
* Add Unity/Global Menu support
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
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
bgstack15