Package Details: mysql-connector-java 8.2.0-1

Git Clone URL: https://aur.archlinux.org/mysql-connector-java.git (read-only, click to copy)
Package Base: mysql-connector-java
Description: Java library to connect to MySQL
Upstream URL: https://dev.mysql.com/downloads/connector/j/
Licenses: GPL,custom
Submitter: dracorp
Maintainer: dracorp
Last Packager: dracorp
Votes: 120
Popularity: 0.000000
First Submitted: 2016-03-12 10:09 (UTC)
Last Updated: 2023-11-07 22:11 (UTC)

Dependencies (1)

Required by (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

joschi commented on 2014-11-11 17:00 (UTC)

@whatshisname I've updated the PKGBUILD. FWIW, "iD8DBQBUQOnZjHGNO1By4fURAv/7AJ9SMu518sd6rVWeTTVs+EOJYUKTEQCfcjJT" is not a valid SHA256 hash.

whatshisname commented on 2014-11-10 23:31 (UTC)

The newest version of this package is up to 5.1.34. I edited the PKGBUILD to reflect this. I also tried to insert the various checksums from http://ftp.gwdg.de/pub/misc/mysql/Downloads/Connector-J/ for that version but all variations fail the sha256sum check. My last attempt was to substitute the top line from "mysql-connector-java-5.1.34.tar.gz.asc" -> "iD8DBQBUQOnZjHGNO1By4fURAv/7AJ9SMu518sd6rVWeTTVs+EOJYUKTEQCfcjJT" which equaled the length, at least, of the checksum for 5.1.32 but it still failed. Suggestions?

mdevlamynck commented on 2014-02-20 09:11 (UTC)

The link of source is broken, they have replaced 'cdn.mysql.com' with 'dev.mysql.com'. Also the last version available is 5.1.29.

numkem commented on 2013-11-11 17:16 (UTC)

PKGBUILD updated, thanks!

joschi commented on 2013-10-20 18:06 (UTC)

1ace: Thanks!

1ace commented on 2013-10-10 06:56 (UTC)

I believe replacing the pkgver with 5.1.26 and the md5sums with 1a7af1458f9a615802a17e3a2f07b942 is enough for the update.

vdemeester commented on 2013-03-28 10:54 (UTC)

Hello maintainer, Following the "diff" of AlD, here is an up-to-date version of this package : https://github.com/vdemeester/PKGBUILDs/tree/master/mysql-jdbc. Feel free to use it ;-)

AlD commented on 2013-03-14 17:34 (UTC)

New version, official mirror: diff --git a/PKGBUILD b/PKGBUILD index cded345..3389a60 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,17 @@ # Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD pkgname=mysql-jdbc -pkgver=5.1.22 +pkgver=5.1.24 pkgrel=1 pkgdesc="The official JDBC driver for MySQL" arch=('i686' 'x86_64') url="http://www.mysql.com/downloads/connector/j/" license=('GPL') depends=('java-runtime') -source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/Connector-J/mysql-connector-java-$pkgver.zip) +source=(http://cdn.mysql.com/Downloads/Connector-J/mysql-connector-java-${pkgver}.zip) install=mysql-jdbc.install +md5sums=('f994df6a7c106eb8160d2e570ff2c853') +sha256sums=('c991ad3f011d5ae706d28a6f42c04fa9da36bc1d6e72a796f81bd88bad390d66') package() { local connector=mysql-connector-java-$pkgver @@ -19,6 +21,3 @@ package() { $pkgdir/usr/share/java/mysql-jdbc/${connector}-bin.jar ln -s ${connector}-bin.jar $pkgdir/usr/share/java/mysql-jdbc/mysql-connector-java-bin.jar } - -md5sums=('c10b7732e8431ecd9d9376b7711cbc07') -sha256sums=('5546d284baac3011e14b265aaed99874d363fa514cc78dd8a40c4780ed0fdd41')

numkem commented on 2013-02-22 16:54 (UTC)

Good idea, I've created the symlink /usr/share/java/mysql-connector-java-bin.jar that points to the current jar version.