I know it is an odd title.
PVE 8.4.1with kernel Linux 6.8.12-10-pve (2025-04-18T07:39Z).
Only pve-no-subscription and bookworm repositories enabled.
I came to check for updates, and there are some, only from Debian. All pretty normal. But I normally do at least a cursory few spot-checks on the updates for any that look like need attention before downbloading and applying. This is how this caught my attention. Top of the changelogs for a couple of examples:
So the question is, is it pretty normal to get these seemingly old bug fixes?.
Looking at one in the Debian bug tracker in case it was an erroneous changelog, it seems indeed an old bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024598
Or perhaps I have a misconfiguration that is making me be on old code?
I don't have a problem asking what might appear as a daft question.
PVE 8.4.1with kernel Linux 6.8.12-10-pve (2025-04-18T07:39Z).
Only pve-no-subscription and bookworm repositories enabled.
I came to check for updates, and there are some, only from Debian. All pretty normal. But I normally do at least a cursory few spot-checks on the updates for any that look like need attention before downbloading and applying. This is how this caught my attention. Top of the changelogs for a couple of examples:
Code:
Changelog: bash
bash (5.2.15-2) unstable; urgency=medium
* Remove one more pdf file without source. Closes: #1024598.
-- Matthias Klose <doko@debian.org> Mon, 02 Jan 2023 13:06:21 +0100
bash (5.2.15-1) unstable; urgency=medium
* New patch release.
-- Matthias Klose <doko@debian.org> Sat, 31 Dec 2022 16:40:30 +0100
bash (5.2-3) unstable; urgency=medium
* Apply upstream patches 003 - 015.
* Repack to get rid of non-source PDF (Bastian Germann). Closes: #1024598.
* d/watch: Update to v4 and add repack options.
* d/copyright: Convert to machine-readable format, adding missing info.
Closes: #1024602.
* Enable all hardening flags (Christian Göttsche). Closes: #1021082.
* Fix build on musl (Helmut Grohne). Closes: #1023053.
-- Matthias Klose <doko@debian.org> Sat, 31 Dec 2022 11:32:01 +0100
Code:
Changelog: busybox (1:1.35.0-4) unstable; urgency=medium
* static build: disable blkid applet (CONFIG_BLKID, #1023501)
Since static build has CONFIG_FEATURE_PREFER_APPLETS=y, enabling
any utility which is also provided by the system in other ways
can be risky, since busybox shell will choose its applet version
instead of running the actual utility, even if that utility file
exists in $PATH. After enabling blkid, we effectively overwrote
blkid from libblkid as used in initramfs. The result was non-
working udev rules for block devices (not creating /dev/disk/by-*/),
and the system's unbootable.
Disable it for now at least on static build.
Closes: 1023501
* d/rules: recognize "terse" in $DEB_BUILD_OPTIONS to disable verbose build
-- Michael Tokarev <mjt@tls.msk.ru> Sun, 06 Nov 2022 11:27:04 +0300
Looking at one in the Debian bug tracker in case it was an erroneous changelog, it seems indeed an old bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024598
Or perhaps I have a misconfiguration that is making me be on old code?
I don't have a problem asking what might appear as a daft question.