Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Apr 2000 09:43:45 -0500
From:      Dave Glowacki <dglo@ssec.wisc.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17773: Update mysql-jdbc-mm to version 1.2c
Message-ID:  <200004031443.JAA27060@hyde.ssec.wisc.edu>

next in thread | raw e-mail | index | archive | help

>Number:         17773
>Category:       ports
>Synopsis:       Driver patched to work with latest MySQL versions
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr  3 07:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	Recent versions of MySQL

>Description:

	The newest versions of MySQL have protocol changes
	to fix security bugs.  This version of the
	JDBC driver should work with both old and current
	MySQL servers.

>How-To-Repeat:

	

>Fix:


--- /dev/null	Tue Feb 29 20:02:42 2000
+++ Makefile	Sat Mar  4 09:31:08 2000
@@ -6,8 +6,8 @@
 # $FreeBSD: ports/databases/mysql-jdbc-mm/Makefile,v 1.2 2000/02/27 15:34:14 steve Exp $
 #
 
-DISTNAME=	mm.mysql.jdbc-1.2b
-PKGNAME=	mysql-jdbc-mm-1.2b
+DISTNAME=	mm.mysql.jdbc-1.2c
+PKGNAME=	mysql-jdbc-mm-1.2c
 CATEGORIES=	databases
 MASTER_SITES=	http://www.worldserver.com/mm.mysql/dist/
 
--- /dev/null	Sun Jan  2 14:57:51 2000
+++ files/md5	Sat Mar  4 09:32:23 2000
@@ -1 +1 @@
-MD5 (mm.mysql.jdbc-1.2b.tar.gz) = 92ff849f54b1e900fe6e84598371f104
+MD5 (mm.mysql.jdbc-1.2c.tar.gz) = b04aa7f3048c2ebb169ee88ce19a6a4c
diff -ru /dev/null patches/patch-aa
--- /dev/null	Sat Mar  4 09:47:03 2000
+++ patches/patch-aa	Sat Mar  4 09:37:47 2000
@@ -0,0 +1,11 @@
+--- Makefile.orig	Mon Feb 21 23:43:51 2000
++++ Makefile	Sat Mar  4 09:34:31 2000
+@@ -3,7 +3,7 @@
+ # $Id: Makefile,v 1.2 1998/08/25 04:02:25 mmatthew Exp $
+ #
+ 
+-JAVAC = /usr/local/jdk118/bin/javac
++JAVAC = javac
+ JAVAC_FLAGS =-O -g 
+ 
+ all:

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004031443.JAA27060>