From 2b2cbf3fee7ed30f2e773d4b5387a13edeedd94d Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 16 Dec 2021 09:36:40 +0800 Subject: [PATCH] This package depends on log4j. After the log4j vulnerability CVE-2021-44228 is fixed, the version needs to be rebuild. (cherry picked from commit e02d1340509991fe876abcc76352485a3f808726) --- HikariCP.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HikariCP.spec b/HikariCP.spec index ed4a2e5..ec5481b 100644 --- a/HikariCP.spec +++ b/HikariCP.spec @@ -1,6 +1,6 @@ Name: HikariCP Version: 2.4.3 -Release: 4 +Release: 5 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 +* Thu Dec 16 2021 yaoxin 2.4.3-5 +- This package depends on log4j. After the log4j vulnerability CVE-2021-44228 is fixed, the version needs to be rebuild. + * Tue Oct 27 2020 huanghaitao - 2.4.3-4 - Remove simple-jndi dep