Repository: guacamole-client
Updated Branches:
  refs/heads/master 1ac08257b -> 95d1f72b4


GUACAMOLE-553: Update JDBC MySQL connector library to version 5.1.45

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/5410c6bc
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/5410c6bc
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/5410c6bc

Branch: refs/heads/master
Commit: 5410c6bc0ef06e140cb5f2024c95607dc60ba3fc
Parents: 1ac0825
Author: Mathias <math...@mediamixx.de>
Authored: Mon Apr 23 13:40:29 2018 +0200
Committer: GitHub <nore...@github.com>
Committed: Mon Apr 23 13:40:29 2018 +0200

----------------------------------------------------------------------
 guacamole-docker/bin/build-guacamole.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/5410c6bc/guacamole-docker/bin/build-guacamole.sh
----------------------------------------------------------------------
diff --git a/guacamole-docker/bin/build-guacamole.sh 
b/guacamole-docker/bin/build-guacamole.sh
index 8a35119..79115df 100755
--- a/guacamole-docker/bin/build-guacamole.sh
+++ b/guacamole-docker/bin/build-guacamole.sh
@@ -78,7 +78,7 @@ tar -xzf 
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/target/
 #
 
 echo "Downloading MySQL Connector/J ..."
-curl -L 
"http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.35.tar.gz";
 | \
+curl -L 
"https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.46.tar.gz";
 | \
 tar -xz                        \
     -C "$DESTINATION/mysql/"   \
     --wildcards                \

Reply via email to