From 388d4c3e785cc860aa2b8a8bef18c98276d970b4 Mon Sep 17 00:00:00 2001 From: wanghuan158 Date: Mon, 22 Aug 2022 08:11:52 +0000 Subject: [PATCH] update netty.spec. Signed-off-by: wanghuan158 --- netty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netty.spec b/netty.spec index 636bce4..2305574 100644 --- a/netty.spec +++ b/netty.spec @@ -2,7 +2,7 @@ Name: netty Version: 4.1.13 -Release: 19 +Release: 20 Summary: Asynchronous event-driven network application Java framework License: ASL 2.0 URL: https://netty.io/ @@ -153,6 +153,9 @@ export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %changelog +* Mon Aug 22 2022 wangkai - 4.1.13-20 +- Rebuild for log4j 2.17.2 fix CVE-2021-44832 + * Mon Aug 22 2022 wangkai - 4.1.13-19 - Rebuild for log4j 2.17.2 fix CVE-2021-44832 -- Gitee