The MariaDB Native Client library (C driver)
The MariaDB C/C++ connector requires SSL connections by default since versin 3.4.0: https://mariadb.com/kb/en/mariadb-connector-c-3-4-0-release-notes/ However that was made possible by creation of 'zero configuration SSL': https://mariadb.org/mission-impossible-zero-configuration-ssl/ The first LTS that contains it is MariaDB 11.4 Before that the SSL still can be set up, but it requires significant configuration. The version we currently have in this distribution is MariaDB 10.11. In order for all utilities and associated software to still work 'out of the box', without extensive SSL configurations setup, I decided to disable this option. -- This option is supposed to be re-enabled when MariaDB >= 11.4 is introduced as the default MariaDB major version in the distribution. -- Resolves: RHEL-55985 RHEL-69271 RHEL-69269 |
||
---|---|---|
.fmf | ||
plans | ||
.gitignore | ||
client.cnf | ||
gating.yaml | ||
mariadb-connector-c.rpmlintrc | ||
mariadb-connector-c.spec | ||
my.cnf.in | ||
sources | ||
testsuite.patch |