summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-10 13:59:30 -0400
committerB Stack <bgstack15@gmail.com>2020-04-10 13:59:30 -0400
commit82d9e11020a89a158d6600af4404440f16ddac00 (patch)
treeaa52a75b65ea0378f99f6a2515abe880553ef81a /palemoon
parentMerge branch 'powerkit-bump' into 'master' (diff)
downloadstackrpms-82d9e11020a89a158d6600af4404440f16ddac00.tar.gz
stackrpms-82d9e11020a89a158d6600af4404440f16ddac00.tar.bz2
stackrpms-82d9e11020a89a158d6600af4404440f16ddac00.zip
pm 28.9.1 rc1 both rpm and dpkg
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog15
-rw-r--r--palemoon/debian/palemoon_devuan.dsc4
-rw-r--r--palemoon/palemoon.spec7
3 files changed, 22 insertions, 4 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 68e0945..4a161ca 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,18 @@
+palemoon (28.9.1-1+devuan) obs; urgency=medium
+
+ * This is a minor security and bugfix release.
+ - Re-imported the ExtensionStorage js module for use by browser extensions.
+ - Fixed an issue with the WebRequest module having erroneously un-processed build directives in it. This might have caused some subtle breakage.
+ - Removed the use of high-resolution Windows system timers from the layout refresh driver; this should help with some performance and battery life issues.
+ - Fixed an issue where various parts of hardware acceleration weren't properly linked when changing the option from preferences.
+ - If you have changed the preferences option to "use hardware acceleration when available" between 28.9.0 and this release, it is recommended that you go into preferences and toggle the option off/on to the preferred setting to correct any discrepancies.
+ - Fixed an issue with building the user-agent string using the build date as ID.
+ - Fixed an issue with the release of document content viewers (CVE-2020-6819). DiD
+ - Fixed an issue with handling functions with rest parameters. DiD
+ - Unified XUL Platform Mozilla Security Patch Summary: 2 Defense-in-depth, 14 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 10 Apr 2020 13:58:30 -0400
+
palemoon (28.9.0.2-1+devuan) obs; urgency=medium
* This is a small bugfix update addressing 2 more important issues in 28.9.0.
diff --git a/palemoon/debian/palemoon_devuan.dsc b/palemoon/debian/palemoon_devuan.dsc
index 5e8d62f..ab981d2 100644
--- a/palemoon/debian/palemoon_devuan.dsc
+++ b/palemoon/debian/palemoon_devuan.dsc
@@ -2,10 +2,10 @@ Format: 3.0 (quilt)
Source: palemoon
Binary: palemoon
Architecture: any
-Version: 28.9.0.2-1+devuan
+Version: 28.9.1-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
-Standards-Version: 3.9.6
+Standards-Version: 4.1.4
Build-Depends: debhelper (>= 12), autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk2.0-dev (>= 2.14), libssl-dev, libx11-xcb-dev, libxt-dev, lsb-release, mesa-common-dev, pkg-config, python (>= 2.7), unzip, yasm (>= 1.1), zip, zlib1g-dev
Package-List:
palemoon deb web optional arch=any
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index cfe3639..702bb9b 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -5,7 +5,7 @@
%global stackrpms_custom 1
# derive from inside the full source tree:
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_commit 41e5925b4271c598601fdc77238bbf6497576594
+%global submodule_platform_commit 85a97e9a35a75e58d35f741a62a7f9ff4c1d85e3
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -43,7 +43,7 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.9.0.2
+Version: 28.9.1
Release: 1
Group: Networking/Web
@@ -284,6 +284,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Fri Apr 10 2020 B Stack <bgstack15@gmail.com> - 28.9.1-1
+- update version
+
* Thu Mar 26 2020 B Stack <bgstack15@gmail.com> - 28.9.0.2-1
- update version
bgstack15