From 181b118666a002b0e35a7575fbafaa1dd38fbff6 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Sun, 26 Dec 2021 01:13:34 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. (cherry picked from commit 54320d869adfc9f7c5e1746e7f902bc061e0e749) --- netty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netty.spec b/netty.spec index 5bef61f..9bd5613 100644 --- a/netty.spec +++ b/netty.spec @@ -2,7 +2,7 @@ Name: netty Version: 4.1.13 -Release: 16 +Release: 17 Summary: Asynchronous event-driven network application Java framework License: ASL 2.0 URL: https://netty.io/ @@ -150,6 +150,9 @@ export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %changelog +* Fri Dec 24 2021 wangkai - 4.1.13-17 +- This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. + * Fri Dec 17 2021 yaoxin - 4.1.13-16 - Fix CVE-2021-43797 -- Gitee