summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newmoon/debian/changelog16
-rw-r--r--newmoon/debian/mozconfig4
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
-rw-r--r--palemoon/debian/changelog13
-rw-r--r--palemoon/debian/palemoon+devuan.dsc2
-rw-r--r--palemoon/palemoon.spec12
6 files changed, 41 insertions, 8 deletions
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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 925924e..e79c5e6 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,16 @@
+palemoon (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.
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 27 Oct 2020 20:05:31 -0400
+
palemoon (28.14.2-1+devuan) obs; urgency=low
* Fixed some additional crashes caused by the ResizeObserver API. This should take care of all crashes that have been attributed to this new code.
diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc
index 9324f3e..dcd6601 100644
--- a/palemoon/debian/palemoon+devuan.dsc
+++ b/palemoon/debian/palemoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: palemoon
Binary: palemoon
Architecture: any
-Version: 28.14.2-1+devuan
+Version: 28.15.0-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 9ff45fb..dd62fbd 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -5,7 +5,7 @@
%global stackrpms_custom 1
# derive from inside the full source tree or from notes at https://github.com/MoonchildProductions/Pale-Moon/releases
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_tag RELBASE_20200929
+%global submodule_platform_tag RELBASE_20201024
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -42,14 +42,14 @@ Name: palemoon-stackrpms
Name: palemoon
%endif
Summary: Pale Moon web browser
-Version: 28.14.2
+Version: 28.15.0
Release: 1
Group: Networking/Web
License: MPLv2.0
URL: http://linux.palemoon.org/
-Source0: https://github.com/MoonchildProductions/Pale-Moon/archive/%{version}_Release.tar.gz
-Source1: https://github.com/MoonchildProductions/UXP/archive/%{submodule_platform_tag}.tar.gz
+Source0: https://repo.palemoon.org/MoonChildProductions/Pale-Moon/archive/%{version}_Release.tar.gz
+Source1: https://repo.palemoon.org/MoonchildProductions/UXP/archive/%{submodule_platform_tag}.tar.gz
Source2: palemoon-mozconfig
Source3: palemoon.desktop
Source4: palemoon-mimeinfo.xml
@@ -285,6 +285,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Teu Oct 27 2020 B Stack <bgstack15@gmail.com> - 28.15.0-1
+- update version
+- change sources to upstream new location, repos.palemoon.org
+
* Sat Oct 03 2020 B Stack <bgstack15@gmail.com> - 28.14.2-1
- update version
bgstack15