Commit Graph

74 Commits

Author SHA1 Message Date
Richard Gallamore 442a43aa36 Updated to 8.0.23
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-23.html
2021-01-23 06:22:02 +00:00
Richard Gallamore b0b6fd149a Updated to 8.0.22
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-22.html
2020-10-20 17:44:42 +00:00
Richard Gallamore bd20e8d6b9 Updated to 8.0.21
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-21.html
2020-07-16 08:12:56 +00:00
Richard Gallamore 0f2111b27f Updated to 8.0.20
Changelog: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-20.html
2020-04-28 07:57:14 +00:00
Richard Gallamore e1a86132a7 Updated to 8.0.19
Removed white space to satisfy portlint

Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-19.html
2020-01-17 03:47:55 +00:00
Richard Gallamore 011b7ec40a Updated to 8.0.18
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-18.html
2019-10-16 04:17:35 +00:00
Richard Gallamore 32984ea5b2 Updated to 8.0.17
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-17.html
2019-08-01 03:30:43 +00:00
Matthew Seaman 27b8e8eb93 Update to 8.0.16
Upstream has unbundled all of the 3rd party jars they used to ship in
the tarball.  We already preferred installing slf4j.jar and c3p0.jar
from ports, so we just had to add a dependency (and create a port for)
protobuf-java.jar

ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-16.html
2019-04-29 05:40:45 +00:00
Matthew Seaman 73076f8b2e Update to 8.0.15
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-15.html
2019-02-04 07:47:36 +00:00
Matthew Seaman e03c0cef44 Update to 8.0.14
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-14.html
2019-01-23 12:56:52 +00:00
Matthew Seaman 389333ae5f Update databases/mysql-connector-java to 8.0.13
This now requires Java 1.8+

Repo-copy the orgiginal port to	databases/mysql-connector-java51 to
provide continued support for Java 1,6 and 1.7 users.  Hook up to the
tree.

Summary	of Changes:	https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database/
ChangeLogs:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/
2019-01-08 20:36:03 +00:00
Matthew Seaman aa84db2337 Update to 5.1.47
Release Notes: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-47.html
2018-09-02 06:55:26 +00:00
Matthew Seaman 35a8fe569b Update to 5.1.46
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-46.html
2018-03-15 19:47:38 +00:00
Matthew Seaman 40fc605e9d Update to 5.1.45
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-45.html
2017-12-02 18:12:09 +00:00
Matthew Seaman 75af4c6b3e Update to 5.1.44
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-44.html
2017-09-02 17:58:41 +00:00
Matthew Seaman 982b638454 Update to 5.1.43
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-43.html
2017-07-24 18:58:56 +00:00
Matthew Seaman eb6bbd0098 Update to 5.1.42
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-42.html
2017-05-01 11:34:31 +00:00
Matthew Seaman 48d24a6c83 Update to 5.1.41
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html
2017-02-28 23:54:54 +00:00
Matthew Seaman c0dbb2ded6 Update to 5.1.40
Changelog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-40.html
2016-10-04 15:19:39 +00:00
Matthew Seaman 31c9673a3f Update to 5.1.39
- Modernize port: use option depended make targets
 - Add PORTSCOUT config
 - Support OpenJDK8
 - Consequently make building the javadoc API docs contingent on the
   version of java used: only build when java 1.6 or 1.7 is in use.
   javadoc in OpenJDK 1.8 is much less forgiving than in earlier
   versions of java, and would require substantion patching of the
   sources to generate javadoc successfully.
 - Use COPYTREE_SHARE to install javadocs rather than rolling our own

ChangeLog:	http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-39.html
2016-05-23 14:23:28 +00:00
Matthew Seaman e69d75fd6d Update to 5.1.38
- Don't insert a sed token into the plist when we can simply use a
    make(1) variable.

ChangeLog:  https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-38.html
2016-01-12 07:34:43 +00:00
Matthew Seaman cf3e3a196b Update to 5.1.37
ReleaseNotes:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-37.html
2015-10-16 07:00:28 +00:00
Matthew Seaman d4ddb373d7 Update to 5.1.36
- limit acceptable OpenJDK versions to 1.6 and 1.7

