From 02a1418590e7db120f8d1c2b99270b4f87d189bc Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 22 Aug 2022 10:11:44 +0800 Subject: [PATCH] Rebuild for log4j 2.17.2 fix CVE-2021-44832 --- thrift.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/thrift.spec b/thrift.spec index 5bb12b5..e64b2a0 100644 --- a/thrift.spec +++ b/thrift.spec @@ -38,7 +38,7 @@ %global lua_configure --without-lua Name: thrift Version: 0.14.0 -Release: 4 +Release: 5 Summary: Software framework for cross-language services development License: ASL 2.0 and BSD and zlib URL: https://thrift.apache.org/ @@ -299,6 +299,9 @@ cp libthrift_dir/pom.xml %{buildroot}%{_datadir}/maven-poms/libthrift/libthrift. %endif %changelog +* Mon Aug 22 2022 wangkai - 0.14.0-5 +- Rebuild for log4j 2.17.2 fix CVE-2021-44832 + * Sat Dec 25 2021 yaoxin - 0.14.0-4 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. -- Gitee