From 82d7e3ed6401ff4b8ff8604246195b9fb4103e90 Mon Sep 17 00:00:00 2001 From: weiwei_tiantian Date: Thu, 3 Mar 2022 16:28:09 +0800 Subject: [PATCH] fix testcase read --- ...2021-3200.patch => backport-testcase-read.patch | 0 libsolv.spec | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) rename CVE-2021-3200.patch => backport-testcase-read.patch (100%) 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 a88202c..3ae0ac2 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 -- Gitee