You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/04/23 12:37:43 UTC

[1/2] guacamole-client git commit: GUACAMOLE-553: Update JDBC MySQL connector library to version 5.1.45

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 <ma...@mediamixx.de>
Authored: Mon Apr 23 13:40:29 2018 +0200
Committer: GitHub <no...@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                \


[2/2] guacamole-client git commit: GUACAMOLE-553: Merge update MySQL JDBC driver for Docker build script.

Posted by vn...@apache.org.
GUACAMOLE-553: Merge update MySQL JDBC driver for Docker build script.


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

Branch: refs/heads/master
Commit: 95d1f72b4d95c9f94e3cff755edc3f05d1b4f732
Parents: 1ac0825 5410c6b
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Apr 23 08:36:33 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Apr 23 08:36:33 2018 -0400

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