ports/157377: [maintainer] databases/mysql-connector-java -- update to 5.1.16

Matthew Seaman m.seaman at infracaninophile.co.uk
Sat May 28 09:40:09 UTC 2011


>Number:         157377
>Category:       ports
>Synopsis:       [maintainer] databases/mysql-connector-java -- update to 5.1.16
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 28 09:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #41 r222157M: Sat May 21 15:15:31 BST 2011 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

Routine bug-fix update to version 5.1.16

>From the CHANGELOG:

  - Partial fix for BUG#54135 - setQueryTimeout unsafe across VIP. Fix prevents c/J from 
    killing the right ConnectionID but on wrong server.

  - Fix for BUG#57808 - wasNull not set for DATE field with value 0000-00-00
        in getDate() although zeroDateTimeBehavior is convertToNull.

  - Fix for Bug#54425 - Bypassing the server protocol bug where DB should be null-terminated
    whether it exists or not. Affects COM_CHANGE_USER.
        
  - Fix for Bug#60313 (11890729), bug in 
    com.mysql.jdbc.ResultSetRow.getTimestampFast().

  - Fix for bug 11782297, DBMD.getTables (so thus getColumns too) fails with 
    table names containing dot (like "junk_[Sp:e,c/ C-h+a=.r]").
  
  - Added the ability to determine if the connection is against a server on the 
    same host via the Connection.isServerLocal() method.
    
  - Fix for bug 12325877, Setting "autoReconnect=true" and 
    "cacheServerConfiguration=true" would cause connections created after
    an existing connection fails to have non-existent values for server
    variables which lead to exceeding of max allowed packet exceptions when the
    new connections were used.



>How-To-Repeat:
	
>Fix:

	

--- mysql-connector-java.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-connector-java/Makefile,v
retrieving revision 1.56
diff -u -u -r1.56 Makefile
--- Makefile	21 May 2011 20:01:41 -0000	1.56
+++ Makefile	27 May 2011 21:45:39 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mysql-connector-java
-PORTVERSION=	5.1.15
+PORTVERSION=	5.1.16
 CATEGORIES=	databases java
 MASTER_SITES=	${MASTER_SITE_MYSQL}
 MASTER_SITE_SUBDIR=	Connector-J
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-connector-java/distinfo,v
retrieving revision 1.34
diff -u -u -r1.34 distinfo
--- distinfo	21 May 2011 20:01:41 -0000	1.34
+++ distinfo	27 May 2011 21:45:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (mysql-connector-java-5.1.15.tar.gz) = 6db61abe733fc074215a50abb6db81c34eae193a8825a832a46dd05a9e566fce
-SIZE (mysql-connector-java-5.1.15.tar.gz) = 3304179
+SHA256 (mysql-connector-java-5.1.16.tar.gz) = 773f9ad60361de473843a051f82616f03b9b9f2e49c00ee12630466f50a622e4
+SIZE (mysql-connector-java-5.1.16.tar.gz) = 3834647
--- mysql-connector-java.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list