!68 fixed incorrect Source in gnutls.spec

From: @xuraoqing 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
This commit is contained in:
openeuler-ci-bot 2022-12-01 14:02:08 +00:00 committed by Gitee
commit ec0cf3257f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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