From 8bd98c21b287a4f75c6bfe6dd4c8d6e8d29a424f Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 16 Dec 2021 15:10:23 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. (cherry picked from commit 1d981f9cd274a1e8eae218577d49bb1a4da3cbc6) --- netty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netty.spec b/netty.spec index 3999f12..38ff1de 100644 --- a/netty.spec +++ b/netty.spec @@ -2,7 +2,7 @@ Name: netty Version: 4.1.13 -Release: 12 +Release: 13 Summary: Asynchronous event-driven network application Java framework License: ASL 2.0 URL: https://netty.io/ @@ -143,6 +143,9 @@ export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %changelog +* Thu Dec 16 2021 wangkai - 4.1.13-13 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. + * Wed Oct 27 2021 wangkai - 4.1.13-12 - fix CVE-2021-37136 CVE-2021-37137 -- Gitee