summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-20 13:54:21 +0000
committerB Stack <bgstack15@gmail.com>2020-02-20 13:54:21 +0000
commitcb43db08689c12c692de7384614a65a8173b7be0 (patch)
tree091c1e4cdcb55e319026d11ba875c1faa5cd28e7
parentMerge branch 'ublock-bump' into 'master' (diff)
parentpalemoon: bump version in spec (diff)
downloadstackrpms-cb43db08689c12c692de7384614a65a8173b7be0.tar.gz
stackrpms-cb43db08689c12c692de7384614a65a8173b7be0.tar.bz2
stackrpms-cb43db08689c12c692de7384614a65a8173b7be0.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.8.3 See merge request bgstack15/stackrpms!128
-rw-r--r--palemoon/debian/changelog13
-rw-r--r--palemoon/debian/palemoon_devuan.dsc13
-rw-r--r--palemoon/palemoon.spec5
3 files changed, 30 insertions, 1 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 7925c68..be7de51 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,16 @@
+palemoon (28.8.3-1+devuan) obs; urgency=medium
+
+ * From releasenotes.shtml: This is a small bugfix and compatibility update.
+ - Fixed an issue in CSP blocking requests without a port for custom schemes.
+ - Fixed a potentially hazardous crash in layers.
+ - Fixed random crashes on some sites using IndexedDB.
+ - Changed the way the application can be invoked from the command-line to prevent a whole class of potential exploits involving modified omnijars.
+ - If your special-needs environment requires that you launch the browser with custom browser/gre omnijars from the command-line, you must set the UXP_CUSTOM_OMNI environment variable before launch from this point forward.
+ - Fixed an issue in the html parser after using HTML5 template tags, allowing JavaScript parsing and execution when it should not be allowed, risking XSS vulnerabilities on sites relying on correct operation of the browser. (CVE-2020-6798)
+ - Unified XUL Platform Mozilla Security Patch Summary: 2 fixed, 2 DiD, 10 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 18 Feb 2020 11:06:28 -0500
+
palemoon (28.8.2.1-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
new file mode 100644
index 0000000..7824608
--- /dev/null
+++ b/palemoon/debian/palemoon_devuan.dsc
@@ -0,0 +1,13 @@
+Format: 3.0 (quilt)
+Source: palemoon
+Binary: palemoon
+Architecture: any
+Version: 28.8.3-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
+Original-Maintainer: Steven Pusser <stevep@mxlinux.org>
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 8fe2e31..eadbd09 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.2.1
+Version: 28.8.3
Release: 1
Group: Networking/Web
@@ -279,6 +279,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Tue Feb 18 2020 B Stack <bgstack15@gmail.com> - 28.8.3-1
+- update version
+
* Wed Feb 05 2020 B Stack <bgstack15@gmail.com> - 28.8.2.1-1
- update version
- drop the vanilla release
bgstack15