From e2928677d04202b7e32f1aeb4e239d89e5dbd6e5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 12 Sep 2019 16:20:40 -0400 Subject: pm 28.7.1 dpkg rc1 --- palemoon/debian/changelog | 12 ++++++++++++ palemoon/debian/control | 44 ++++++++++++++++++++++---------------------- 2 files changed, 34 insertions(+), 22 deletions(-) (limited to 'palemoon') 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 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 Bugs: mailto: XSBC-Original-Maintainer: Steven Pusser -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/ -- cgit