Change Log:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-36.html
PR:		201317
Submitted by:	glewis
2015-07-04 10:16:43 +00:00
Matthew Seaman a8b341e2a4 Update to 5.1.35
ChangeLog:	http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-35.html
2015-03-24 11:16:02 +00:00
Matthew Seaman b33491dc7b Update to 5.1.34
Release notes:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-34.html
2014-11-15 13:24:00 +00:00
Matthew Seaman a9aaee0dca Update to 5.1.33
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-33.html
2014-09-26 11:44:28 +00:00
Matthew Seaman 56fd72023a Update to 5.1.32
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-32.html
2014-09-14 15:50:44 +00:00
Matthew Seaman a9e7adf684 Update to 5.1.31
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-31.html
2014-06-07 17:53:25 +00:00
Matthew Seaman cee39373ce Update to 5.1.30
Change log:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-30.html
2014-03-29 18:48:00 +00:00
Matthew Seaman 592a9faab9 Update to 5.1.29
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-29.html
2014-02-04 19:04:17 +00:00
Matthew Seaman 8238bf7aa3 Update to 5.1.28
This is a routine bugfix and incremental improvement release.

ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-28.html
2013-12-24 07:57:42 +00:00
Matthew Seaman d5a30181dd Update to 5.1.27
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-27.html
2013-11-08 06:34:19 +00:00
Matthew Seaman fa6d14a173 - Update to 5.1.26
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-26.html
2013-08-02 06:09:04 +00:00
Matthew Seaman 0a4b684fb4 Update to 5.1.25
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-25.html
2013-05-02 16:22:30 +00:00
Matthew Seaman e4e43515a8 Update to 5.1.24
ChangeLogs:
  https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-23.html
  https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-24.html

Feature safe:	yes
2013-04-16 21:00:33 +00:00
Matthew Seaman faf983fd4a Update to 5.1.22
- Trim Makefile headers
  - ChangeLog: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-22.html

Feature safe:  yes
2012-11-25 17:12:51 +00:00
Matthew Seaman 4d1e4dda11 - Update to 5.1.21
- ChangeLogs: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-x.html
2012-08-03 09:28:08 +00:00
Tilman Keskinoz 64cb95f949 Switch to zipfile as tar.gz became unavailable
PR:		158754
Submitted by:	Jarrod Sayers
Approved by:	Maintainer
2011-07-10 18:23:30 +00:00
Tilman Keskinoz 3e4cdbf400 Update to 5.1.17
PR:		158673
Submitted by:	maintainer
2011-07-07 20:07:24 +00:00
Martin Wilke 1a591c2508 - Update to 5.1.16
PR:		157377
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2011-05-31 03:12:01 +00:00
Tilman Keskinoz b030baf14c Update to 5.1.15
PR:		156443
Submitted by:	maintainer
2011-05-21 20:01:41 +00:00
Martin Wilke bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Wilke b5e0d2a2c5 - Update to 5.1.12
PR:		146760
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2010-06-03 17:09:57 +00:00
Martin Wilke abe408e841 - Update to 5.1.11
PR:		143052
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2010-01-25 08:54:37 +00:00
Martin Wilke 947ac37f2c - Update to 5.1.10
PR:		140802
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-11-27 23:20:28 +00:00
Dmitry Marakasov 25978fd4ab - Update to 5.1.8
PR:		136782
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-07-16 14:49:31 +00:00
Martin Wilke 143064e11a - Update to 5.1.7
PR:		128280
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-10-24 19:00:05 +00:00
Martin Wilke 81fcf4d2b3 - Update to 5.1.6
PR:		121448
Submitted by:	Matthew Seaman (maintainer)
2008-03-07 10:12:20 +00:00
Martin Wilke a9c768dcba - Update to 5.1.5
PR:		117219
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2007-10-24 09:15:43 +00:00
Martin Wilke e274049c22 -Update to 5.0.8
PR:		117060
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2007-10-12 23:49:21 +00:00