summaryrefslogtreecommitdiff
path: root/newmoon/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-21 20:36:46 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-21 20:36:46 -0500
commitcb487e2cf283d9bb857067125b7e01493e90e2ba (patch)
tree39936d10346390209f920467bcb09f255a224ace /newmoon/debian
parentadd python2.7 build dep (diff)
downloadstackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.tar.gz
stackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.tar.bz2
stackrpms-cb487e2cf283d9bb857067125b7e01493e90e2ba.zip
nm 32.0.1 rc1
Diffstat (limited to 'newmoon/debian')
-rw-r--r--newmoon/debian/_service2
-rw-r--r--newmoon/debian/changelog15
-rw-r--r--newmoon/debian/newmoon+stackrpms.dsc2
3 files changed, 17 insertions, 2 deletions
diff --git a/newmoon/debian/_service b/newmoon/debian/_service
index 90e9233..b6159f5 100644
--- a/newmoon/debian/_service
+++ b/newmoon/debian/_service
@@ -14,7 +14,7 @@
<service name="tar_scm">
<param name="scm">git</param>
<param name="url">https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git</param>
- <param name="revision">32.0.0_Release</param>
+ <param name="revision">32.0.1_Release</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index c0a403a..f130b34 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,18 @@
+newmoon (32.0.1-1+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Fixed a crash in the new regular expression code.
+ * Added {Extended_Pictographic} unicode property escape to regular
+ expressions.
+ * Fixed a regression in regular expressions for literal parsing of
+ invalid ranges.
+ * Updated NSS to pick up fixes.
+ * Security issues addressed: CVE-2023-25733 DiD, CVE-2023-25739 DiD and
+ CVE-2023-0767.
+ * UXP Mozilla security patch summary: 1 fixed, 2 DiD, 14 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 21 Feb 2023 20:34:55 -0500
+
newmoon (32.0.0-1+stackrpms) obs; urgency=low
* New milestone release:
diff --git a/newmoon/debian/newmoon+stackrpms.dsc b/newmoon/debian/newmoon+stackrpms.dsc
index c09c713..89e3d28 100644
--- a/newmoon/debian/newmoon+stackrpms.dsc
+++ b/newmoon/debian/newmoon+stackrpms.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: newmoon
Binary: newmoon
Architecture: any
-Version: 32.0.0-1+stackrpms
+Version: 32.0.1-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
bgstack15