From cb487e2cf283d9bb857067125b7e01493e90e2ba Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 21 Feb 2023 20:36:46 -0500 Subject: nm 32.0.1 rc1 --- newmoon/_constraints | 11 ----------- newmoon/_service | 29 ----------------------------- newmoon/debian/_service | 2 +- newmoon/debian/changelog | 15 +++++++++++++++ newmoon/debian/newmoon+stackrpms.dsc | 2 +- newmoon/newmoon.spec | 4 ++-- 6 files changed, 19 insertions(+), 44 deletions(-) delete mode 100644 newmoon/_constraints delete mode 100644 newmoon/_service (limited to 'newmoon') diff --git a/newmoon/_constraints b/newmoon/_constraints deleted file mode 100644 index b058511..0000000 --- a/newmoon/_constraints +++ /dev/null @@ -1,11 +0,0 @@ - - - - - 30 - - - 14000 - - - diff --git a/newmoon/_service b/newmoon/_service deleted file mode 100644 index 325e811..0000000 --- a/newmoon/_service +++ /dev/null @@ -1,29 +0,0 @@ - - - git - https://gitlab.com/bgstack15/stackrpms.git - newmoon/debian - debian - newmoon-bump - _none_ - - - *.tar - xz - - - git - https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git - 31.4.0_Release - _none_ - enable - - - *.tar - gz - - - *.tar.xz - */*.dsc - - diff --git a/newmoon/debian/_service b/newmoon/debian/_service index 90e9233..b6159f5 100644 --- a/newmoon/debian/_service +++ b/newmoon/debian/_service @@ -14,7 +14,7 @@ git https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git - 32.0.0_Release + 32.0.1_Release _none_ enable diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index c0a403a..f130b34 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,18 @@ +newmoon (32.0.1-1+stackrpms) obs; urgency=low + + * Upstream updates + * Fixed a crash in the new regular expression code. + * Added {Extended_Pictographic} unicode property escape to regular + expressions. + * Fixed a regression in regular expressions for literal parsing of + invalid ranges. + * Updated NSS to pick up fixes. + * Security issues addressed: CVE-2023-25733 DiD, CVE-2023-25739 DiD and + CVE-2023-0767. + * UXP Mozilla security patch summary: 1 fixed, 2 DiD, 14 not applicable. + + -- B. Stack Tue, 21 Feb 2023 20:34:55 -0500 + newmoon (32.0.0-1+stackrpms) obs; urgency=low * New milestone release: diff --git a/newmoon/debian/newmoon+stackrpms.dsc b/newmoon/debian/newmoon+stackrpms.dsc index c09c713..89e3d28 100644 --- a/newmoon/debian/newmoon+stackrpms.dsc +++ b/newmoon/debian/newmoon+stackrpms.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: newmoon Binary: newmoon Architecture: any -Version: 32.0.0-1+stackrpms +Version: 32.0.1-1+stackrpms Maintainer: B. Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index e914c46..30e1d36 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -4,7 +4,7 @@ %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 RB_20230123 +%global submodule_platform_tag RB_20230219 %global badname palemoon %global git_commit db5ee3c1968212742b4ed8b9883069ea7b03f0e1 %global tarballdir pale-moon @@ -44,7 +44,7 @@ Name: newmoon Name: newmoon %endif Summary: Newmoon web browser -Version: 32.0.0 +Version: 32.0.1 Release: 1 Group: Networking/Web -- cgit