[ Reason ]
The upstream stable branch received fixes since the latest trixie point
release, and this update pulls them into the debian package.
This includes most notably 2 security fixes and one FTBFS when using a
kernel from trixie-backports.
[ Impact ]
In case the update isn't approved, systems will be left with a few
security issues, and the differences with upstream will increase.
[ Tests ]
The changes are covered by additional tests, with the exception of the
kernel header compatibility.
[ Risks ]
I believe the risks are low, as the changes do not touch the core part
of the library, and as all the changes are already in testing.
I also did manual test upgrading glibc with this version on an amd64
host. It rebooted fine and is still running fine.
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
The changes are summarized in the changelog, let me give you a few extra
details for some of them:
- Fix build against linux 7.0 headers. Closes: #1135405.
This fix an FTBFS with linux-libc-dev >= 7.0, which in trixie could
happen when users have installed a kernel from trixie-backports. Indeed
in that case apt ensure that all packages built from the same source are
at the same version.
- Suppress iconv intermediate errors with //TRANSLIT.
This is the continuation of bug #1087670 for different cases.