Version 250.7

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-06-02 20:52:27 +02:00
parent 92e01919e5
commit a5272297b3
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (systemd-250.6.tar.gz) = b625d5fb419370d238cf72f2e59c8fa6782972d94746835bde3a64a7746edd1d5fad901bbb01311f858b7dbdff6d759518b615708bb835a81964c16878d5644e
SHA512 (systemd-250.7.tar.gz) = 99bc6f0c9757b280cb694f3fb4d6fe04d5ce55583eb2bae5ddeb324bb5ee9930c1720fcc27293d90cddba188473653ec541a471ae8115710a5850c26d0ba215d

View File

@ -30,7 +30,7 @@
Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
%if %{without inplace}
Version: 250.6
Version: 250.7
Release: 1%{?dist}
%else
# determine the build information from local checkout
@ -1007,6 +1007,10 @@ fi
%files standalone-sysusers -f .file-list-standalone-sysusers
%changelog
* Thu Jun 2 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250.7-1
- A bunch of man page fixes, a few memory-access correctness fixes,
suppress messages about bpf setup in the user manager (#2084955)
* Wed May 25 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 250.6-1
- Latest upstream bugfix release (a bunch of memory accesses and leaks
fixed based on fuzzer reports, documentation clarifications,