summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-13 14:32:26 +0000
committerB Stack <bgstack15@gmail.com>2019-09-13 14:32:26 +0000
commitfe5d79254302eb6c65475eeeb684f4f8f97d2dd9 (patch)
tree389082d137c51cac5da81151e46c85eb1db8e0d3
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentpm 28.7.1 dpkg rc1 (diff)
downloadstackrpms-fe5d79254302eb6c65475eeeb684f4f8f97d2dd9.tar.gz
stackrpms-fe5d79254302eb6c65475eeeb684f4f8f97d2dd9.tar.bz2
stackrpms-fe5d79254302eb6c65475eeeb684f4f8f97d2dd9.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.7.1 See merge request bgstack15/stackrpms!85
-rw-r--r--palemoon/debian/changelog12
-rw-r--r--palemoon/debian/control44
-rw-r--r--palemoon/palemoon-stackrpms.spec5
-rw-r--r--palemoon/palemoon.spec5
4 files changed, 42 insertions, 24 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/
diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec
index ba92139..a33a0ea 100644
--- a/palemoon/palemoon-stackrpms.spec
+++ b/palemoon/palemoon-stackrpms.spec
@@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.7.0
+Version: 28.7.1
Release: 1
Group: Networking/Web
@@ -284,6 +284,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Thu Sep 12 2019 B Stack <bgstack15@gmail.com> - 28.7.1-1
+- update version
+
* Wed Sep 04 2019 B Stack <bgstack15@gmail.com> - 28.7.0-1
- update version
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 70392ae..6bf621d 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.7.0
+Version: 28.7.1
Release: 1
Group: Networking/Web
@@ -284,6 +284,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Thu Sep 12 2019 B Stack <bgstack15@gmail.com> - 28.7.1-1
+- update version
+
* Wed Sep 04 2019 B Stack <bgstack15@gmail.com> - 28.7.0-1
- update version
bgstack15