Re: UPDATE: MySQL 5.0.51a - security update

2008-02-11 Thread Andrew Ruscica
On Mon, Feb 11, 2008 at 12:49:04AM +, Stuart Henderson wrote:
 On 2008/02/10 14:33, Brad wrote:
  Here is an update to MySQL 5.0.51a which fixes two security issues.
 
 Ok with me, tested on my (lightly-loaded) sparc64 installation.
 Any other reports?

Builds fine on amd64. Not had a chance to test yet.
 
 



UPDATE: MySQL 5.0.51a - security update

2008-02-10 Thread Brad
Here is an update to MySQL 5.0.51a which fixes two security issues.


Index: Makefile
===
RCS file: /cvs/ports/databases/mysql/Makefile,v
retrieving revision 1.138
diff -u -p -r1.138 Makefile
--- Makefile18 Jan 2008 20:34:14 -  1.138
+++ Makefile10 Feb 2008 02:59:55 -
@@ -4,7 +4,7 @@ COMMENT-main=   multithreaded SQL database
 COMMENT-server=multithreaded SQL database (server)
 COMMENT-tests= multithreaded SQL database (regression test suite)
 
-VERSION=   5.0.51
+VERSION=   5.0.51a
 DISTNAME=  mysql-${VERSION}
 PKGNAME-main=  mysql-client-${VERSION}
 PKGNAME-server=mysql-server-${VERSION}
Index: distinfo
===
RCS file: /cvs/ports/databases/mysql/distinfo,v
retrieving revision 1.32
diff -u -p -r1.32 distinfo
--- distinfo18 Jan 2008 20:34:14 -  1.32
+++ distinfo10 Feb 2008 03:00:58 -
@@ -1,5 +1,5 @@
-MD5 (mysql-5.0.51.tar.gz) = iMOcjLd4EP67g7fuYlNk1w==
-RMD160 (mysql-5.0.51.tar.gz) = 4UuqHEDLOF+mT8cjVducpYpr4vk=
-SHA1 (mysql-5.0.51.tar.gz) = qaJT6oQulz329HXATax3Ui3g3qc=
-SHA256 (mysql-5.0.51.tar.gz) = tYQHToAyii5lUV7z35R6gSmeMUCnuop+n43PTpLVc2s=
-SIZE (mysql-5.0.51.tar.gz) = 27045586
+MD5 (mysql-5.0.51a.tar.gz) = qD29u5Emfa9z0il6nCg90Q==
+RMD160 (mysql-5.0.51a.tar.gz) = hpdUFQ6kLy+6029365oOe7bjiSs=
+SHA1 (mysql-5.0.51a.tar.gz) = rcg7yubQT8zWNg3DqjfGSqpHmj0=
+SHA256 (mysql-5.0.51a.tar.gz) = WbBvapSEMMclR2DgvxbxRH7hTQFCBz9Y/S5owyczC2g=
+SIZE (mysql-5.0.51a.tar.gz) = 27588558

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: UPDATE: MySQL 5.0.51a - security update

2008-02-10 Thread Stuart Henderson
On 2008/02/10 14:33, Brad wrote:
 Here is an update to MySQL 5.0.51a which fixes two security issues.

Ok with me, tested on my (lightly-loaded) sparc64 installation.
Any other reports?