slackware-current/source/ap/mariadb/skip-ssl.cnf
Patrick J Volkerding a1ab0f4b02 Sat Nov 30 20:51:05 UTC 2024
a/btrfs-progs-6.12-x86_64-1.txz:  Upgraded.
a/pkgtools-15.1-noarch-19.txz:  Rebuilt.
  make-kernel-backup: report the creation of symlinks. Thanks to Mechanikx.
ap/mariadb-11.4.4-x86_64-5.txz:  Rebuilt.
  Since /etc/default/mariadb skips SSL (--skip-ssl) by default, the client side
  needs to do this by default also. So we've added /etc/my.cnf.d/skip-ssl.cnf
  to configure this, and have added comments in both files about what to change
  in order to enable SSL for both the client and server.
  Thanks to TJ09.
l/alsa-lib-1.2.13-x86_64-2.txz:  Rebuilt.
  [PATCH] UCM2: Intel: sof-hda-dsp: Fix handling of empty sys_vendor.
  Thanks to fulalas.
l/mozjs128-128.5.1esr-x86_64-1.txz:  Upgraded.
l/pulseaudio-17.0-x86_64-5.txz:  Rebuilt.
  In the X11/Wayland startup files, test the configuration better to make sure
  that we actually wanted autospawn before assuming we should start pulseaudio
  manually because autospawn wasn't working.
  Thanks to crtlaltca for the bug report.
xap/mozilla-firefox-128.5.1esr-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/128.5.1/releasenotes/
2024-11-30 22:42:36 +01:00

9 lines
394 B
INI

# The default options for MariaDB (in /etc/default/mariadb) include
# --skip-ssl, so the client must also skip SSL in order to access the
# database. If you enable SSL by removing the --skip-ssl option from
# /etc/default/mariadb, then you must also comment out the lines below.
# Don't just remove this file or it will reappear with every mariadb
# package upgrade!
[client-mariadb]
skip-ssl