summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/changelog18
-rw-r--r--newmoon/newmoon.spec5
-rw-r--r--newmoon/nm-gcc-11.patch1
3 files changed, 23 insertions, 1 deletions
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 <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.
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 <bgstack15@gmail.com> - 29.4.4-1
+- update version
+
* Tue Jan 04 2022 B. Stack <bgstack15@gmail.com> - 29.4.3-1
- update version
- add revert-mach-file patch from stevepusser
diff --git a/newmoon/nm-gcc-11.patch b/newmoon/nm-gcc-11.patch
index 9ab7f75..1dc8528 100644
--- a/newmoon/nm-gcc-11.patch
+++ b/newmoon/nm-gcc-11.patch
@@ -2,6 +2,7 @@ Summary: Make Palemoon compile with gcc 11
Author: gentooman
Linked from: https://repo.palemoon.org/mcp-graveyard/UXP/issues/1804
Source: https://dpaste.com/AF96RDF74
+Source1: https://github.com/saloniamatteo/palemoon/blob/master/www-client/palemoon/files/add-limits-to-includes.patch
Date: 2021-08-10
Message:
By adding the <limits> to all these files, we can avoid compilation errors on
bgstack15