From 047337bfbcb1a19fa5e5942f36b060553a39f9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 9 Jan 2024 15:52:01 +0100 Subject: [PATCH] Version 255.2 - Fixes missing DNSSEC validity check in SOA DNS packets (CVE-2023-7008) - systemd-resolved and systemd-networkd are restarted after an upgrade. --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 0359026..14f79f7 100644 --- a/systemd.spec +++ b/systemd.spec @@ -35,7 +35,7 @@ Name: systemd Url: https://systemd.io %if %{without inplace} -Version: 255.1 +Version: 255.2 %else # determine the build information from local checkout Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')