summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-04-01 12:54:58 -0400
committerB Stack <bgstack15@gmail.com>2021-04-01 12:54:58 -0400
commit1575ae598530931561cd9a1649e7446898733428 (patch)
tree20cbc0d6ef19a33d140dc84b110bf86739f1e0d5 /newmoon
parentMerge branch 'xdg-themes-bump' into 'master' (diff)
downloadstackrpms-1575ae598530931561cd9a1649e7446898733428.tar.gz
stackrpms-1575ae598530931561cd9a1649e7446898733428.tar.bz2
stackrpms-1575ae598530931561cd9a1649e7446898733428.zip
pm 29.1.1 rc1
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/changelog11
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
-rw-r--r--newmoon/newmoon.spec7
3 files changed, 17 insertions, 3 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 6dfdd11..059ab31 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,14 @@
+newmoon (29.1.1-1+devuan) obs; urgency=medium
+
+ * Changes/fixes:
+ - Updated NSS to fix certificate import and keygen regressions.
+ - Removed restrictions for units of width/height attributes on SVG elements.
+ - Enabled scrollbar-width CSS keyword by default.
+ - Security issues addressed: CVE-2021-23981 and a DiD fix for potential document parser confusion.
+ - Unified XUL Platform Mozilla Security Patch Summary: 2 DiD, 9 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 01 Apr 2021 12:53:29 -0400
+
newmoon (29.1.0-1+devuan) obs; urgency=medium
* New features:
diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc
index f8dc554..b730467 100644
--- a/newmoon/debian/newmoon+devuan.dsc
+++ b/newmoon/debian/newmoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: newmoon
Binary: newmoon
Architecture: any
-Version: 29.1.0-1+devuan
+Version: 29.1.1-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index 4e368a7..6c14abb 100644
--- a/newmoon/newmoon.spec
+++ b/newmoon/newmoon.spec
@@ -5,7 +5,7 @@
%global stackrpms_custom 1
# derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_tag RELBASE_20210302
+%global submodule_platform_tag RELBASE_20210330
%global badname palemoon
# additional repos to get python27 and devtoolset-7
@@ -43,7 +43,7 @@ Name: newmoon
Name: newmoon
%endif
Summary: Newmoon web browser
-Version: 29.1.0
+Version: 29.1.1
Release: 1
Group: Networking/Web
@@ -298,6 +298,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Thu Apr 01 2021 B. Stack <bgstack15@gmail.com> - 29.1.1-1
+- update version
+
* Tue Mar 16 2021 B. Stack <bgstack15@gmail.com> - 29.1.0-1
- Fork rpm to newmoon
- remove "stackrpms" suffix
bgstack15