Path to this page:
./
databases/mysql5-server,
MySQL 5, a free SQL database (server)
Branch: pkgsrc-2007Q3,
Version: 5.0.51,
Package name: mysql-server-5.0.51,
Maintainer: pkgsrc-usersMySQL 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.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2005/10/31 09:22:26 xtraeme Exp $
case ${STAGE} in
POST-DEINSTALL)
if [ -d @MYSQL_DATADIR@ ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, and you don't
wish to preserve your existing databases, then you may remove the
following directory:
@MYSQL_DATADIR@
===========================================================================
EOF
fi
esac
Required to run:[
databases/mysql5-client] [
lang/perl5]
Required to build:[
devel/libtool-base] [
devel/autoconf] [
devel/gmake]
Package options: ssl
Master sites: (Expand)
SHA1: a9a253ea842e973df6f475c04dac77522de0dea7
RMD160: e14baa1c40cb385fa64fc72355db9ca58a6be2f9
Filesize: 26411.705 KB
Version history: (Expand)
- (2007-12-30) Updated to version: mysql-server-5.0.51
- (2007-11-10) Package added to pkgsrc.se, version mysql-server-5.0.45 (created)
CVS history: (Expand)
2007-12-17 16:26:53 by Geert Hendrickx | Files touched by this commit (11) | |
Log message:
Pullup ticket 2245 - requested by tron
security update for mysql5
- pkgsrc/databases/mysql5-client/Makefile 1.11, 1.12, 1.14
- pkgsrc/databases/mysql5-client/Makefile.common 1.26, 1.28
- pkgsrc/databases/mysql5-client/PLIST 1.8, 1.9
- pkgsrc/databases/mysql5-client/distinfo 1.20, 1.21
- pkgsrc/databases/mysql5-client/patches/patch-ad 1.7
- pkgsrc/databases/mysql5-server/Makefile 1.20
- pkgsrc/databases/mysql5-server/PLIST 1.12
- pkgsrc/databases/mysql5-server/distinfo 1.17
- pkgsrc/databases/mysql5-server/patches/patch-ab 1.5
- pkgsrc/databases/mysql5-server/patches/patch-ak 1.4
- pkgsrc/databases/mysql5-server/patches/patch-an 1.4
Module Name: pkgsrc
Committed By: rillig
Date: Fri Oct 12 14:32:46 UTC 2007
Modified Files:
pkgsrc/databases/mysql5-client: Makefile Makefile.common PLIST distinfo
pkgsrc/databases/mysql5-client/patches: patch-ad
Log message:
The mysql.info file is not rebuilt anymore, so it is safe to install the
documentation.
PKGREVISION++
---
Module Name: pkgsrc
Committed By: rillig
Date: Sun Oct 14 17:43:33 UTC 2007
Modified Files:
pkgsrc/databases/mysql5-client: Makefile PLIST
Log message:
The file manual.chm is installed additionally, since it is much more
comfortable to browse than the GNU info file.
PKGREVISION++
---
Module Name: pkgsrc
Committed By: tron
Date: Fri Dec 14 13:36:54 UTC 2007
Modified Files:
pkgsrc/databases/mysql5-client: Makefile Makefile.common distinfo
pkgsrc/databases/mysql5-server: Makefile PLIST distinfo
pkgsrc/databases/mysql5-server/patches: patch-ab patch-ak patch-an
Log message:
Update "mysql5-client" and "mysql5-server" packages to \
version 5.0.51.
This version fixes a lot of bugs including the security vulnerability
reported in CVE-2007-5969.
A complete list of the changes can be found here:
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
|