mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
a1ab0f4b02
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/
12 lines
445 B
Text
12 lines
445 B
Text
# Default options for starting mariadb:
|
|
#
|
|
# --skip-networking
|
|
# This option rejects incoming network connections for increased security.
|
|
# Remove this option if you require these connections.
|
|
#
|
|
# --skip-ssl
|
|
# Disable SSL/TLS and automatic self-signed certificate generation.
|
|
# Remove this option if you require SSL/TLS support.
|
|
# You must also comment out the lines in /etc/my.cnf.d/skip-ssl.cnf.
|
|
|
|
MARIADB_OPTIONS="--skip-networking --skip-ssl"
|