From 3e6b666f9fc917c92d90951c79807688af4c6e57 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Wed, 29 Dec 2021 19:17:08 +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 8446ae4221228343e1ff6ffe4af2765293d7096b) --- HikariCP.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HikariCP.spec b/HikariCP.spec index 7764d0b..e534d4e 100644 --- a/HikariCP.spec +++ b/HikariCP.spec @@ -1,6 +1,6 @@ Name: HikariCP Version: 2.4.3 -Release: 6 +Release: 7 Summary: JDBC Connection Pool License: ASL 2.0 URL: https://github.com/brettwooldridge/HikariCP @@ -62,6 +62,9 @@ find src/test/java/com/zaxxer/hikari/osgi -print -delete %files help -f .mfiles-javadoc %changelog +* Wed Dec 29 2021 houyingchao 2.4.3-7 +- 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 2.4.3-6 - This package depends on log4j. After the log4j vulnerability CVE-2021-45105 is fixed, the version needs to be rebuild.