Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3714642
D3019.id7704.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3019.id7704.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 5, 18:14 (11 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2230695
Default Alt Text
D3019.id7704.diff (1 KB)
Attached To
Mode
D3019: Enable latest FreeBSD repository on dbserver-mysql
Attached
Detach File
Event Timeline
Log In to Comment