From 5992499beed84de9a271c27cc796e1431d4ff96e Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 30 Apr 2019 09:53:57 -0400 Subject: palemoon 28.5.0 dpkg --- palemoon/debian/bgstack15-palemoon-prefs.js | 3 ++- palemoon/debian/changelog | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'palemoon') 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 Tue, 30 Apr 2019 08:36:47 -0500 + palemoon (28.4.1-1devuan) manual; urgency=low * New 28.4.1 security and bugfix release: -- cgit