summaryrefslogtreecommitdiff
path: root/newmoon/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-09-15 16:10:21 -0400
committerB. Stack <bgstack15@gmail.com>2021-09-15 16:10:21 -0400
commita581cb5025910f417c7aad61d2446b34b6d6acd2 (patch)
tree4995ffc38db79461507808b69864fd3c800759a3 /newmoon/debian
parentnewmoon d/rules dh $@ --without autoreconf (diff)
downloadstackrpms-a581cb5025910f417c7aad61d2446b34b6d6acd2.tar.gz
stackrpms-a581cb5025910f417c7aad61d2446b34b6d6acd2.tar.bz2
stackrpms-a581cb5025910f417c7aad61d2446b34b6d6acd2.zip
use new git tracking repo
Diffstat (limited to 'newmoon/debian')
-rw-r--r--newmoon/debian/changelog25
-rw-r--r--newmoon/debian/newmoon+devuan.dsc4
2 files changed, 20 insertions, 9 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 221ef3d..1de4132 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,14 @@
+newmoon (29.4.1-1+devuan) obs; urgency=medium
+
+ - This is a security update.
+ * Fixed potential crashes. DiD
+ * Fixed a potential indirect exploit of Microsoft Internet Explorer.
+ (CVE-2021-38492)
+ * Unified XUL Platform Mozilla Security Patch Summary: 1 fixed, 2 DiD,
+ 8 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 14 Sep 2021 21:02:17 -0400
+
newmoon (29.4.0-2+devuan) obs; urgency=medium
- Rebuild, with dh $@ --without autoreconf so it can actually build.
@@ -23,28 +34,28 @@ newmoon (29.3.0-1+devuan) obs; urgency=medium
- This is a development, bugfix and security release.
* "Web Developer" is now called "Developer Tools" in the menus.
- * Updated and aligned about:home, the QuickDial page and logopage
+ * Updated and aligned about:home, the QuickDial page and logopage
styling.
* Re-organized the privacy category in the preferences window.
- * Enabled brotli compression for http for sites that support it. See
+ * Enabled brotli compression for http for sites that support it. See
implementation notes.
* Implemented EventTarget as a constructor.
* Updated Windows 10 toolkit styling.
* Updated the port blacklist (removed 10080). See implementation notes.
* CSS: Implemented calc() and animation support for stroke-dashoffset.
- * Added support for checking boolean preferences to chrome CSS style
+ * Added support for checking boolean preferences to chrome CSS style
sheets, to support more advanced theming options.
* Added support for dynamic dark color capable themes in CSS.
- * Updated ResizeObserver implementation to a more recent specification.
+ * Updated ResizeObserver implementation to a more recent specification.
See implementation notes.
* Removed a metric ton of Macintosh code.
* Removed obsolete system theme support from the layout engine.
* Fixed several crashes.
- * Linux: blocked particularly old versions of Mesa/Nouveau drivers due
+ * Linux: blocked particularly old versions of Mesa/Nouveau drivers due
to issues.
- * Security issues addressed: CVE-2021-30547 and several other issues
+ * Security issues addressed: CVE-2021-30547 and several other issues
that don't have a CVE number.
- * Unified XUL Platform Mozilla Security Patch Summary: 3 fixed, 3 DiD,
+ * Unified XUL Platform Mozilla Security Patch Summary: 3 fixed, 3 DiD,
2 deferred (DiD), 12 not applicable.
-- B. Stack <bgstack15@gmail.com> Mon, 19 Jul 2021 19:11:44 -0400
diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc
index aef3ce7..00e3d16 100644
--- a/newmoon/debian/newmoon+devuan.dsc
+++ b/newmoon/debian/newmoon+devuan.dsc
@@ -2,8 +2,8 @@ Format: 3.0 (quilt)
Source: newmoon
Binary: newmoon
Architecture: any
-Version: 29.4.0-2+devuan
-Maintainer: B Stack <bgstack15@gmail.com>
+Version: 29.4.1-1+devuan
+Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
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, mesa-common-dev, pkg-config, python2 (>= 2.7.18-2~) | python (>= 2.7), unzip, yasm (>= 1.1), zip
bgstack15