!28 sync SP1 to master to solve the downgrade problem
From: @hanzj0122_admin Reviewed-by: @wangxp006 Signed-off-by: @wangxp006
This commit is contained in:
commit
5604080ac1
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.71.1
|
Version: 7.71.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Curl is used in command lines or scripts to transfer data
|
Summary: Curl is used in command lines or scripts to transfer data
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://curl.haxx.se/
|
URL: https://curl.haxx.se/
|
||||||
@ -45,6 +45,7 @@ Summary: A library for getting files from web servers
|
|||||||
Requires: libssh >= %{libssh_version} libpsl >= %{libpsl_version}
|
Requires: libssh >= %{libssh_version} libpsl >= %{libpsl_version}
|
||||||
Requires: openssl-libs >= 1:%{openssl_version}
|
Requires: openssl-libs >= 1:%{openssl_version}
|
||||||
Provides: libcurl-full = %{version}-%{release}
|
Provides: libcurl-full = %{version}-%{release}
|
||||||
|
Conflicts: curl < 7.66.0-3
|
||||||
|
|
||||||
%description -n libcurl
|
%description -n libcurl
|
||||||
A library for getting files from web servers.
|
A library for getting files from web servers.
|
||||||
@ -159,6 +160,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 5 2021 gaihuiying <gaihuiying1@huawei.com> - 7.71.1-3
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix downgrade error
|
||||||
|
|
||||||
* Mon Dec 28 2020 liuxin <liuxin264@huawei.com> - 7.71.1-2
|
* Mon Dec 28 2020 liuxin <liuxin264@huawei.com> - 7.71.1-2
|
||||||
- Type:cves
|
- Type:cves
|
||||||
- ID:CVE-2020-8231
|
- ID:CVE-2020-8231
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user