From 3bf49621b04e79386c720067531523df595b909d Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 27 Oct 2020 20:12:09 -0400 Subject: pm/nm 28.15.0 rpm/dpkg rc1 rpm using new source location, attempt 1 make newmoon even closer to palemoon to hopefully increase stability --- newmoon/debian/changelog | 16 ++++++++++++++++ newmoon/debian/mozconfig | 4 ++-- newmoon/debian/newmoon+devuan.dsc | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) (limited to 'newmoon') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index 8133e6d..ad2863e 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,3 +1,19 @@ +newmoon (28.15.0-1+devuan) obs; urgency=low + + * This is a standard development and bugfix release. + - Implemented support for CSS caret-color. + - Implemented support for un-prefixed ::selection CSS pseudo-element styling. + - Fixed another potential crashing scenario in ResizeObservers. + - Fixed several crashes in the DOM Fetch API. + - Fixed a crash in table pagination. + - Security issues fixed: CVE-2020-15680 (VG-VD-20-115) and several memory safety hazards. + - Unified XUL Platform Mozilla Security Patch Summary: 1 fixed, 2 defense-in-depth, 12 not applicable. + * reenable jemalloc to match palemoon. + * disable eme to match palemoon. + * so now newmoon's only changes are config location and branding. + + -- Ben Stack Tue, 27 Oct 2020 20:05:31 -0400 + newmoon (28.14.2-3+devuan) obs; urgency=low * disable all use-system options to see if stability returns diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index e20c7e2..c21b677 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -23,13 +23,13 @@ ac_add_options --enable-optimize="-O2 -Wl,--no-keep-memory -Wl,--reduce-memory-o # accepts either gtk2 or gtk3 here, but gtk2 is only officially supported option ac_add_options --enable-default-toolkit=cairo-gtk2 ac_add_options --enable-devtools -ac_add_options --disable-jemalloc +ac_add_options --enable-jemalloc ac_add_options --with-pthreads ac_add_options --enable-strip ac_add_options --enable-phoenix-extensions # Disables ac_add_options --disable-debug -ac_add_options --enable-eme +ac_add_options --disable-eme ac_add_options --disable-gamepad ac_add_options --disable-necko-wifi ac_add_options --disable-tests diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index 62e073b..88b504a 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: 28.14.2-3+devuan +Version: 28.15.0-1+devuan Maintainer: B Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 -- cgit