summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-12 16:20:40 -0400
committerB Stack <bgstack15@gmail.com>2019-09-12 16:20:40 -0400
commite2928677d04202b7e32f1aeb4e239d89e5dbd6e5 (patch)
tree0536220791929e3be698c9942ba40da3e9b88f70 /palemoon
parentpalemoon 28.7.1 rpm rc1 (diff)
downloadstackrpms-e2928677d04202b7e32f1aeb4e239d89e5dbd6e5.tar.gz
stackrpms-e2928677d04202b7e32f1aeb4e239d89e5dbd6e5.tar.bz2
stackrpms-e2928677d04202b7e32f1aeb4e239d89e5dbd6e5.zip
pm 28.7.1 dpkg rc1
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog12
-rw-r--r--palemoon/debian/control44
2 files changed, 34 insertions, 22 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index bcba200..7f94380 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,15 @@
+palemoon (28.7.1-1+devuan) obs; urgency=medium
+
+ * From releasenotes.shtml: This is a security and bugfix update.
+ - Fixed an issue where saving a webpage to disk would sometimes drop tags from the document.
+ - Fixed an issue with click-to-play plugin content throwing up a blank notification.
+ - Fixed an issue in the renderer where region intersections would sometimes return the wrong result.
+ - This fixes a regression caused by the fix for CVE-2016-5252.
+ - Fixed security issues: CVE-2019-11744, CVE-2019-11752, CVE-2019-11737, CVE-2019-11746, CVE-2019-11750, CVE-2019-11747 and CVE-2019-11738.
+ - Unified XUL Platform Mozilla Security Patch Summary: 7 fixed, 1 DiD, 1 already covered, 22 not applicable.
+
+ -- B Stack <bgstack15@gmail.com> Wed, 04 Sep 2019 08:23:21 -0400
+
palemoon (28.7.0-1+devuan) obs; urgency=medium
* From releasenotes.shtml: This is a major development update involving a partial JavaScript engine overhaul.
diff --git a/palemoon/debian/control b/palemoon/debian/control
index b24d8b4..bc85aaf 100644
--- a/palemoon/debian/control
+++ b/palemoon/debian/control
@@ -4,28 +4,28 @@ Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Bugs: mailto: <bgstack15@gmail.com>
XSBC-Original-Maintainer: Steven Pusser <stevep@mxlinux.org>
-Build-Depends: autoconf2.13,
- build-essential,
- debhelper (>= 9),
- gcc-8, g++-8, cpp-8,
- libasound2-dev,
- libbz2-dev,
- libdbus-glib-1-dev (>= 0.60),
- libegl1-mesa-dev,
- libgconf2-dev (>= 1.2.1),
- libgtk2.0-dev (>= 2.14),
- libsqlite3-dev,
- libssl-dev,
- libx11-xcb-dev,
- libxt-dev,
- lsb-release,
- pkg-config,
- python (>= 2.7),
- python-dbus,
- unzip,
- yasm (>= 1.1),
- zip,
- zlib1g-dev,
+Build-Depends: debhelper (>= 9),
+ autoconf2.13,
+ build-essential,
+ gcc-8, g++-8, cpp-8,
+ libasound2-dev,
+ libbz2-dev,
+ libdbus-glib-1-dev (>= 0.60),
+ libegl1-mesa-dev,
+ libgconf2-dev (>= 1.2.1),
+ libgtk2.0-dev (>= 2.14),
+ libsqlite3-dev,
+ libssl-dev,
+ libx11-xcb-dev,
+ libxt-dev,
+ lsb-release,
+ pkg-config,
+ python (>= 2.7),
+ python-dbus,
+ unzip,
+ yasm (>= 1.1),
+ zip,
+ zlib1g-dev,
Standards-Version: 3.9.6
Homepage: http://www.palemoon.org/
bgstack15