./databases/mysql5-client, MySQL 5, a free SQL database (client)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 5.0.96, Package name: mysql-client-5.0.96, Maintainer: pkgsrc-users

MySQL is a SQL (Structured Query Language) database server. SQL is the
most popular database language in the world. MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.

The main goals of MySQL are speed and robustness.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development it already offers a rich and highly useful
function set.

The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).

This package contains the MySQL client programs and libraries.


Required to run:
[lang/perl5]

Required to build:
[archivers/bsdtar] [devel/autoconf] [devel/libtool-base] [devel/gmake] [shells/bash]

Package options: ssl

Master sites: (Expand)

SHA1: b28a82dccaa8a9d708f49ec5d0d0c3762d4010c8
RMD160: b7c500f5aa82ab7189acc3c184db25616645e3ec
Filesize: 22154.948 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-18 15:50:48 by Matthias Scheler | Files touched by this commit (14) | Package updated
Log message:
Pullup ticket #3744 - requested by taca
databases/mysql5-client: security update
databases/mysql5-server: security update

Revisions pulled up:
- databases/mysql5-client/Makefile.common                       1.42
- databases/mysql5-client/distinfo                              1.31
- databases/mysql5-client/patches/patch-ap                      1.3
- databases/mysql5-server/Makefile                              1.33
- databases/mysql5-server/PLIST                                 1.18
- databases/mysql5-server/distinfo                              1.29
- databases/mysql5-server/patches/patch-ca                      1.5
- databases/mysql5-server/patches/patch-include_my__time.h      deleted
- databases/mysql5-server/patches/patch-mysql-test_r_func__time.result deleted
- databases/mysql5-server/patches/patch-mysql-test_t_func__time.test deleted
- databases/mysql5-server/patches/patch-sql-common_my__time.c   deleted
- databases/mysql5-server/patches/patch-sql_mysqld.cc           deleted
- databases/mysql5-server/patches/patch-sql_set__var.cc         deleted
- databases/mysql5-server/patches/patch-sql_sql__class.h        deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr 14 04:04:48 UTC 2012

   Modified Files:
   	pkgsrc/databases/mysql5-client: Makefile.common distinfo
   	pkgsrc/databases/mysql5-client/patches: patch-ap
   	pkgsrc/databases/mysql5-server: Makefile PLIST distinfo
   	pkgsrc/databases/mysql5-server/patches: patch-ca
   Removed Files:
   	pkgsrc/databases/mysql5-server/patches: patch-include_my__time.h
   	    patch-mysql-test_r_func__time.result
   	    patch-mysql-test_t_func__time.test patch-sql-common_my__time.c
   	    patch-sql_mysqld.cc patch-sql_set__var.cc patch-sql_sql__class.h

   Log message:
   Update mysql5-client and mysql5-server to 5.0.96, last release of
   MySQL 5.0 series.

   5.0.96

   * yaSSL was upgraded from version 1.7.2 to 2.2.0.

   5.0.95

   * No change log entries.

   5.0.94

   * Some files in the MySQL Server sources containing legacy code still used the
     LGPL license. Such files that were no longer in use have been removed. Any
     such code that remains following this removal now appears under the GPL
     only. (Bug #11896296)

     References: See also Bug #11840513.

   * Under some circumstances, the result of SUBSTRING_INDEX() incorrectly
     depended on the contents of the previous row. (Bug #42404, Bug #11751514)

   5.0.93

   * Security Fix: The PolyFromWKB() function could crash the server when
     improper WKB data was passed to the function. (Bug #51875, Bug #11759554,
     CVE-2010-3840)

   * Security Fix: Bug #36544 was fixed.

   * Security Fix: Bug #49124 and Bug #11757121 were fixed.

   * Two unused test files in storage/ndb/test/sql contained incorrect versions
     of the GNU Lesser General Public License. The files and the directory
     containing them have been removed. (Bug #11810224)

     References: See also Bug #11810156.

   * On FreeBSD and OpenBSD, the server incorrectly checked the range of the
     system date, causing legal values to be rejected. (Bug #55755, Bug
     #11763089)