From a26bd33305631d1c5d7ddbff88b61b19ce424d4e Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 20 Jan 2022 14:03:16 -0500 Subject: nm 29.4.4 attempt 1 --- newmoon/debian/changelog | 18 ++++++++++++++++++ newmoon/newmoon.spec | 5 ++++- 2 files changed, 22 insertions(+), 1 deletion(-) (limited to 'newmoon') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index b67b300..c421410 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,21 @@ +newmoon (29.4.4-1+devuan) obs; urgency=medium + + - This is a security update. + * Improved application library loading security. DiD + * Fixed an issue in JavaScript serialization. DiD + * Fixed a potential out-of-bounds issue in IndexedDB. DiD + * Fixed a potential issue in widget data handling code. DiD + * Fixed potentially exploitable crashes in handling truncated/corrupt + media files or streams. + * Fixed an issue in the DOM FileReader code. + * Updated NSS to 3.52.3 to address a security issue. + * Fixed the following security issues: CVE-2022-22736, CVE-2022-22741, + CVE-2021-4140, CVE-2022-22746, CVE-2022-22744 and CVE-2022-22747. + * Unified XUL Platform Mozilla Security Patch Summary: 8 fixed, 4 DiD, + 17 not applicable. + + -- B. Stack Thu, 20 Jan 2022 14:02:40 -0500 + newmoon (29.4.3-1+devuan) obs; urgency=medium - This is a security update with a few extras. diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index 2b857e4..7bd8079 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.3 +Version: 29.4.4 Release: 1 Group: Networking/Web @@ -310,6 +310,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Thu Jan 20 2022 B. Stack - 29.4.4-1 +- update version + * Tue Jan 04 2022 B. Stack - 29.4.3-1 - update version - add revert-mach-file patch from stevepusser -- cgit