From 047337bfbcb1a19fa5e5942f36b060553a39f9a4 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jan 09 2024 14:52:01 +0000 Subject: 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. --- 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/')