summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-06 12:05:18 +0000
committerB Stack <bgstack15@gmail.com>2019-06-06 12:05:18 +0000
commita65283347d2c68626a93e9390e394e50d0d4a262 (patch)
tree7dfc05cc5203e4b9a9fe528527860707cc611b65
parentadd onedrive experimental spec (diff)
parentpalemoon 28.5.2 dpkg (diff)
downloadstackrpms-a65283347d2c68626a93e9390e394e50d0d4a262.tar.gz
stackrpms-a65283347d2c68626a93e9390e394e50d0d4a262.tar.bz2
stackrpms-a65283347d2c68626a93e9390e394e50d0d4a262.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.5.2 Closes #4 See merge request bgstack15/stackrpms!62
-rw-r--r--palemoon/bgstack15-palemoon-prefs.js3
-rw-r--r--palemoon/debian/bgstack15-palemoon-prefs.js3
-rw-r--r--palemoon/debian/changelog22
-rw-r--r--palemoon/palemoon-stackrpms.spec5
-rw-r--r--palemoon/palemoon.spec5
-rw-r--r--waterfox/bgstack15-waterfox-prefs.js3
-rw-r--r--waterfox/debian/bgstack15-waterfox-prefs.js3
7 files changed, 38 insertions, 6 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
diff --git a/waterfox/bgstack15-waterfox-prefs.js b/waterfox/bgstack15-waterfox-prefs.js
index aeeb03b..b6d0d26 100644
--- a/waterfox/bgstack15-waterfox-prefs.js
+++ b/waterfox/bgstack15-waterfox-prefs.js
@@ -1,6 +1,6 @@
// file: /usr/lib/waterfox/browser/defaults/preferences/bgstack15-waterfox-prefs.js
// deployed with waterfox package (rpm or dpkg) built by bgstack15
-// last modified 2019-03-28
+// last modified 2019-06-04
// reference:
// https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig
// bgstack15-palemoon-prefs.js
@@ -58,6 +58,7 @@ pref("security.ssl.errorReporting.url", "http://127.0.0.1:9999/");
pref("services.settings.server", "http://127.0.0.1:9999/");
pref("services.sync.declinedEngines", "");
pref("startup.homepage_override_url", "");
+pref("startup.homepage_override_url", "");
pref("toolkit.telemetry.reportingpolicy.firstRun", false);
pref("webextensions.storage.sync.serverURL", "http://127.0.0.1:9999/");
pref("xpinstall.whitelist.add", "");
diff --git a/waterfox/debian/bgstack15-waterfox-prefs.js b/waterfox/debian/bgstack15-waterfox-prefs.js
index aeeb03b..b6d0d26 100644
--- a/waterfox/debian/bgstack15-waterfox-prefs.js
+++ b/waterfox/debian/bgstack15-waterfox-prefs.js
@@ -1,6 +1,6 @@
// file: /usr/lib/waterfox/browser/defaults/preferences/bgstack15-waterfox-prefs.js
// deployed with waterfox package (rpm or dpkg) built by bgstack15
-// last modified 2019-03-28
+// last modified 2019-06-04
// reference:
// https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig
// bgstack15-palemoon-prefs.js
@@ -58,6 +58,7 @@ pref("security.ssl.errorReporting.url", "http://127.0.0.1:9999/");
pref("services.settings.server", "http://127.0.0.1:9999/");
pref("services.sync.declinedEngines", "");
pref("startup.homepage_override_url", "");
+pref("startup.homepage_override_url", "");
pref("toolkit.telemetry.reportingpolicy.firstRun", false);
pref("webextensions.storage.sync.serverURL", "http://127.0.0.1:9999/");
pref("xpinstall.whitelist.add", "");
bgstack15