summaryrefslogtreecommitdiff
path: root/palemoon/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-15 11:57:01 +0000
committerB Stack <bgstack15@gmail.com>2020-04-15 11:57:01 +0000
commita48b5d58b1030db46e50c21e818a38deba62576e (patch)
treee14f7be2d6d718649b6808ffd1b76194bc622b0d /palemoon/debian
parentMerge branch 'powerkit-bump' into 'master' (diff)
parentpm dpkg: add libfontconfig-dev just so it can build (diff)
downloadstackrpms-a48b5d58b1030db46e50c21e818a38deba62576e.tar.gz
stackrpms-a48b5d58b1030db46e50c21e818a38deba62576e.tar.bz2
stackrpms-a48b5d58b1030db46e50c21e818a38deba62576e.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.9.1 See merge request bgstack15/stackrpms!149
Diffstat (limited to 'palemoon/debian')
-rw-r--r--palemoon/debian/changelog15
-rw-r--r--palemoon/debian/control2
-rw-r--r--palemoon/debian/palemoon_devuan.dsc6
3 files changed, 20 insertions, 3 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 68e0945..4a161ca 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,18 @@
+palemoon (28.9.1-1+devuan) obs; urgency=medium
+
+ * This is a minor security and bugfix release.
+ - Re-imported the ExtensionStorage js module for use by browser extensions.
+ - Fixed an issue with the WebRequest module having erroneously un-processed build directives in it. This might have caused some subtle breakage.
+ - Removed the use of high-resolution Windows system timers from the layout refresh driver; this should help with some performance and battery life issues.
+ - Fixed an issue where various parts of hardware acceleration weren't properly linked when changing the option from preferences.
+ - If you have changed the preferences option to "use hardware acceleration when available" between 28.9.0 and this release, it is recommended that you go into preferences and toggle the option off/on to the preferred setting to correct any discrepancies.
+ - Fixed an issue with building the user-agent string using the build date as ID.
+ - Fixed an issue with the release of document content viewers (CVE-2020-6819). DiD
+ - Fixed an issue with handling functions with rest parameters. DiD
+ - Unified XUL Platform Mozilla Security Patch Summary: 2 Defense-in-depth, 14 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 10 Apr 2020 13:58:30 -0400
+
palemoon (28.9.0.2-1+devuan) obs; urgency=medium
* This is a small bugfix update addressing 2 more important issues in 28.9.0.
diff --git a/palemoon/debian/control b/palemoon/debian/control
index 29b9108..e9fa32b 100644
--- a/palemoon/debian/control
+++ b/palemoon/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 12),
autoconf2.13,
libasound2-dev,
libdbus-glib-1-dev (>= 0.60),
+ libfontconfig-dev,
libgconf2-dev (>= 1.2.1),
libgtk2.0-dev (>= 2.14),
libssl-dev,
@@ -21,6 +22,7 @@ Build-Depends: debhelper (>= 12),
yasm (>= 1.1),
zip,
zlib1g-dev,
+# libfontconfig-dev only added for Debian OBS which is choking as of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps: libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev
Standards-Version: 3.9.6
Homepage: http://www.palemoon.org/
diff --git a/palemoon/debian/palemoon_devuan.dsc b/palemoon/debian/palemoon_devuan.dsc
index 5e8d62f..eca025f 100644
--- a/palemoon/debian/palemoon_devuan.dsc
+++ b/palemoon/debian/palemoon_devuan.dsc
@@ -2,11 +2,11 @@ Format: 3.0 (quilt)
Source: palemoon
Binary: palemoon
Architecture: any
-Version: 28.9.0.2-1+devuan
+Version: 28.9.1-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
-Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 12), autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk2.0-dev (>= 2.14), libssl-dev, libx11-xcb-dev, libxt-dev, lsb-release, mesa-common-dev, pkg-config, python (>= 2.7), unzip, yasm (>= 1.1), zip, zlib1g-dev
+Standards-Version: 4.1.4
+Build-Depends: debhelper (>= 12), autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk2.0-dev (>= 2.14), libssl-dev, libx11-xcb-dev, libxt-dev, lsb-release, mesa-common-dev, pkg-config, python (>= 2.7), unzip, yasm (>= 1.1), zip, zlib1g-dev, libfontconfig-dev
Package-List:
palemoon deb web optional arch=any
Files:
bgstack15