fixed Source error in gnutls.spec

Signed-off-by: xuraoqing <609179072@qq.com>
This commit is contained in:
xuraoqing 2022-11-22 15:11:36 +08:00
parent 17dcfec3f5
commit cd17d39b8b

View File

@ -1,12 +1,12 @@
Name: gnutls
Version: 3.7.2
Release: 4
Release: 5
Summary: The GNU Secure Communication Protocol Library
License: LGPLv2.1+ and GPLv3+
URL: https://www.gnutls.org/
Source0: https://www.gnupg.org/ftp/gcrypt/%{name}/v3.6/%{name}-%{version}.tar.xz
Source1: https://www.gnupg.org/ftp/gcrypt/%{name}/v3.6/%{name}-%{version}.tar.xz.sig
Source0: https://www.gnupg.org/ftp/gcrypt/%{name}/v3.7/%{name}-%{version}.tar.xz
Source1: https://www.gnupg.org/ftp/gcrypt/%{name}/v3.7/%{name}-%{version}.tar.xz.sig
Patch1: fix-ipv6-handshake-failed.patch
Patch2: backport-CVE-2022-2509.patch
@ -217,6 +217,9 @@ make check %{?_smp_mflags}
%endif
%changelog
* Tue Nov 22 2022 xuraoqing <609179072@qq.com> - 3.7.2-5
- fix Source incorrect in gnutls.spec
* Tue Aug 30 2022 yanglongkang <yanglongkang@h-partners.com> - 3.7.2-4
- fix CVE-2021-4209