summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-30 09:53:57 -0400
committerB Stack <bgstack15@gmail.com>2019-04-30 09:53:57 -0400
commit5992499beed84de9a271c27cc796e1431d4ff96e (patch)
tree0f538217df49ccf84da0debb62ddb4b5e5f29492 /palemoon
parentissue #4 for pm (diff)
downloadstackrpms-5992499beed84de9a271c27cc796e1431d4ff96e.tar.gz
stackrpms-5992499beed84de9a271c27cc796e1431d4ff96e.tar.bz2
stackrpms-5992499beed84de9a271c27cc796e1431d4ff96e.zip
palemoon 28.5.0 dpkg
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/bgstack15-palemoon-prefs.js3
-rw-r--r--palemoon/debian/changelog16
2 files changed, 18 insertions, 1 deletions
diff --git a/palemoon/debian/bgstack15-palemoon-prefs.js b/palemoon/debian/bgstack15-palemoon-prefs.js
index d944010..f3ae4e7 100644
--- a/palemoon/debian/bgstack15-palemoon-prefs.js
+++ b/palemoon/debian/bgstack15-palemoon-prefs.js
@@ -1,6 +1,6 @@
// file: /usr/lib/palemoon/browser/defaults/preferences/bgstack15-palemoon-prefs.js
// deployed with palemoon-stackrpms package (rpm or dpkg) built by bgstack15
-// last modified 2019-03-27
+// last modified 2019-04-30
// reference:
// https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig
pref("browser.allTabs.previews", false);
@@ -20,6 +20,7 @@ pref("extensions.update.autoUpdateDefault", false);
pref("general.warnOnAboutConfig", false);
pref("network.automatic-ntlm-auth.trusted-uris", ".ipa.smith122.com");
pref("network.cookie.prefsMigrated", true);
+pref("network.http.spdy.enabled", false);
pref("network.negotiate-auth.trusted-uris", ".ipa.smith122.com");
pref("network.stricttransportsecurity.preloadlist", false);
pref("privacy.sanitize.migrateFx3Prefs", true);
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 24911ec..33c8cf7 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,19 @@
+palemoon (28.5.0-1+devuan) manual; urgency=low
+
+ * Import new 28.5.0 major development and security release:
+
+ - Added several site-specific overrides for web compatibility.
+ - Aligned http "Accept:" headers with the fetch spec, with the exception of image requests to continue allowing content negotiation.
+ - Fixed potential denial-of-service issues involving FTP (loading of subresources and spamming errors).
+ - Aligned URLSearchParams with the spec.
+ - Fixed a corner case for flexbox layouts, improving rendering of some websites.
+ - Fixed Widevine compatibility issues.
+ - Fixed security issues: CVE-2019-9791, CVE-2019-9792, CVE-2019-9796, CVE-2019-9801, CVE-2019-9793, CVE-2019-9794, CVE-2019-9808, CVE-2019-9790, CVE-2019-9797, CVE-2019-9804 and ZDI-CAN-8368.
+ - Fixed several memory safety hazards and crashes.
+ - Windows binaries are now code-signed again (including the setup program for the installer).
+
+ -- B Stack <bgstack15@gmail.com> Tue, 30 Apr 2019 08:36:47 -0500
+
palemoon (28.4.1-1devuan) manual; urgency=low
* New 28.4.1 security and bugfix release:
bgstack15