Commit graph

7 commits

Author SHA1 Message Date
Patrick J Volkerding
0665074a8c Sat Nov 9 20:28:56 UTC 2024
ap/mariadb-11.4.4-x86_64-3.txz:  Rebuilt.
  Moved default options (--skip-networking --disable-ssl) into
  /etc/default/mariadb. Thanks to y0g1.
 rc.mysqld: use options from /etc/default/mariadb.
 Change db installation example from mysql_install_db to mariadb-install-db.
 Change mysqld to mariadbd in various places.
 Edit the text that's printed after mariadb-install-db to show how to start
 at boot time with chmod +x /etc/rc.d/rc.mysqld.
kde/kid3-3.9.6-x86_64-1.txz:  Upgraded.
l/python-wheel-0.45.0-x86_64-1.txz:  Upgraded.
l/sof-firmware-2024.09.1-noarch-1.txz:  Upgraded.
x/ibus-1.5.31-x86_64-1.txz:  Upgraded.
2024-11-09 22:00:01 +01:00
Patrick J Volkerding
43fb31f23b Thu May 2 23:49:58 UTC 2024
a/btrfs-progs-6.8.1-x86_64-1.txz:  Upgraded.
a/kernel-firmware-20240502_28f75f1-noarch-1.txz:  Upgraded.
a/kernel-generic-6.6.30-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.6.30-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.6.30-x86_64-1.txz:  Upgraded.
ap/mariadb-10.11.7-x86_64-2.txz:  Rebuilt.
  Try to preserve the timestamp on rc.mysqld.new.
d/kernel-headers-6.6.30-x86-1.txz:  Upgraded.
d/llvm-18.1.5-x86_64-1.txz:  Upgraded.
d/rust-1.78.0-x86_64-1.txz:  Upgraded.
k/kernel-source-6.6.30-noarch-1.txz:  Upgraded.
l/SDL2-2.30.3-x86_64-1.txz:  Upgraded.
n/mobile-broadband-provider-info-20240502-noarch-1.txz:  Upgraded.
x/ibus-1.5.30-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-05-03 02:54:36 +02:00
Patrick J Volkerding
821601d7cb Thu Mar 9 20:28:23 UTC 2023
a/openssl-solibs-3.0.8-x86_64-2.txz:  Rebuilt.
ap/dc3dd-7.3.0-x86_64-1.txz:  Upgraded.
ap/mariadb-10.11.2-x86_64-1.txz:  Upgraded.
d/cmake-3.25.3-x86_64-1.txz:  Upgraded.
l/imagemagick-7.1.1_1-x86_64-1.txz:  Upgraded.
l/libieee1284-0.2.11-x86_64-7.txz:  Rebuilt.
  Rebuilt for python3. Thanks to Heinz Wiesinger.
l/libplist-2.2.0-x86_64-4.txz:  Rebuilt.
  Rebuilt for python3. Thanks to Heinz Wiesinger.
l/pipewire-0.3.67-x86_64-1.txz:  Upgraded.
n/ModemManager-1.20.6-x86_64-1.txz:  Upgraded.
n/NetworkManager-1.42.4-x86_64-1.txz:  Upgraded.
n/openssl-3.0.8-x86_64-2.txz:  Rebuilt.
  Fixed man pages. Thanks to marav.
  Add example for enabling the legacy algorithms to /etc/ssl/openssl.cnf.
  Thanks to ctrlaltca.
n/openvpn-2.6.1-x86_64-1.txz:  Upgraded.
x/ibus-libpinyin-1.15.2-x86_64-1.txz:  Upgraded.
x/mesa-22.3.7-x86_64-1.txz:  Upgraded.
2023-03-09 22:34:46 +01:00
Patrick J Volkerding
2cfe36fdb8 Sat Nov 20 20:23:50 UTC 2021
ap/mariadb-10.5.13-x86_64-2.txz:  Rebuilt.
  Install /etc/security/user_map.conf as /etc/security/user_map.conf.new to
  protect it from being overwritten by future upgrades.
  Thanks to Markus Wiesner.
d/python3-3.9.9-x86_64-2.txz:  Rebuilt.
  Do not patch posix_user platlib to use $HOME/.local/lib64 on 64-bit - use
  $HOME/.local/lib for all platforms. This avoids a warning from pip about the
  install location not matching between distutils and sysconfig. Note that this
  might require already installed modules to be moved from $HOME/.local/lib64
  to $HOME/.local/lib (or they could be removed and then reinstalled).
  At first this seemed to be a non-optimal solution for this issue, but other
  distributions are taking this same approach and it appears that the
  posix_user platlib setting has always been ignored until recently.
  If this causes any unexpected issues, let me know.
  Thanks to redneonglow and alijkl.
