From c1ccd8cbb58835a82e6645a549a7a5d89bfa3c4b Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 22 Aug 2022 10:08:07 +0800 Subject: [PATCH] Rebuild for log4j 2.17.2 fix CVE-2021-44832 (cherry picked from commit 7962d3b6623fce502f7d2b698ae664de10cfefaa) --- metrics.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metrics.spec b/metrics.spec index 5c48401..c636e46 100644 --- a/metrics.spec +++ b/metrics.spec @@ -1,6 +1,6 @@ Name: metrics Version: 3.1.2 -Release: 1 +Release: 2 Summary: Java library which gives you what your code does in production License: ASL 2.0 URL: http://metrics.dropwizard.io @@ -295,5 +295,8 @@ rm -rf docs/target/singlehtml/.buildinfo %endif %changelog +* Mon Aug 22 2022 wangkai - 3.1.2-2 +- Rebuild for log4j 2.17.2 fix CVE-2021-44832 + * Sat Sep 19 2020 huanghaitao - 3.1.2-1 - package init -- Gitee