diff options
Diffstat (limited to 'palemoon/debian')
-rw-r--r-- | palemoon/debian/changelog | 13 | ||||
-rw-r--r-- | palemoon/debian/palemoon+devuan.dsc | 2 | ||||
-rw-r--r-- | palemoon/debian/patches/bgstack15-palemoon.patch | 8 |
3 files changed, 17 insertions, 6 deletions
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/debian/patches/bgstack15-palemoon.patch b/palemoon/debian/patches/bgstack15-palemoon.patch index f0bd4fa..191781b 100644 --- a/palemoon/debian/patches/bgstack15-palemoon.patch +++ b/palemoon/debian/patches/bgstack15-palemoon.patch @@ -1,9 +1,7 @@ diff -Naur 28.4.1-0/application/palemoon/branding/shared/locales/browserconfig.properties 28.4.1-1/application/palemoon/branding/shared/locales/browserconfig.properties ---- 28.4.1-0/palemoon/branding/shared/locales/browserconfig.properties 2019-03-26 13:33:15.000000000 -0400 -+++ 28.4.1-1/palemoon/branding/shared/locales/browserconfig.properties 2019-03-27 10:44:23.578435642 -0400 -@@ -3,5 +3,5 @@ - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - +--- pale-moon.orig/palemoon/branding/shared/locales/browserconfig.properties 2020-10-24 07:14:54.000000000 -0400 ++++ pale-moon/palemoon/branding/shared/locales/browserconfig.properties 2020-10-27 20:35:29.301883148 -0400 +@@ -1,3 +1,3 @@ # Do NOT localize or otherwise change these values -browser.startup.homepage=http://start.palemoon.org/ -browser.startup.homepage_reset=http://start.palemoon.org/ |