Page MenuHomeDevCentral

D3019.diff
No OneTemporary

D3019.diff

diff --git a/hotfixes/MariaDB.sls b/hotfixes/MariaDB.sls
new file mode 100644
--- /dev/null
+++ b/hotfixes/MariaDB.sls
@@ -0,0 +1,24 @@
+# -------------------------------------------------------------
+# Salt — Hotfixes to mitigate bugs and security issues
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# MariaDB 10.11
+#
+# Port for MariaDB 10.11 has been added in April 2023 and
+# isn't currently available in quarterly.
+#
+# The new cluster db-B needs it for proper Unicode collation.
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+{% if salt['node.has_role']('dbserver-mysql') %}
+
+/etc/pkg/FreeBSD.conf:
+ file.replace:
+ - pattern: quarterly
+ - repl: latest
+
+{% endif %}
diff --git a/hotfixes/init.sls b/hotfixes/init.sls
--- a/hotfixes/init.sls
+++ b/hotfixes/init.sls
@@ -10,4 +10,5 @@
- .CVE-2017-6074
- .T1261-srv-data
- .T1345-drop-jails-from-ysul
+ - .MariaDB
- .old-directories

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 7, 16:35 (22 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2180682
Default Alt Text
D3019.diff (1 KB)

Event Timeline