Version 248.10

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-01-13 11:57:02 +01:00
commit 18382109a5
2 changed files with 19 additions and 2 deletions

View file

@ -1 +1 @@
SHA512 (systemd-248.9.tar.gz) = 7fbeab6fe7f60c9eb62dd0457226a783a0398579c22142e7897a533ce4d97f654754ffd0dc8dd6102990e5b7095e54ea446e5bc06abb18faa3a04ae820900e36
SHA512 (systemd-248.10.tar.gz) = b3cd0183a28d1b0b25f0e601dbe0a62933bbc67cd24df56a03503561cb3b7517d93c5bb3597161971f23c9daa7eb04deee8c0ed97c61d0cffa2aaafb891034ad

View file

@ -25,7 +25,7 @@
Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 248.9
Version: 248.10
Release: 1%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
@ -1003,6 +1003,23 @@ fi
%files standalone-sysusers -f .file-list-standalone-sysusers
%changelog
* Thu Jan 13 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.10-1
- Latest upstream bugfix release: fixes for the manager, sd-boot,
systemd-networkd, systemd-resolved, systemd-journald, systemd-homed,
unusual protocols are disabled in systemd-importd, utmp entries, nss
modules, VirtualBox virtualization detection, various documentation
updates
- Users logged in locally get access to media nodes (webcams and such).
- Make systemd-xdg-autostart-service ignore missing condition check binary
(related to #2038750, but does not fix it)
- Allow mprotect(2), arch_prctl(2) in @default seccomp filter
- Fix sysusers without /proc (#2036217)
- Ordering of various units during early boot and shutdown is adjusted to fix
some corner cases
- Maximum numbers of files are bumped for /dev and /tmp
- CVE-2021-3997, #2039383: systemd-tmpfiles would exhaust the stack and crash
during excessive recursion on a very deeply nested directory structure
* Thu Jan 13 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.9-1
- Add missing requirements for libfido2 and libtss2 (#1975827)