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 fafb3bdbbc1192aecc998a5da2549fd48d53b387..73992a031a9445f3ae87cf0dcc3eb859d88e516f 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -15,19 +15,22 @@ Name: libsolv Version: 0.7.14 -Release: 4 +Release: 5 Summary: Package dependency solver License: BSD URL: https://github.com/openSUSE/libsolv Source: https://github.com/openSUSE/libsolv/archive/%{version}/%{name}-%{version}.tar.gz -Patch0: CVE-2021-3200.patch -Patch1: Fix-all-memory-errors-found-in-make-test.patch -Patch2: Fix-deduceq2addedap-clearing-bits-outside-of-the-added-map.patch -Patch3: Fix-memory-leaks.patch -Patch4: Fix-segfault-in-resolve_jobrules.patch -Patch5: Fix-Memory-leaks-in-SWIG-generated-code-for-Python.patch -Patch6: use-memmove-for-overlapping-regions.patch +Patch0: Fix-all-memory-errors-found-in-make-test.patch +Patch1: Fix-deduceq2addedap-clearing-bits-outside-of-the-added-map.patch +Patch2: Fix-memory-leaks.patch +Patch3: Fix-segfault-in-resolve_jobrules.patch +Patch4: Fix-Memory-leaks-in-SWIG-generated-code-for-Python.patch +Patch5: use-memmove-for-overlapping-regions.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 @@ -195,6 +198,12 @@ Python 3 version. %{_mandir}/man3/%{name}*.3* %changelog +* Thu Mar 03 2022 xingxing - 0.7.14-5 +- 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-2021-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-CVE-2021-44576-CVE-2021-44577 + * Wed Sep 29 2021 zhangrui - 0.7.14-4 - Type:bugfix - CVE:NA