a/kernel-generic-6.12.3-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-53.txz: Rebuilt.
/etc/default/geninitrd: added option AUTO_UPDATE_GRUB=true to run update-grub
after generating the initrd.
Move the remove-orphaned-initrds section from geninitrd to setup.01.mkinitrd.
setup.01.mkinitrd: support AUTO_UPDATE_GRUB. Suppress warnings from
libdevmapper when setup.01.mkinitrd is run within upgradepkg's flock locking.
a/pkgtools-15.1-noarch-20.txz: Rebuilt.
pkgtool: set INSIDE_INSTALLER in the Setup section to match the expected
behavior. Thanks to Mechanikx.
upgradepkg: allow text produced by install scripts to reach the console in
--terse mode.
d/kernel-headers-6.12.3-x86-1.txz: Upgraded.
k/kernel-source-6.12.3-noarch-1.txz: Upgraded.
l/PyQt-builder-1.17.0-x86_64-1.txz: Upgraded.
l/sof-firmware-2024.09.2-noarch-1.txz: Upgraded.
l/xapian-core-1.4.27-x86_64-1.txz: Upgraded.
x/mesa-24.3.1-x86_64-2.txz: Rebuilt.
Revert commit 4c065158927d7bacc5eb1e4f2491b1db93f1dc12:
[PATCH] dri: revert INVALID modifier special-casing.
This fixes a crash with AMD RX 470 through 590.
Thanks to genss for the bug report.
xfce/xfce4-pulseaudio-plugin-0.4.9-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Happy Thanksgiving to everyone celebrating, and happy Thursday to everyone
else. I've been looking at this new fontconfig (and have run into some of the
terrible looking pages I remembered from previous attempts to upgrade). The
solution is certainly *not* to disable bitmap fonts. I need those in my
terminal emulator, and have never seen a vector font that looks correct. What
I've done this time is make the defaults for fontconfig sane and user
configurable, and then converted the two bitmap fonts that are causing the
problems to OTB format and changing the family name from "name" to "name (OTB)"
which prevents them from being picked up by default.
Hope this looks better! Cheers! :-)
a/file-5.46-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-52.txz: Rebuilt.
geninitrd: since we're sourcing /etc/default/geninitrd, we might as well test
the AUTO_REMOVE_ORPHANED_INITRDS variable directly instead of grepping for it
in the defaults file. Thanks to Mechanikx.
a/pkgtools-15.1-noarch-18.txz: Rebuilt.
make-kernel-backup: account for "file" changing 80386 to i386.
l/libqalculate-5.4.0.1-x86_64-1.txz: Upgraded.
l/openal-soft-1.24.1-x86_64-1.txz: Upgraded.
l/pipewire-1.2.7-x86_64-1.txz: Upgraded.
x/font-adobe-100dpi-1.0.4-noarch-2.txz: Rebuilt.
Install these fonts as OTB rather than PCF.
x/font-adobe-75dpi-1.0.4-noarch-2.txz: Rebuilt.
Install these fonts as OTB rather than PCF.
x/fontconfig-2.15.0-x86_64-3.txz: Rebuilt.
Let's not link any hinting, subpixel, or lcdfilter conf files by default.
That way the user can choose what to link (if anything) without future
fontconfig updates stomping on those choices.
x/mesa-24.2.8-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-50.txz: Rebuilt.
geninitrd: If the kernel to use was provided on the command line or with
a predefined KERNEL variable, make sure that the KERNEL variable is set to
that value before handing off control to a custom script.
Thanks to LuckyCyborg for the bug report.
d/git-2.47.1-x86_64-1.txz: Upgraded.
d/re2c-4.0.1-x86_64-1.txz: Upgraded.
l/libqalculate-5.4.0-x86_64-1.txz: Upgraded.
l/netpbm-11.08.02-x86_64-1.txz: Upgraded.
n/gnupg2-2.4.7-x86_64-1.txz: Upgraded.
n/wget2-2.2.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
extra/bash-completion/bash-completion-2.15.0-noarch-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-49.txz: Rebuilt.
setup.01.mkinitrd: removed KERNEL_SYMLINK option.
If a kernel is provided to geninitrd on the command line ($1), this will
always be the kernel used.
Thanks to Mechanikx.
Removed GENINITRD_SILENT option.
init: cap the size of /run to 25% of the system RAM since the previous
default of 32M is way too small for many purposes. I have seen other Linux
systems cap this at half the system RAM, but that seems to me a bit much.
/etc/default/geninitrd:
Added GENINITRD_OVERRIDE_SCRIPT which can be set to anything you like.
Support for hardcoded {/usr/local/sbin,/opt/sbin}/geninitrd was removed.
Added GENINITRD_DIALOG (do we want the dialog --infobox output?)
Added GENINITRD_COMMAND_OUTPUT (do we want to see command output?)
a/sysvinit-scripts-15.1-noarch-23.txz: Rebuilt.
rc.S: cap the size of /run to 25% of the system RAM.
l/gtk4-4.16.7-x86_64-1.txz: Upgraded.
l/vte-0.78.2-x86_64-2.txz: Rebuilt.
n/traceroute-2.1.6-x86_64-1.txz: Upgraded.
xfce/xfce4-xkb-plugin-0.8.3-x86_64-1.txz: Added.
Thanks to vladimir_vist for the suggestion,
and Robby Workman for the build script.
a/kernel-firmware-20241108_ad74054-noarch-1.txz: Upgraded.
a/kernel-generic-6.11.7-x86_64-1.txz: Upgraded.
Unless disabled in /etc/default/geninitrd, automatically generate an initial
ramdisk upon package installation or upgrade.
a/mkinitrd-1.4.11-x86_64-46.txz: Rebuilt.
geninitrd: also accept /opt/sbin/geninitrd as an override.
Suggested by regdub.
Since the installer sends different args to the setup scripts, we can't use
$1 as the kernel file with setup.01.mkinitrd, so convert it into a variable
in geninitrd instead (if needed).
mkinitrd_command_generator.sh: pvdisplay will complain if there are any file
descriptors besides stdin, stdout, and stderr, which will always be true when
called from a package install script due to file locking. So send stderr from
the two calls to pvdisplay to /dev/null.
d/kernel-headers-6.11.7-x86-1.txz: Upgraded.
k/kernel-source-6.11.7-noarch-1.txz: Upgraded.
l/python-packaging-24.2-x86_64-1.txz: Upgraded.
n/iptables-1.8.11-x86_64-1.txz: Upgraded.
n/lftp-4.9.3-x86_64-1.txz: Upgraded.
x/ibus-m17n-1.4.34-x86_64-1.txz: Upgraded.
x/xbacklight-1.2.4-x86_64-1.txz: Upgraded.
x/xf86-video-nouveau-1.0.18-x86_64-1.txz: Upgraded.
x/xrandr-1.5.3-x86_64-1.txz: Upgraded.
xfce/xfce4-weather-plugin-0.11.3-x86_64-1.txz: Upgraded.
extra/xf86-video-fbdev/xf86-video-fbdev-0.5.1-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
a/libblockdev-3.2.1-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-45.txz: Rebuilt.
/etc/default/geninitrd: Add AUTOGENERATE_INITRD variable for disabling
automatically generating the initrd when the kernel package is upgraded.
The hook to trigger this will be in the next kernel-generic package.
setup.01.mkinitrd: skip generating an initrd if we're called from the
kernel doinst.sh and AUTOGENERATE_INITRD=false.
geninitrd: Look for an override script called /usr/local/sbin/geninitrd,
not /usr/local/bin/geninitrd-custom. Thanks to GazL.
ap/mariadb-11.4.4-x86_64-2.txz: Rebuilt.
rc.mysqld: use mariadbd-safe, not mysqld_safe. Thanks to teoberi.
d/cmake-3.31.0-x86_64-1.txz: Upgraded.
l/expat-2.6.4-x86_64-1.txz: Upgraded.
This update fixes bugs and a security issue:
Fix crash within function XML_ResumeParser from a NULL pointer dereference
by disallowing function XML_StopParser to (stop or) suspend an unstarted
parser. A new error code XML_ERROR_NOT_STARTED was introduced to properly
communicate this situation.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2024-50602
(* Security fix *)
n/gpgme-1.24.0-x86_64-1.txz: Upgraded.
Added libqgpgmeqt6.
xap/ffmpegthumbnailer-2.2.3-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-128.4.2esr-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/128.4.2esr/releasenotes/
a/mkinitrd-1.4.11-x86_64-44.txz: Rebuilt.
geninitrd: run /usr/local/bin/geninitrd-custom instead, if it exists.
setup.01.mkinitrd: exit with an error if the GENERATOR doesn't exist.
ap/mariadb-11.4.4-x86_64-1.txz: Upgraded.
Upgraded to the latest stable long-term series.
For release information, see:
https://mariadb.com/kb/en/mariadb-11-4-4-release-notes/
For upgrade information, see:
https://mariadb.com/kb/en/upgrading-from-mariadb-10-11-to-mariadb-11-4/
n/curl-8.11.0-x86_64-1.txz: Upgraded.
x/libXcursor-1.2.3-x86_64-1.txz: Upgraded.
x/pixman-0.44.0-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-43.txz: Rebuilt.
geninitrd: allow specifying the kernel to use with $1.
This can now work with mkinitrd_command_generator.sh, or mkinitrd with a
/etc/mkinitrd.conf config file, or with dracut.
a/pkgtools-15.1-noarch-17.txz: Rebuilt.
make-kernel-backup: make the comments accurate.
Allow specifying the kernel to back up with $1.
ap/mpg123-1.32.9-x86_64-1.txz: Upgraded.
l/python-flit-core-3.10.1-x86_64-1.txz: Upgraded.
a/kernel-firmware-20241101_376de1f-noarch-1.txz: Upgraded.
a/kernel-generic-6.11.6-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-42.txz: Rebuilt.
geninitrd: you can still point this at a kernel symlink, but by default it
will make initrd-${KERNEL_VERSION}.img for the newest kernel it finds in
the /boot directory.
a/pkgtools-15.1-noarch-16.txz: Rebuilt.
make-kernel-backup: don't make copies of any of the files, nor include an
initrd in the package. The only added "files" will be two symlinks,
vmlinuz-backup, and initrd-backup.img (if symlinks are enabled).
d/kernel-headers-6.11.6-x86-1.txz: Upgraded.
d/valgrind-3.24.0-x86_64-1.txz: Upgraded.
k/kernel-source-6.11.6-noarch-1.txz: Upgraded.
l/fluidsynth-2.4.0-x86_64-1.txz: Upgraded.
l/gtk4-4.16.4-x86_64-1.txz: Upgraded.
l/libzip-1.11.2-x86_64-1.txz: Upgraded.
Fix performance regression in zip_stat introduced in 1.11.
l/spirv-llvm-translator-19.1.1-x86_64-1.txz: Upgraded.
n/uucp-1.07-x86_64-7.txz: Rebuilt.
Add some documentation. Thanks to jayjwa.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
a/bash-5.0.002-x86_64-2.txz: Rebuilt.
Rebuilt with --libdir=/usr/lib${LIBDIRSUFFIX}. Thanks to RandomTroll.
a/btrfs-progs-4.20.1-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-9.txz: Rebuilt.
Automatically generate an initial ramdisk from the installer.
Added 'geninitrd' script to generate an initial ramdisk for the kernel that
/boot/vmlinuz-generic (and/or /boot/vmlinuz-generic-smp) points to.
ap/man-db-2.8.5-x86_64-2.txz: Rebuilt.
Comment out all the options in /etc/profile.d/man-db.{csh,sh} and let the
user decide whether or not to choose anything.
d/python-pip-19.0.1-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.41.1-x86_64-1.txz: Upgraded.
n/dhcpcd-7.1.0-x86_64-1.txz: Upgraded.