From 93fb3b93bace70e5a6e03ea8d7e46069d4498cc4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 26 Oct 2022 15:12:54 +0200 Subject: [PATCH] Fix CVE-2022-1615 GnuTLS gnutls_rnd() can fail and give predictable random values Fixed by rebase. resolves: rhbz#2126175 --- samba.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 4937f21..c4199f2 100644 --- a/samba.spec +++ b/samba.spec @@ -135,7 +135,7 @@ %define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") %global samba_version 4.17.2 -%global baserelease 101 +%global baserelease 102 # This should be rc1 or %%nil %global pre_release %nil @@ -4312,6 +4312,10 @@ fi %endif %changelog +* Wed Oct 26 2022 Andreas Schneider - 4.17.2-102 +- Fix CVE-2022-1615 GnuTLS gnutls_rnd() can fail and give predictable random values +- resolves: rhbz#2126175 + * Wed Oct 26 2022 Andreas Schneider - 4.17.2-101 - resolves: rhbz#2131993 - Update to version 4.17.2