From 090302a6ddb8417836948c3894da593a3e7190a2 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 21 Feb 2022 19:15:21 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 5d721979a228d1a52f36e011bd327b73e1449514) --- metrics.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metrics.spec b/metrics.spec index 2ecfe09..7936eaf 100644 --- a/metrics.spec +++ b/metrics.spec @@ -1,6 +1,6 @@ Name: metrics Version: 3.1.2 -Release: 4 +Release: 5 Summary: Java library which gives you what your code does in production License: ASL 2.0 URL: http://metrics.dropwizard.io @@ -295,6 +295,9 @@ rm -rf docs/target/singlehtml/.buildinfo %endif %changelog +* Mon Feb 21 2022 wangkai - 3.1.2-5 +- Rebuild for fix log4j1.x cves + * Wed Dec 29 2021 houyingchao - 3.1.2-4 - This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. -- Gitee