From f7e29e5ac06494304972269d77fd8bc748a7cc4d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 11 Jul 2022 11:34:13 -0400 Subject: nm 31.1.1 rc1 --- newmoon/debian/changelog | 62 +++++++++++++++++++++++++++++++++++++++ newmoon/debian/newmoon+devuan.dsc | 2 +- newmoon/newmoon.spec | 5 +++- 3 files changed, 67 insertions(+), 2 deletions(-) (limited to 'newmoon') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 59054dc..f3d04d8 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,65 @@ +newmoon (31.1.1-1) obs; urgency=medium + + * Changes/fixes: + * Updated the list of blocked external protocol handlers to combat + abuse of OS-supplied services on Windows. + * Fixed a potential issue with revoked site certificates when + connecting through a proxy. + * Updated NSS to 3.52.7 to pick up some security fixes. + * Updated site-specific user agent overrides to work around bad + sniffing practices of dropbox and vimeo. + * Security issues addressed: CVE-2022-34478, CVE-2022-34476, + CVE-2022-34480 DiD, CVE-2022-34472, CVE-2022-34475 DiD, CVE-2022-34473 + DiD, CVE-2022-34481 and a memory safety issue that doesn't have a CVE + number. + * UXP Mozilla security patch summary: 4 fixed, 4 DiD, 2 rejected, 11 + not applicable. + + -- B. Stack Mon, 11 Jul 2022 11:34:11 -0400 + +newmoon (31.1.0-1) UNRELEASED; urgency=medium + + * Changes/fixes: + * Added Mojeek as an additional search engine in the browser. See + implementation notes. + * Implemented "nullish coalescing operator" (thanks, FranklinDM!) for + web compatibility. + * Fixed various crash scenarios in XPCOM. + * Fixed an important stability and performance issue related to + hardware acceleration. + * Fixed a long-standing issue where overly-long address bar tooltips + wouldn't break into multiple lines but instead cut off on the right + side. + * Fixed a long-standing issue where dynamic datalist updates for + . See implementation + notes. + * Re-enabled the use of FIPS mode for NSS. See implementation notes. + * Improved memory handling and memory safety in the JavaScript engine, + further reducing current and future crash scenarios. + * Improved memory handling in the graphics subsystem of Goanna. + * Updated FFvpx to v4.2.7 + * Slightly reduced strictness of media checking for improved + compatibility with questionable "gif" video encoders used on major + websites. + * Cleaned up the way file pickers (file open/save/save as dialogs) are + handled on Windows. + * Restored the gMultiProcessBrowser property of the browser for Firefox + extension compatibility. See implementation notes. + * Improved the way data is transferred to and from canvases to prevent + memory safety issues. + * Updated NSS to 3.52.6 to address security issues. + * Reduced blocking severity for some extensions that were marked hard + blockers for GRE (but aren't for UXP). + * Security issues addressed: CVE-2022-31739, CVE-2022-31741, and other + security issues that do not have a CVE number. + * UXP Mozilla security patch summary: 2 fixed, 1 DiD, 26 not applicable. + + -- B. Stack Mon, 11 Jul 2022 11:33:18 -0400 + newmoon (31.0.0-1) obs; urgency=medium * Major milestone release: diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index a72960c..00fc105 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: 31.0.0-1+devuan +Version: 31.1.1-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 f2e6d48..7e89ff2 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -44,7 +44,7 @@ Name: newmoon Name: newmoon %endif Summary: Newmoon web browser -Version: 31.0.0 +Version: 31.1.1 Release: 1 Group: Networking/Web @@ -300,6 +300,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Mon Jul 11 2022 B. Stack - 31.1.1-1 +- update version + * Sun May 22 2022 B. Stack - 30.0.0-1 - update version - remove revert-mach-file patch -- cgit