From f4af75ac216e86ed9241abca6866f71e54721aa8 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 24 Dec 2021 20:46:30 +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 5cae2d0541ab829ccac7398f5127b114f88fa478) --- metrics.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metrics.spec b/metrics.spec index 165e77c..46bc62c 100644 --- a/metrics.spec +++ b/metrics.spec @@ -1,6 +1,6 @@ Name: metrics Version: 3.1.2 -Release: 2 +Release: 3 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 +* Fri Dec 24 2021 yaoxin - 3.1.2-3 +- This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. + * Thu Dec 16 2021 wangkai - 3.1.2-2 - This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. -- Gitee