summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-11-25 09:14:57 -0500
committerB Stack <bgstack15@gmail.com>2020-11-25 09:14:57 -0500
commite4cbac719879a09e567b1b8b531afe59e523f635 (patch)
tree016d95d35a8f565cc5e214f275e7c97ef1a354fd /palemoon
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-e4cbac719879a09e567b1b8b531afe59e523f635.tar.gz
stackrpms-e4cbac719879a09e567b1b8b531afe59e523f635.tar.bz2
stackrpms-e4cbac719879a09e567b1b8b531afe59e523f635.zip
WIP: version bump for newmoon
will need to fix the newmoon patch for 28.16.0 still.
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog39
-rw-r--r--palemoon/debian/palemoon+devuan.dsc2
-rw-r--r--palemoon/palemoon.spec7
3 files changed, 45 insertions, 3 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index e79c5e6..0b6a758 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,42 @@
+palemoon (28.16.0-1+devuan) obs; urgency=low
+
+ * This is a development and security update to the browser.
+ * Note for Linux users: With CentOS 6 going end-of-life, this
+ version will be the last for which we will be building 32-bit Linux
+ official binaries to download. While your distribution may choose to
+ continue offering 32-bit versions of the browser, built from source
+ by the maintainers, we won't be offering any further official 32-bit
+ Linux binaries on our website. Please check with your distribution's
+ package maintainers to know if further 32-bit support will be
+ available on your particular flavor of Linux.
+ - Aligned CSS tab-size with the specification and un-prefixed it.
+ - Updated Brotli library to 1.0.9.
+ - Updated JAR lib code.
+ - Optimized UI code, resulting in smaller downloads and less
+ space consumed on disk.
+ - Changed the default Firefox Compatibility version number to
+ 68.0 (since versions ending in .9 makes some frameworks unhappy,
+ refusing access to users)
+ - Cleaned up HPKP leftovers.
+ - Disabled the DOM filesystem API by default.
+ - Removed Phone Vibrator API.
+ - Fixed an issue where the software uninstaller would not remove
+ the program files it should.
+ - Fixed a devtools crash related to timeline snapshots.
+ - Fixed an issue in Skia that could cause unsafe memory access.
+ [DiD]
+ - Fixed several data race conditions. [DiD]
+ - Fixed an XSS vulnerability where scripts could be executed when
+ pasting data into on-line editors.
+ - Linux: Fixed an overflow issue in freetype.
+ - Security issues addressed: CVE-2020-26960, CVE-2020-26951,
+ CVE-2020-26956, CVE-2020-15999 and several others that do not have a
+ CVE designation.
+ - Unified XUL Platform Mozilla Security Patch Summary: 4 fixed, 4
+ defense-in-depth, 3 rejected, 20 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 25 Nov 2020 09:13:05 -0500
+
palemoon (28.15.0-1+devuan) obs; urgency=low
* This is a standard development and bugfix release.
diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc
index dcd6601..5d48807 100644
--- a/palemoon/debian/palemoon+devuan.dsc
+++ b/palemoon/debian/palemoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: palemoon
Binary: palemoon
Architecture: any
-Version: 28.15.0-1+devuan
+Version: 28.16.0-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index eb0e036..dbbee22 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -5,7 +5,7 @@
%global stackrpms_custom 1
# derive from inside the full source tree or from notes at https://github.com/MoonchildProductions/Pale-Moon/releases
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_tag RELBASE_20201024
+%global submodule_platform_tag RELBASE_20201124
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -42,7 +42,7 @@ Name: palemoon-stackrpms
Name: palemoon
%endif
Summary: Pale Moon web browser
-Version: 28.15.0
+Version: 28.16.0
Release: 1
Group: Networking/Web
@@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Wed Nov 25 2020 B Stack <bgstack15@gmail.com> - 28.16.0-1
+- update version
+
* Tue Oct 27 2020 B Stack <bgstack15@gmail.com> - 28.15.0-1
- update version
- change sources to upstream new location, repos.palemoon.org
bgstack15