From e78bb309eab2beba1541e9cae54156beed9be632 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Wed, 29 Sep 2021 10:49:11 +0800 Subject: [PATCH] modify the patch number --- poppler.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/poppler.spec b/poppler.spec index 0822a94..6af7376 100644 --- a/poppler.spec +++ b/poppler.spec @@ -3,7 +3,7 @@ Name: poppler Version: 0.67.0 -Release: 7 +Release: 8 Summary: Poppler is a PDF rendering library based on the xpdf-3.0 code base License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT URL: https://poppler.freedesktop.org/ @@ -16,8 +16,6 @@ Patch4: poppler-0.63.0-python3.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1557355 Patch6: poppler-0.63.0-tiling-patterns.patch Patch7: poppler-0.67.0-qt4-const.patch -Patch8: backport-CVE-2019-12293.patch -Patch9: backport-CVE-2020-27778.patch Patch6000: poppler-CVE-2018-19149.patch Patch6001: poppler_0.26.5_CVE-2019-9200.patch @@ -37,6 +35,8 @@ Patch6014: backport-CVE-2018-19060.patch Patch6015: backport-CVE-2018-20481.patch Patch6016: backport-CVE-2019-14494.patch Patch6017: backport-CVE-2019-7310.patch +Patch6018: backport-CVE-2019-12293.patch +Patch6019: backport-CVE-2020-27778.patch BuildRequires: cmake gcc-c++ gettext-devel qt5-qtbase-devel qt-devel cairo-devel fontconfig-devel @@ -246,6 +246,12 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %{_mandir}/man1/* %changelog +* Wed Sep 29 2021 yangcheng - 0.67.0-8 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:Modify the patch number + * Tue Sep 28 2021 hanhuihui - 0.67.0-7 - Type:cves - Id:NA -- Gitee