From a028421d1c44cc01c595de95878dddf1b4f735a6 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 4 Jan 2022 13:18:15 -0500 Subject: nm 29.4.3 rc1 --- newmoon/README.md | 4 ++++ newmoon/_service | 29 +++++++++++++++++++++++++++++ newmoon/debian/changelog | 13 +++++++++++++ newmoon/debian/newmoon+devuan.dsc | 2 +- newmoon/newmoon.spec | 5 ++++- 5 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 newmoon/_service (limited to 'newmoon') diff --git a/newmoon/README.md b/newmoon/README.md index 5553a8b..c011701 100644 --- a/newmoon/README.md +++ b/newmoon/README.md @@ -21,5 +21,9 @@ Credit goes to so many sources and inspirations: * 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 +Fold the debian changelog notes with: + + :'<,'>!sed -r -e 's/^ */* /;' | fold -w 72 -s | sed -r -e 's/^([^\*])/ \1/;' -e 's/^\*/ */;' + # Differences from upstream diff -aur palemoon newmoon | vi - diff --git a/newmoon/_service b/newmoon/_service new file mode 100644 index 0000000..7817a67 --- /dev/null +++ b/newmoon/_service @@ -0,0 +1,29 @@ + + + git + https://gitlab.com/bgstack15/stackrpms.git + newmoon/debian + debian + newmoon-bump + _none_ + + + *.tar + xz + + + git + https://gitlab.com/opensource-tracking/palemoon.git + db5ee3c1968212742b4ed8b9883069ea7b03f0e1 + _none_ + enable + + + *.tar + gz + + + *.tar.xz + */*.dsc + + diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 725d65a..b67b300 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,16 @@ +newmoon (29.4.3-1+devuan) obs; urgency=medium + + - This is a security update with a few extras. + * Restored the FUEL abstraction library again. + * Added some extra sanity checks to timers and text fragments. DiD + * Added a potential crash safeguard in program threading logic. DiD + * Fixed the following security issues: CVE-2021-43537, CVE-2021-43541, + CVE-2021-43536, CVE-2021-43545 and CVE-2021-43542. + * Unified XUL Platform Mozilla Security Patch Summary: 5 fixed, 3 DiD, + 10 not applicable. + + -- B. Stack Tue, 04 Jan 2022 12:54:49 -0500 + newmoon (29.4.2-1+devuan) obs; urgency=medium - This is a security update. diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index 2a1ef76..5485498 100644 --- a/newmoon/debian/newmoon+devuan.dsc +++ b/newmoon/debian/newmoon+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: newmoon Binary: newmoon Architecture: any -Version: 29.4.2-1+devuan +Version: 29.4.3-1+devuan Maintainer: B. Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index 9cf74a9..096432e 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -44,7 +44,7 @@ Name: newmoon Name: newmoon %endif Summary: Newmoon web browser -Version: 29.4.2 +Version: 29.4.3 Release: 1 Group: Networking/Web @@ -300,6 +300,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Tue Jan 04 2021 B. Stack - 29.4.3-1 +- update version + * Tue Nov 11 2021 B. Stack - 29.4.2-1 - update version -- cgit