diff --git a/CVE-2021-3200.patch b/backport-testcase-read.patch similarity index 100% rename from CVE-2021-3200.patch rename to backport-testcase-read.patch diff --git a/libsolv.spec b/libsolv.spec index a88202cccc038ce455892d028cd862c8c7534d8d..3ae0ac22e6bd1510bed1d7490c77a8fda3fba15e 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -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 - 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 - 0.7.14-5 - Type:bugfix - CVE:NA