summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-11 11:34:13 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-11 11:34:13 -0400
commitf7e29e5ac06494304972269d77fd8bc748a7cc4d (patch)
tree39fd7cb24c1d93c033fcf04f42e19f638033f0fa /newmoon
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-f7e29e5ac06494304972269d77fd8bc748a7cc4d.tar.gz
stackrpms-f7e29e5ac06494304972269d77fd8bc748a7cc4d.tar.bz2
stackrpms-f7e29e5ac06494304972269d77fd8bc748a7cc4d.zip
nm 31.1.1 rc1
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/changelog62
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
-rw-r--r--newmoon/newmoon.spec5
3 files changed, 67 insertions, 2 deletions
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 <bgstack15@gmail.com> 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
+ <select> and similar elements wouldn't properly update the option list.
+ * Disabled broken links to MDN articles in developer tools.
+ * Updated media support to include support for libavcodec 59/FFmpeg 5.0
+ for MP4 playback on Linux (thanks, Travis!)
+ * Enabled the date picker for <input type=date>. 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com>
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 <bgstack15@gmail.com> - 31.1.1-1
+- update version
+
* Sun May 22 2022 B. Stack <bgstack15@gmail.com> - 30.0.0-1
- update version
- remove revert-mach-file patch
bgstack15