From 130eb2d65ac5171e14e8d4f554d601a23885ae14 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 21 Feb 2022 19:24:39 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves --- netty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netty.spec b/netty.spec index 14b6529..e1c7ac9 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/ @@ -145,6 +145,9 @@ export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %changelog +* Mon Feb 21 2022 wangkai - 4.1.13-17 +- Rebuild for fix log4j1.x cves + * Wed Dec 29 2021 wangkai - 4.1.13-16 - This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. -- Gitee