diff options
Diffstat (limited to 'newmoon')
-rw-r--r-- | newmoon/_service | 4 | ||||
-rw-r--r-- | newmoon/debian/changelog | 62 | ||||
-rw-r--r-- | newmoon/debian/newmoon+devuan.dsc | 2 | ||||
-rw-r--r-- | newmoon/newmoon.spec | 7 |
4 files changed, 70 insertions, 5 deletions
diff --git a/newmoon/_service b/newmoon/_service index 7817a67..5931ce3 100644 --- a/newmoon/_service +++ b/newmoon/_service @@ -13,8 +13,8 @@ </service> <service name="tar_scm"> <param name="scm">git</param> - <param name="url">https://gitlab.com/opensource-tracking/palemoon.git</param> - <param name="revision">db5ee3c1968212742b4ed8b9883069ea7b03f0e1</param> + <param name="url">https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git</param> + <param name="revision">31.1.1_Release</param> <param name="version">_none_</param> <param name="submodules">enable</param> </service> 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..83454c1 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -4,7 +4,7 @@ %global stackrpms_custom 1 # derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RB_20220510 +%global submodule_platform_tag RB20220707 %global badname palemoon %global git_commit db5ee3c1968212742b4ed8b9883069ea7b03f0e1 %global tarballdir pale-moon @@ -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 |