From 5e8fc580034975dde61a5b2f6723c301216b3a09 Mon Sep 17 00:00:00 2001 From: loong-C Date: Wed, 15 Jun 2022 05:35:41 +0000 Subject: [PATCH] fix bogus date in %changelog --- libqb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libqb.spec b/libqb.spec index 97b3c18..a21c931 100644 --- a/libqb.spec +++ b/libqb.spec @@ -84,7 +84,7 @@ This package contains a program to create nicely-formatted man pages from Doxyge * Thu Feb 25 2021 sunguoshuai - 1.0.5-1 - upgrade to 1.0.5 -* Tue Feb 8 2021 yangzhuangzhuang - 1.0.3-7 +* Fri Feb 5 2021 yangzhuangzhuang - 1.0.3-7 - Fix CVE-2019-12779 libqb before 1.0.5 allows local users to overwrite arbitrary files via a symlink attack. CVE Link: https://nvd.nist.gov/vuln/detail/CVE-2019-12779 Community Patch Link: @@ -92,5 +92,5 @@ This package contains a program to create nicely-formatted man pages from Doxyge https://github.com/ClusterLabs/libqb/commit/7cd7b06d52ac80c343f362c7e39ef75495439dfc https://github.com/ClusterLabs/libqb/commit/6a4067c1d1764d93d255eccecfd8bf9f43cb0b4d -* Tue Apr 27 2020 wangerfeng - 1.0.3-6 +* Fri Jun 19 2020 wangerfeng - 1.0.3-6 - Package init -- Gitee