From e9d05dc4dd7c5a3cfd2623f3b5daa1ded97bbe5a Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 5 Jun 2020 09:15:01 -0400 Subject: pm 28.10.0 rc1 --- palemoon/README.md | 8 ++++++-- palemoon/credits.md | 5 ----- palemoon/debian/changelog | 32 ++++++++++++++++++++++++++++++++ palemoon/debian/palemoon_devuan.dsc | 2 +- palemoon/palemoon.spec | 9 ++++++--- 5 files changed, 45 insertions(+), 11 deletions(-) delete mode 100644 palemoon/credits.md (limited to 'palemoon') diff --git a/palemoon/README.md b/palemoon/README.md index 0f5b089..500a3b1 100644 --- a/palemoon/README.md +++ b/palemoon/README.md @@ -10,10 +10,14 @@ Palemoon itself is a fork from Mozilla Firefox, which is still actively maintain # Reverse dependency matrix Distro | Palemoon version ---------- | --------------- -All | 28.7.2 +All | 28.10.0 # Additional notes -See [credits.md](credits.md) for more references. +Credit goes to so many sources and inspirations: +* trava90 of the Pale Moon project +* firefox-61.0.2-3.fc28.src.rpm +* https://build.opensuse.org/package/view_file/network/palemoon/palemoon.spec?expand=1 +* instructions for compiling on centos 6 and 7 http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux#head:CentOS_6 # Differences from upstream None diff --git a/palemoon/credits.md b/palemoon/credits.md deleted file mode 100644 index 35d05f4..0000000 --- a/palemoon/credits.md +++ /dev/null @@ -1,5 +0,0 @@ -Credit goes to so many sources and inspirations: -* trava90 of the Pale Moon project -* firefox-61.0.2-3.fc28.src.rpm -* https://build.opensuse.org/package/view_file/network/palemoon/palemoon.spec?expand=1 -* instructions for compiling on centos 6 and 7 http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux#head:CentOS_6 diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 5aed8ef..192aad6 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,35 @@ +palemoon (28.10.0-1+devuan) obs; urgency=medium + + * This is a development, bugfix and security update. + - Implemented URLSearchParams' sort() function + - Implemented ES2020 globalThis for web compatibility + - Improved our WebM media parser to be more tolerant to different encoding + - styles. + - Improved our MP3 media parser to be more tolerant to different encoding + - styles and particularly tiny files/stream chunks. + - Improved performance of table drawing for more corner cases + - Changed the way images without a src are handled in page layouts to align + - with the Chrome-pushed spec. + - Added modern MIPS support + - Split out the ICU data file from xul.dll on Windows + - Fixed a regression in WebAudio channel handling due to a landed security + - fix. + - Fixed a regression preventing scripting from properly disabling input + - controls + - Fixed an issue with border radius sometimes not being honored in tables + - Fixed some build issues in non-standard configurations. + - Removed more telemetry code + - Removed the in-browser speech recognition engine and API + - Removed support for the obsolete and unmaintained NVidia 3DVision + - stereoscopic interface. + - Changed handling of braille blanks in the ui (CVE-2020-12409) DiD + - Mitigated a potential timing attack against DSA keys in NSS + - (CVE-2020-12399) + - Unified XUL Platform Mozilla Security Patch Summary: 1 fixed, 1 + - defense-in-depth, 8 not applicable. + + -- Ben Stack Fri, 05 Jun 2020 09:15:04 -0400 + palemoon (28.9.3-1+devuan) obs; urgency=medium * This is a security update. diff --git a/palemoon/debian/palemoon_devuan.dsc b/palemoon/debian/palemoon_devuan.dsc index b59295b..3e314ec 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.9.3-1+devuan +Version: 28.10.0-1+devuan Maintainer: B Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 1ea1ddc..b130f4c 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_20200506 +%global submodule_platform_tag RELBASE_20200603 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -42,8 +42,8 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 28.9.3 -Release: 2 +Version: 28.10.0 +Release: 1 Group: Networking/Web License: MPLv2.0 @@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Fri Jun 05 2020 B Stack - 28.10.0-1 +- update version + * Tue May 26 2020 B Stack - 28.9.3-2 - add the aboutdialog customization -- cgit