diff --git a/8.0.15.tar.gz b/8.0.15.tar.gz deleted file mode 100644 index 61deabbf088f4eec8cc180174ac476a13db06819..0000000000000000000000000000000000000000 Binary files a/8.0.15.tar.gz and /dev/null differ diff --git a/8.0.16.tar.gz b/8.0.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..54f4a59607bf39ed0ed75bc3d6c0831093384cfd Binary files /dev/null and b/8.0.16.tar.gz differ diff --git a/java-version-detection.patch b/java-version-detection.patch deleted file mode 100644 index e2ef9e38fc47d1912d78c9950322cc9d955bc63e..0000000000000000000000000000000000000000 --- a/java-version-detection.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 7e9856cdde756339aa184c24cdb3d6a381bb5f11 Mon Sep 17 00:00:00 2001 -From: Jakub Janco -Date: Fri, 22 Feb 2019 11:08:05 +0100 -Subject: [PATCH] Fix version detection - ---- - build.xml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/build.xml b/build.xml -index 00b2d7eb..a790ee15 100644 ---- a/build.xml -+++ b/build.xml -@@ -362,7 +362,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o - - - -- -+ - - - --- -2.14.4 - diff --git a/mysql-connector-java.spec b/mysql-connector-java.spec index accb99b367aa40201490b0ca1575698689e002a0..d5c2fda28bcc4268c4386e04565e00fca7b019b0 100644 --- a/mysql-connector-java.spec +++ b/mysql-connector-java.spec @@ -1,12 +1,11 @@ Summary: Official JDBC driver for MySQL Name: mysql-connector-java -Version: 8.0.15 +Version: 8.0.16 Release: 1 Epoch: 1 License: GPLv2 with exceptions URL: http://dev.mysql.com/downloads/connector/j/ Source0: https://github.com/mysql/mysql-connector-j/archive/%{version}.tar.gz -Patch3: java-version-detection.patch Patch4: remove-coverage-test.patch BuildArch: noarch @@ -33,7 +32,6 @@ for file in README README.md; do rm $file.orig done sed -i 's/>@.*%{version} - 8.0.16-1 +- Upgrade to 8.0.16 +- Fix CVE-2019-2692 + * Fri Jul 24 2020 leiju - 8.0.15-1 - Package init diff --git a/remove-coverage-test.patch b/remove-coverage-test.patch index 6abd285dc8b024bb79cecedf7a136959a2d72bdd..ba66b51c45936473b54b02c81ba5168dd2f94db3 100644 --- a/remove-coverage-test.patch +++ b/remove-coverage-test.patch @@ -1,8 +1,17 @@ +From 62f1bf44f6cee0fd97500d6f761a3e03810318df Mon Sep 17 00:00:00 2001 +From: Jakub Janco +Date: Mon, 6 May 2019 15:05:17 +0200 +Subject: [PATCH] Remove coverage test + +--- + build.xml | 133 -------------------------------------------------------------- + 1 file changed, 133 deletions(-) + diff --git a/build.xml b/build.xml -index 03efb55f..9bf9abfe 100644 +index 7572a4ce..fcce72be 100644 --- a/build.xml +++ b/build.xml -@@ -306,13 +306,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o +@@ -303,14 +303,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o @@ -13,10 +22,11 @@ index 03efb55f..9bf9abfe 100644 - - - - +- -@@ -1182,58 +1175,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o + +@@ -1276,56 +1268,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o ${com.mysql.cj.testsuite.message.test.mode} @@ -43,9 +53,6 @@ index 03efb55f..9bf9abfe 100644 - - - -- -- -- - - - @@ -72,10 +79,11 @@ index 03efb55f..9bf9abfe 100644 - - - - +- -@@ -1253,79 +1194,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o + +@@ -1344,81 +1286,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o @@ -152,6 +160,11 @@ index 03efb55f..9bf9abfe 100644 - - - - - +- +- + + +-- +2.14.5 +