./databases/mysql51-server, MySQL 5, a free SQL database (server)

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


Branch: pkgsrc-2010Q3, Version: 5.1.52, Package name: mysql-server-5.1.52, Maintainer: sketch

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 server programs and libraries including
embedded server (by PKG_OPTION).

DEINSTALL [+/-]

Required to run:
[databases/mysql51-client] [lang/perl5]

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

Package options: mysqlmanager, ndb-cluster, pstack, ssl, embedded-server

Master sites: (Expand)

SHA1: 5ed4a3c12662b0329df870f4dcebea6903e94265
RMD160: 5809c7a5932a014fe412ddc5b9f15632c7367c27
Filesize: 23282.969 KB

Version history: (Expand)


CVS history: (Expand)


   2010-11-09 21:38:48 by S.P.Zeidler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket 3268 - requested by taca
security update

Revisions pulled up:
- pkgsrc/databases/mysql51-client/Makefile.common	1.13
- pkgsrc/databases/mysql51-client/distinfo		1.10
- pkgsrc/databases/mysql51-server/PLIST			1.10
- pkgsrc/databases/mysql51-server/distinfo		1.12

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Thu Nov  4 15:57:07 UTC 2010

   Modified Files:
           pkgsrc/databases/mysql51-client: Makefile.common distinfo
           pkgsrc/databases/mysql51-server: PLIST distinfo

   Log message:
   Update mysql51-{client,server} package from 5.1.51 to 5.1.52.

   This is maintainous release and pleare refer in detail:

           http://dev.mysql.com/doc/refman/5.1/en/news-5-1-52.html

   One note from the changes:

   * Security Fix: In prepared-statement mode, EXPLAIN for a SELECT from
     a derived table caused a server crash. (Bug#54488)

   To generate a diff of this commit:
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/mysql51-client/Makefile.common
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/mysql51-client/distinfo
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/mysql51-server/PLIST
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/mysql51-server/distinfo