fix testcase read

This commit is contained in:
weiwei_tiantian 2022-03-03 16:28:09 +08:00
parent 4b422d5f97
commit 82d7e3ed64
2 changed files with 12 additions and 2 deletions

View File

@ -15,7 +15,7 @@
Name: libsolv
Version: 0.7.14
Release: 5
Release: 6
Summary: Package dependency solver
License: BSD
URL: https://github.com/openSUSE/libsolv
@ -25,7 +25,9 @@ Patch0: Fix-memory-leaks.patch
Patch1: Fix-segfault-in-resolve_jobrules.patch
Patch2: Fix-Memory-leaks-in-SWIG-generated-code-for-Python.patch
Patch3: use-memmove-for-overlapping-regions.patch
Patch4: CVE-2021-3200.patch
#fix CVE-2021-3200,CVE-2021-44568,CVE-2021-44569,CVE-2021-44571,CVE-2021-44573,CVE-2021-44574,CVE-2021-44575,CVE-2021-44576,CVE-2021-44577,CVE-2021-33938,CVE-2021-33929,CVE-2021-33928,CVE-2021-33930
Patch6000: backport-testcase-read.patch
BuildRequires: cmake gcc-c++ ninja-build pkgconfig(rpm) zlib-devel
BuildRequires: libxml2-devel xz-devel bzip2-devel libzstd-devel
@ -193,6 +195,14 @@ Python 3 version.
%{_mandir}/man3/%{name}*.3*
%changelog
* Thu Mar 03 2022 xingxing <xingxing9@h-partners.com> - 0.7.14-6
- Type:cves
- CVE:CVE-2021-3200-CVE-2021-44568-CVE-2021-44569-CVE-2021-44571-CVE-2021-44573-CVE-2021-44574-CVE-2021-44575-CVE-20
21-44576-CVE-2021-44577
- SUG:NA
- DESC:fix CVE-2021-3200-CVE-2021-44568-CVE-2021-44569-CVE-2021-44571-CVE-2021-44573-CVE-2021-44574-CVE-2021-44575-C
VE-2021-44576-CVE-2021-44577
* Tue Nov 02 2021 quanhongfei <quanhongfei@huawei.com> - 0.7.14-5
- Type:bugfix
- CVE:NA