summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-20 14:03:16 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-20 14:03:16 -0500
commita26bd33305631d1c5d7ddbff88b61b19ce424d4e (patch)
tree47b78f5856c4d9630930a694f46392e435ef8b55 /newmoon
parentMerge branch 'newmoon-bump' into 'master' (diff)
downloadstackrpms-a26bd33305631d1c5d7ddbff88b61b19ce424d4e.tar.gz
stackrpms-a26bd33305631d1c5d7ddbff88b61b19ce424d4e.tar.bz2
stackrpms-a26bd33305631d1c5d7ddbff88b61b19ce424d4e.zip
nm 29.4.4 attempt 1
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/changelog18
-rw-r--r--newmoon/newmoon.spec5
2 files changed, 22 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
bgstack15