From 817989cfbd5c8587efc3e13b2e3128824e92fea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=B3=E6=99=BA=E6=95=8F?= <7667999+jinzhimin369@user.noreply.gitee.com> Date: Wed, 3 Mar 2021 18:43:51 +0800 Subject: [PATCH] fix sync different --- glib2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glib2.spec b/glib2.spec index d3b9247..ab84494 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,13 +1,13 @@ Name: glib2 Version: 2.62.5 -Release: 3 +Release: 4 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/glib/2.62/glib-%{version}.tar.xz Patch9001: fix-accidentally-delete-temp-file-within-dtrace.patch -Patch6000: backport-CVE-2020-35457.patch +Patch6000: backport-CVE-2020-35457.patch Patch6001: backport-CVE-2021-27218.patch BuildRequires: chrpath gcc gcc-c++ gettext gtk-doc perl-interpreter @@ -146,13 +146,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %doc %{_datadir}/gtk-doc/html/* %changelog -* Mon Mar 1 2021 jinzhimin - 2.62.5-3 +* Mon Mar 1 2021 jinzhimin - 2.62.5-4 - Type:cve - Id:CVE-2021-27218 - SUG:NA - DESC:fix CVE-2021-27218 -* Sat Feb 27 2021 zhujunhao - 2.62.5-2 +* Sat Feb 27 2021 zhujunhao - 2.62.5-3 - Type:cve - Id:CVE-2020-35457 - SUG:NA -- Gitee