From be06f75eb51f2ed8ee099cafac64c8a6de91b93d Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Wed, 29 Dec 2021 18:43:55 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. (cherry picked from commit 345f511799d889bdf03f27b648944fbc2fd5166f) --- metrics.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metrics.spec b/metrics.spec index 46bc62c..2ecfe09 100644 --- a/metrics.spec +++ b/metrics.spec @@ -1,6 +1,6 @@ Name: metrics Version: 3.1.2 -Release: 3 +Release: 4 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 +* 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. + * 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. -- Gitee