Bug 201317

Summary: [patch] databases/mysql-connector-java: Update to 5.1.36 and restrict to Java 6&7
Product: Ports & Packages Reporter: Greg Lewis <glewis>
Component: Individual Port(s)Assignee: Matthew Seaman <matthew>
Status: Closed FIXED    
Severity: Affects Many People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (matthew)
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199591
Attachments:
Description Flags
Patch none

Description Greg Lewis freebsd_committer freebsd_triage 2015-07-03 20:20:28 UTC
. Update databases/mysql-connector-java to 5.1.36
. Limit the supported Java versions to 6 & 7 since compilation fails with Java 8.
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2015-07-03 20:21:16 UTC
Created attachment 158309 [details]
Patch
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2015-07-03 22:11:13 UTC
*** Bug 201316 has been marked as a duplicate of this bug. ***
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2015-07-03 22:11:22 UTC
*** Bug 201315 has been marked as a duplicate of this bug. ***
Comment 4 Greg Lewis freebsd_committer freebsd_triage 2015-07-03 23:07:57 UTC
Ugh.  Any ideas why Bugzilla created three separate bugs?
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-07-04 10:16:58 UTC
A commit references this bug:

Author: matthew
Date: Sat Jul  4 10:16:45 UTC 2015
New revision: 391301
URL: https://svnweb.freebsd.org/changeset/ports/391301

Log:
  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

Changes:
  head/databases/mysql-connector-java/Makefile
  head/databases/mysql-connector-java/distinfo
Comment 6 Matthew Seaman freebsd_committer freebsd_triage 2015-07-04 10:17:51 UTC
Committed, thanks!