summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-08 20:03:40 +0000
committerB Stack <bgstack15@gmail.com>2020-03-08 20:03:40 +0000
commit8955c44ec72e7f33dc9b5ab00808f5117b759d11 (patch)
tree2862a45c75f867f7ce625cc12c3a1c80e3461da6 /palemoon
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-8955c44ec72e7f33dc9b5ab00808f5117b759d11.tar.gz
stackrpms-8955c44ec72e7f33dc9b5ab00808f5117b759d11.tar.bz2
stackrpms-8955c44ec72e7f33dc9b5ab00808f5117b759d11.zip
palemoon 28.8.4
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog8
-rw-r--r--palemoon/debian/palemoon_devuan.dsc6
-rw-r--r--palemoon/palemoon.spec5
3 files changed, 15 insertions, 4 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index be7de51..67d8f95 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,11 @@
+palemoon (28.8.4-1+devuan) obs; urgency=low
+
+ * From releasenotes.shtml: This is a small security and compatibility update.
+ - Implemented optional catch binding (ES2019).
+ - Fixed a hazardous crash related to module scripting (CVE-2020-9545).
+
+ -- Ben Stack <bgstack15@gmail.com> Mon, 02 Mar 2020 16:37:14 -0500
+
palemoon (28.8.3-1+devuan) obs; urgency=medium
* From releasenotes.shtml: This is a small bugfix and compatibility update.
diff --git a/palemoon/debian/palemoon_devuan.dsc b/palemoon/debian/palemoon_devuan.dsc
index 7824608..e301989 100644
--- a/palemoon/debian/palemoon_devuan.dsc
+++ b/palemoon/debian/palemoon_devuan.dsc
@@ -2,12 +2,12 @@ Format: 3.0 (quilt)
Source: palemoon
Binary: palemoon
Architecture: any
-Version: 28.8.3-1+devuan
+Version: 28.8.4-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
Files:
- 00000000000000000000000000000000 1 palemoon_28.8.3.orig.tar.gz
- 00000000000000000000000000000000 1 palemoon_28.8.3-1+devuan.debian.tar.xz
+ 00000000000000000000000000000000 1 palemoon_devuan.orig.tar.gz
+ 00000000000000000000000000000000 1 palemoon_devuan.debian.tar.xz
Original-Maintainer: Steven Pusser <stevep@mxlinux.org>
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index eadbd09..6a81708 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.8.3
+Version: 28.8.4
Release: 1
Group: Networking/Web
@@ -279,6 +279,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Mon Mar 02 2020 B Stack <bgstack15@gmail.com> - 28.8.4-1
+- update version
+
* Tue Feb 18 2020 B Stack <bgstack15@gmail.com> - 28.8.3-1
- update version
bgstack15