FreeBSD Bugzilla – Attachment 249484 Details for
Bug 277922
Mk/bsd.default-versions.mk: Change default version of MySQL to MariaDB 10.11 (mysql=10.11m)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Change default version of MySQL to MariaDB 10.11
mysql-default.diff (text/plain), 2.21 KB, created by
Vladimir Druzenko
on 2024-03-25 20:21:53 UTC
(
hide
)
Description:
Change default version of MySQL to MariaDB 10.11
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2024-03-25 20:21:53 UTC
Size:
2.21 KB
patch
obsolete
>diff --git a/Mk/Uses/mysql.mk b/Mk/Uses/mysql.mk >index 36d6ce454f1c..101021c45043 100644 >--- a/Mk/Uses/mysql.mk >+++ b/Mk/Uses/mysql.mk >@@ -5,8 +5,8 @@ > # > # version If no version is given (by the maintainer via the port), try to > # find the currently installed version. Fall back to default if >-# necessary (MySQL-8.0 = 80, look at bsd.default-versions.mk for >-# possible values). >+# necessary (MariaDB-10.11 = 10.11m, look at bsd.default-versions.mk >+# for possible values). > # client Depends on the libmysqlclient library (default) > # server Depend on the server at run/build time. If none of these is > # set, depends on the client. >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index 73bdfda972cd..57a065e3a30c 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -102,7 +102,7 @@ LUAJIT_DEFAULT?= luajit-devel > # Possible values: 5.10, 5.20, 6.8 > MONO_DEFAULT?= 5.20 > # Possible values: 8.0, 8.1, 10.5m, 10.6m, 10.11m >-MYSQL_DEFAULT?= 8.0 >+MYSQL_DEFAULT?= 10.11m > # Possible values: ninja, samurai > NINJA_DEFAULT?= ninja > # Possible value: 18, 20, 21, current, lts (Note: current = 21 and lts = 20) >diff --git a/UPDATING b/UPDATING >index e226a9cd4695..e20894a2e8eb 100644 >--- a/UPDATING >+++ b/UPDATING >@@ -5,6 +5,28 @@ they are unavoidable. > You should get into the habit of checking this file for changes each time > you update your ports collection, before attempting any port upgrades. > >+20240326: >+ AFFECTS: users of databases/mysql80-(client|server) >+ AUTHOR: vvd@FreeBSD.org >+ >+ The default MySQL version has been updated from MySQL 8.0 to MariaDB 10.11. >+ >+ If you compile your own ports you may keep 8.0 as the default version by >+ adding the following lines to your /etc/make.conf file: >+ >+ # >+ # Keep MySQL 8.0 as default version >+ # >+ DEFAULT_VERSIONS+=mysql=8.0 >+ >+ If you wish to update to the new default version, you need to first stop any >+ running server instance. Then, you will need to follow these steps, depending >+ on installed packages. >+ >+ # pkg set -o databases/mysql80-client:databases/mariadb1011-client >+ # pkg set -o databases/mysql80-server:databases/mariadb1011-server >+ # pkg upgrade >+ > 20240319: > AFFECTS: users of net/rdist6 > AUTHOR: cy@FreeBSD.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 277922
: 249484