Path to this page:
./
databases/mysql51-client,
MySQL 5, a free SQL database (client)
Branch: pkgsrc-2010Q3,
Version: 5.1.52,
Package name: mysql-client-5.1.52,
Maintainer: sketchMySQL 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:[
shells/bash] [
devel/autoconf] [
devel/libtool-base] [
devel/gmake] [
archivers/bsdtar]
Package options: embedded-server, mysqlmanager, ndb-cluster, pstack, ssl
Master sites: (Expand)
SHA1: 5ed4a3c12662b0329df870f4dcebea6903e94265
RMD160: 5809c7a5932a014fe412ddc5b9f15632c7367c27
Filesize: 23282.969 KB
Version history: (Expand)
- (2010-11-11) Updated to version: mysql-client-5.1.52
- (2010-10-17) Package has been reborn
- (2010-10-16) Package added to pkgsrc.se, version mysql-client-5.1.51 (created)
CVS history: (Expand)
2010-11-09 21:38:48 by S.P.Zeidler | Files touched by this commit (4) | |
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
|