summaryrefslogtreecommitdiff
path: root/newmoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r--newmoon/debian/changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 725d65a..c421410 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,34 @@
+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 <bgstack15@gmail.com> 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.
+ * 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 <bgstack15@gmail.com> Tue, 04 Jan 2022 12:54:49 -0500
+
newmoon (29.4.2-1+devuan) obs; urgency=medium
- This is a security update.
bgstack15