Fix CVE-2022-1615 GnuTLS gnutls_rnd() can fail and give predictable random values
Fixed by rebase. resolves: rhbz#2126175
This commit is contained in:
parent
ea4398f13c
commit
93fb3b93ba
@ -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 <asn@redhat.com> - 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 <asn@redhat.com> - 4.17.2-101
|
||||
- resolves: rhbz#2131993 - Update to version 4.17.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user