n/fetchmail-6.4.24-x86_64-1.txz:  Upgraded.
2021-11-21 08:59:57 +01:00
Patrick J Volkerding
0e47cd9c3d Wed Jun 24 20:06:50 UTC 2020
ap/mariadb-10.5.4-x86_64-1.txz:  Upgraded.
d/guile-3.0.4-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
  Looks like the previous bump was a mistake:
  This release fixes the SONAME of libguile-3.0.so, which was erroneously
  bumped in 3.0.3 compared to 3.0.2. Distributions are strongly
  encouraged to use 3.0.4 instead of 3.0.3.
d/make-4.2.1-x86_64-7.txz:  Rebuilt.
  Recompiled against guile-3.0.4.
l/libjpeg-turbo-2.0.5-x86_64-1.txz:  Upgraded.
  This update fixes bugs and a security issue:
  Fixed an issue in the PPM reader that caused a buffer overrun in cjpeg,
  TJBench, or the `tjLoadImage()` function if one of the values in a binary
  PPM/PGM input file exceeded the maximum value defined in the file's header
  and that maximum value was less than 255.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13790
  (* Security fix *)
n/ModemManager-1.14.0-x86_64-1.txz:  Upgraded.
n/curl-7.71.0-x86_64-1.txz:  Upgraded.
  This update fixes security issues:
  curl overwrite local file with -J [111]
  Partial password leak over DNS on HTTP redirect [48]
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8177
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8169
  (* Security fix *)
n/gnutls-3.6.14-x86_64-3.txz:  Rebuilt.
  Recompiled against guile-3.0.4.
n/mutt-1.14.5-x86_64-1.txz:  Upgraded.
x/libwacom-1.4-x86_64-1.txz:  Upgraded.
2020-06-25 08:59:53 +02:00
Patrick J Volkerding
646a5c1cbf Mon May 28 19:12:29 UTC 2018
a/pkgtools-15.0-noarch-13.txz:  Rebuilt.
  installpkg: default line length for --terselength is the number of columns.
  removepkg: added --terse mode.
  upgradepkg: default line length for --terselength is the number of columns.
  upgradepkg: accept -option in addition to --option.
ap/vim-8.1.0026-x86_64-1.txz:  Upgraded.
d/bison-3.0.5-x86_64-1.txz:  Upgraded.
e/emacs-26.1-x86_64-1.txz:  Upgraded.
kde/kopete-4.14.3-x86_64-8.txz:  Rebuilt.
  Recompiled against libidn-1.35.
n/conntrack-tools-1.4.5-x86_64-1.txz:  Upgraded.
n/libnetfilter_conntrack-1.0.7-x86_64-1.txz:  Upgraded.
n/libnftnl-1.1.0-x86_64-1.txz:  Upgraded.
n/links-2.16-x86_64-2.txz:  Rebuilt.
  Rebuilt to enable X driver for -g mode.
n/lynx-2.8.9dev.19-x86_64-1.txz:  Upgraded.
n/nftables-0.8.5-x86_64-1.txz:  Upgraded.
n/p11-kit-0.23.11-x86_64-1.txz:  Upgraded.
n/ulogd-2.0.7-x86_64-1.txz:  Upgraded.
n/whois-5.3.1-x86_64-1.txz:  Upgraded.
xap/network-manager-applet-1.8.12-x86_64-1.txz:  Upgraded.
xap/vim-gvim-8.1.0026-x86_64-1.txz:  Upgraded.
2018-05-31 23:39:35 +02:00
Patrick J Volkerding
76fc4757ac Slackware 14.1
Mon Nov  4 17:08:47 UTC 2013
Slackware 14.1 x86_64 stable is released!

It's been another interesting release cycle here at Slackware bringing
new features like support for UEFI machines, updated compilers and
development tools, the switch from MySQL to MariaDB, and many more
improvements throughout the system.  Thanks to the team, the upstream
developers, the dedicated Slackware community, and everyone else who
pitched in to help make this release a reality.

The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a
dual-sided
32-bit/64-bit x86/x86_64 DVD.  Please consider supporting the Slackware
project by picking up a copy from store.slackware.com.  We're taking
pre-orders now, and offer a discount if you sign up for a subscription.

Have fun!  :-)
2018-05-31 22:57:36 +02:00
Renamed from source/ap/mysql/doinst.sh (Browse further)