From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 28 09:40:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2FCD1065670 for ; Sat, 28 May 2011 09:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC0E48FC14 for ; Sat, 28 May 2011 09:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4S9e8fw061372 for ; Sat, 28 May 2011 09:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4S9e86f061371; Sat, 28 May 2011 09:40:08 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2011 09:40:08 GMT Resent-Message-Id: <201105280940.p4S9e86f061371@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C2C01065672 for ; Sat, 28 May 2011 09:33:32 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id D032B8FC21 for ; Sat, 28 May 2011 09:33:31 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p4S9XMiZ011191 for ; Sat, 28 May 2011 10:33:22 +0100 (BST) (envelope-from matthew@lucid-nonsense.infracaninophile.co.uk) Received: (from matthew@localhost) by lucid-nonsense.infracaninophile.co.uk (8.14.5/8.14.5/Submit) id p4S9XMHj011190; Sat, 28 May 2011 10:33:22 +0100 (BST) (envelope-from matthew) Message-Id: <201105280933.p4S9XMHj011190@lucid-nonsense.infracaninophile.co.uk> Date: Sat, 28 May 2011 10:33:22 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157377: [maintainer] databases/mysql-connector-java -- update to 5.1.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2011 09:40:09 -0000 >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@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: