diff options
Diffstat (limited to 'palemoon')
-rw-r--r-- | palemoon/bgstack15-palemoon-prefs.js | 3 | ||||
-rw-r--r-- | palemoon/debian/bgstack15-palemoon-prefs.js | 3 | ||||
-rw-r--r-- | palemoon/debian/changelog | 22 | ||||
-rw-r--r-- | palemoon/palemoon-stackrpms.spec | 5 | ||||
-rw-r--r-- | palemoon/palemoon.spec | 5 |
5 files changed, 34 insertions, 4 deletions
diff --git a/palemoon/bgstack15-palemoon-prefs.js b/palemoon/bgstack15-palemoon-prefs.js index f3ae4e7..476bd21 100644 --- a/palemoon/bgstack15-palemoon-prefs.js +++ b/palemoon/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-04-30 +// last modified 2019-06-04 // reference: // https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig pref("browser.allTabs.previews", false); @@ -26,5 +26,6 @@ pref("network.stricttransportsecurity.preloadlist", false); pref("privacy.sanitize.migrateFx3Prefs", true); pref("security.cert_pinning.enforcement_level", 0); pref("services.sync.declinedEngines", ""); +pref("startup.homepage_override_url", ""); pref("toolkit.telemetry.reportingpolicy.firstRun", false); pref("xpinstall.whitelist.add", ""); diff --git a/palemoon/debian/bgstack15-palemoon-prefs.js b/palemoon/debian/bgstack15-palemoon-prefs.js index f3ae4e7..476bd21 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-04-30 +// last modified 2019-06-04 // reference: // https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig pref("browser.allTabs.previews", false); @@ -26,5 +26,6 @@ pref("network.stricttransportsecurity.preloadlist", false); pref("privacy.sanitize.migrateFx3Prefs", true); pref("security.cert_pinning.enforcement_level", 0); pref("services.sync.declinedEngines", ""); +pref("startup.homepage_override_url", ""); pref("toolkit.telemetry.reportingpolicy.firstRun", false); pref("xpinstall.whitelist.add", ""); diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 7df77e2..016244c 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,25 @@ +palemoon (28.5.2-1+devuan) manual; urgency=low + + * From releasenotes.shtml: This is a security and bugfix update. + - Restored a global getBoolPref() function shortcut for extension compatibility with old extensions. + - If you are currently using this global function, please change it to Services.prefs.getBoolPref() + - Fixed an issue with the UI when the address bar was removed from the navigation toolbar. + - Fixed an issue with scripting of the Help menu. + - Fixed a crash resulting from non-standard manipulation of XML stylesheets by extensions. + - Fixed Aero Peek (taskbar previews) on Windows. + - Fixed browser.link.open_newwindow functionality. + - Removed the default handler for webcal since the site doesn't seem to be properly maintained. + - Prevented some ways smart places queries could be abused for social engineering attacks. + - Ported an upstream Skia fix. + - Improved the origin-clean algorithm for canvases. + - Improved the efficiency of certain types of memory allocations in the JavaScript compiler. + - Changed the way the application update checker code is hooked up so it will not require a user to go idle before being activated. + - This solves the primary issue with application updates not notifying users as promptly as they should; more improvements are slated for the next major release. + - Applicable security issues fixed: CVE-2019-7317, CVE-2019-11701, CVE-2019-11698, CVE-2019-9817 (DiD), CVE-2019-11700, CVE-2019-11696, CVE-2019-11693, and several potentially exploitable crashes and memory safety hazards that do not have a CVE number assigned to them. + - Fixed issues with image/texture allocation incorrectly being marked as insecure. + + -- B Stack <bgstack15@gmail.com> Tue, 4 Jun 2019 22:22:10 -0400 + palemoon (28.5.0-1+devuan) manual; urgency=low * From releasenotes.shtml: This is a major development and bugfix update. diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec index f493919..95f508c 100644 --- a/palemoon/palemoon-stackrpms.spec +++ b/palemoon/palemoon-stackrpms.spec @@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs Name: palemoon Summary: Pale Moon web browser %endif -Version: 28.5.0 +Version: 28.5.2 Release: 1 Group: Networking/Web @@ -277,6 +277,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc AUTHORS LICENSE %changelog +* Tue Jun 4 2019 B Stack <bgstack15@gmail.com> - 28.5.2-1 +- update version + * Tue Apr 30 2019 B Stack <bgstack15@gmail.com> - 28.5.0-1 - update version diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 5bf1fdb..1508f0e 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs Name: palemoon Summary: Pale Moon web browser %endif -Version: 28.5.0 +Version: 28.5.2 Release: 1 Group: Networking/Web @@ -277,6 +277,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc AUTHORS LICENSE %changelog +* Tue Jun 4 2019 B Stack <bgstack15@gmail.com> - 28.5.2-1 +- update version + * Tue Apr 30 2019 B Stack <bgstack15@gmail.com> - 28.5.0-1 - update version |