From 1575ae598530931561cd9a1649e7446898733428 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 1 Apr 2021 12:54:58 -0400 Subject: pm 29.1.1 rc1 --- palemoon/debian/changelog | 11 +++++++++++ palemoon/debian/palemoon+devuan.dsc | 2 +- palemoon/palemoon.spec | 8 ++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) (limited to 'palemoon') diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 479f469..297fce8 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,14 @@ +palemoon (29.1.1-1+devuan) obs; urgency=medium + + * Changes/fixes: + - Updated NSS to fix certificate import and keygen regressions. + - Removed restrictions for units of width/height attributes on SVG elements. + - Enabled scrollbar-width CSS keyword by default. + - Security issues addressed: CVE-2021-23981 and a DiD fix for potential document parser confusion. + - Unified XUL Platform Mozilla Security Patch Summary: 2 DiD, 9 not applicable. + + -- B. Stack Thu, 01 Apr 2021 12:53:29 -0400 + palemoon (29.1.0-1+devuan) obs; urgency=medium * New features: diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc index c434bdc..7dd9f19 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: 29.1.0-1+devuan +Version: 29.1.1-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 7d88d5d..ea3b384 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -5,7 +5,8 @@ %global stackrpms_custom 1 # derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RELBASE_20210302 +%global submodule_platform_tag RELBASE_20210330 +%global badname palemoon # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -42,7 +43,7 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 29.1.0 +Version: 29.1.1 Release: 1 Group: Networking/Web @@ -285,6 +286,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Thu Apr 01 2021 B. Stack - 29.1.1-1 +- update version + * Tue Mar 02 2021 B. Stack - 29.1.0-1 - update version -- cgit