summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newmoon/_service4
-rw-r--r--newmoon/debian/changelog62
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
-rw-r--r--newmoon/newmoon.spec7
-rw-r--r--notepadpp/debian/changelog31
5 files changed, 101 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
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index ed7a1b3..e46ca74 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,34 @@
+notepadpp (8.4.3-1+devuan) obs; urgency=medium
+
+ * Add an option which allows to show only 1 entry per found line in
+ search result. (Fix #2481, #1499, #5547, #2987, #4525, #3224)
+ * Make EOL (CRLF) display customizable (via Editing section of
+ Preferences dialog). (Fix #11413)
+ * Add 2 more shortcuts "plus" (new file) and "arrow" (drop down list of
+ opened files) buttons on menu bar. (Fix #11229)
+ * Update Lexilla to 5.1.7 & Scintilla to 5.2.3 and use new API for
+ large files. (Implement #11734)
+ * Fix Find in files performance regression since updating Scintilla 5.
+ (Fix #11814)
+ * Add dark mode support for plugins - support dark mode for plugins
+ with docking GUI. (Fix #11710, implement #11767)
+ * Fix a crash issue due to opening an empty .NFO file. (Fix #11820)
+ * Fix language fonts regression in Style Configurator (make font
+ definition possible again). (Fix #11786)
+ * Add NPPM_CREATELEXER message for plugins to instantiate lexers. (Fix
+ #11789)
+ * Enhance dark mode (edge colors). (Fix #11207, #11376)
+ * Fix "CMD Here" command open Explorer issue. (Fix #11818)
+ * Fix crash issue of "Style Configurator…" command if "stylers.xml"
+ is absent. (Fix #11812)
+ * Fix Selected text changes color issue when editor window loses focus.
+ (Fix #11743)
+ * Skip save all warning dialog if only current editing file is dirty.
+ (Fix #10995)
+ * Fix a small regression in DebugInfo dialog. (Fix #11752)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 11 Jul 2022 15:48:41 -0400
+
notepadpp (8.4.2-1+devuan) obs; urgency=medium
* Fix crash on "Copy Binary Content" command without selection on edit
bgstack15