From 3bf49621b04e79386c720067531523df595b909d Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 20:12:09 -0400 Subject: pm/nm 28.15.0 rpm/dpkg rc1 rpm using new source location, attempt 1 make newmoon even closer to palemoon to hopefully increase stability --- palemoon/debian/changelog | 13 +++++++++++++ palemoon/debian/palemoon+devuan.dsc | 2 +- palemoon/palemoon.spec | 12 ++++++++---- 3 files changed, 22 insertions(+), 5 deletions(-) (limited to 'palemoon') diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 925924e..e79c5e6 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,16 @@ +palemoon (28.15.0-1+devuan) obs; urgency=low + + * This is a standard development and bugfix release. + - Implemented support for CSS caret-color. + - Implemented support for un-prefixed ::selection CSS pseudo-element styling. + - Fixed another potential crashing scenario in ResizeObservers. + - Fixed several crashes in the DOM Fetch API. + - Fixed a crash in table pagination. + - Security issues fixed: CVE-2020-15680 (VG-VD-20-115) and several memory safety hazards. + - Unified XUL Platform Mozilla Security Patch Summary: 1 fixed, 2 defense-in-depth, 12 not applicable. + + -- Ben Stack Tue, 27 Oct 2020 20:05:31 -0400 + palemoon (28.14.2-1+devuan) obs; urgency=low * Fixed some additional crashes caused by the ResizeObserver API. This should take care of all crashes that have been attributed to this new code. diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc index 9324f3e..dcd6601 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.14.2-1+devuan +Version: 28.15.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 9ff45fb..dd62fbd 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_20200929 +%global submodule_platform_tag RELBASE_20201024 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -42,14 +42,14 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 28.14.2 +Version: 28.15.0 Release: 1 Group: Networking/Web License: MPLv2.0 URL: http://linux.palemoon.org/ -Source0: https://github.com/MoonchildProductions/Pale-Moon/archive/%{version}_Release.tar.gz -Source1: https://github.com/MoonchildProductions/UXP/archive/%{submodule_platform_tag}.tar.gz +Source0: https://repo.palemoon.org/MoonChildProductions/Pale-Moon/archive/%{version}_Release.tar.gz +Source1: https://repo.palemoon.org/MoonchildProductions/UXP/archive/%{submodule_platform_tag}.tar.gz Source2: palemoon-mozconfig Source3: palemoon.desktop Source4: palemoon-mimeinfo.xml @@ -285,6 +285,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Teu Oct 27 2020 B Stack - 28.15.0-1 +- update version +- change sources to upstream new location, repos.palemoon.org + * Sat Oct 03 2020 B Stack - 28.14.2-1 - update version -- cgit From 3c14e333a29d9044a6c285899ac4b78513e5b444 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 20:21:01 -0400 Subject: fix tarballdir in spec As a result of either the move to repo.pm.o or for some other dumb reason, the release tarball does not use the same format as before. --- palemoon/palemoon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palemoon') diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index dd62fbd..5116005 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -1,4 +1,4 @@ -%global tarballdir Pale-Moon-%{version}_Release +%global tarballdir pale-moon %global dummy_package 0 %global appname palemoon %global prettyname Pale Moon Web Browser -- cgit From 6d035b6ed5696078c55074b912b7857e26e633d6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 20:36:52 -0400 Subject: fix bgstack15-palemoon.patch --- palemoon/bgstack15-palemoon.patch | 8 +++----- palemoon/debian/patches/bgstack15-palemoon.patch | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) (limited to 'palemoon') diff --git a/palemoon/bgstack15-palemoon.patch b/palemoon/bgstack15-palemoon.patch index f0bd4fa..191781b 100644 --- a/palemoon/bgstack15-palemoon.patch +++ b/palemoon/bgstack15-palemoon.patch @@ -1,9 +1,7 @@ diff -Naur 28.4.1-0/application/palemoon/branding/shared/locales/browserconfig.properties 28.4.1-1/application/palemoon/branding/shared/locales/browserconfig.properties ---- 28.4.1-0/palemoon/branding/shared/locales/browserconfig.properties 2019-03-26 13:33:15.000000000 -0400 -+++ 28.4.1-1/palemoon/branding/shared/locales/browserconfig.properties 2019-03-27 10:44:23.578435642 -0400 -@@ -3,5 +3,5 @@ - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - +--- pale-moon.orig/palemoon/branding/shared/locales/browserconfig.properties 2020-10-24 07:14:54.000000000 -0400 ++++ pale-moon/palemoon/branding/shared/locales/browserconfig.properties 2020-10-27 20:35:29.301883148 -0400 +@@ -1,3 +1,3 @@ # Do NOT localize or otherwise change these values -browser.startup.homepage=http://start.palemoon.org/ -browser.startup.homepage_reset=http://start.palemoon.org/ diff --git a/palemoon/debian/patches/bgstack15-palemoon.patch b/palemoon/debian/patches/bgstack15-palemoon.patch index f0bd4fa..191781b 100644 --- a/palemoon/debian/patches/bgstack15-palemoon.patch +++ b/palemoon/debian/patches/bgstack15-palemoon.patch @@ -1,9 +1,7 @@ diff -Naur 28.4.1-0/application/palemoon/branding/shared/locales/browserconfig.properties 28.4.1-1/application/palemoon/branding/shared/locales/browserconfig.properties ---- 28.4.1-0/palemoon/branding/shared/locales/browserconfig.properties 2019-03-26 13:33:15.000000000 -0400 -+++ 28.4.1-1/palemoon/branding/shared/locales/browserconfig.properties 2019-03-27 10:44:23.578435642 -0400 -@@ -3,5 +3,5 @@ - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - +--- pale-moon.orig/palemoon/branding/shared/locales/browserconfig.properties 2020-10-24 07:14:54.000000000 -0400 ++++ pale-moon/palemoon/branding/shared/locales/browserconfig.properties 2020-10-27 20:35:29.301883148 -0400 +@@ -1,3 +1,3 @@ # Do NOT localize or otherwise change these values -browser.startup.homepage=http://start.palemoon.org/ -browser.startup.homepage_reset=http://start.palemoon.org/ -- cgit From 58312d6b5613457b9009d6579d198b3c03dd9f5b Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 20:45:06 -0400 Subject: fix typo in spec --- palemoon/palemoon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palemoon') diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 5116005..eb0e036 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -285,7 +285,7 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog -* Teu Oct 27 2020 B Stack - 28.15.0-1 +* Tue Oct 27 2020 B Stack - 28.15.0-1 - update version - change sources to upstream new location, repos.palemoon.org -- cgit