Path to this page:
./
databases/mysql56-server,
MySQL 5, a free SQL database (server)
Branch: pkgsrc-2015Q2,
Version: 5.6.25nb1,
Package name: mysql-server-5.6.25nb1,
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 including
embedded server (by PKG_OPTION).
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2013/02/13 21:00:09 adam 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
MESSAGE.sphinx [+/-]===========================================================================
$NetBSD: MESSAGE.sphinx,v 1.1 2014/10/17 17:07:45 fhajny Exp $
To install the SphinxSE MySQL plugin, log into your MySQL console
and issue the following query:
INSTALL PLUGIN sphinx SONAME 'ha_sphinx.so';
You can verify it has been loaded properly by checking whether
it shows up in the list when list your engines:
SHOW ENGINES;
===========================================================================
Required to run:[
databases/mysql56-client] [
devel/editline] [
lang/perl5]
Package options: embedded-server, ssl
Master sites: (Expand)
SHA1: ace53481400a4ad363ee0453a547b8ba07582fd2
RMD160: a65b1aa209cb2f08295db7cb7259a7ce294c0713
Filesize: 32425.118 KB
Version history: (Expand)
- (2015-07-19) Updated to version: mysql-server-5.6.25nb1
- (2015-07-04) Package added to pkgsrc.se, version mysql-server-5.6.25 (created)
CVS history: (Expand)
2015-07-19 19:58:44 by Matthias Scheler | Files touched by this commit (5) |
Log message:
Pullup ticket #4776 - requested by manu
databases/mysql56-client: bug fix patch
databases/mysql56-server: bug fix patch
Revisions pulled up:
- databases/mysql56-client/Makefile 1.17
- databases/mysql56-client/distinfo 1.25
- databases/mysql56-client/patches/patch-include_violite.h 1.1
- databases/mysql56-client/patches/patch-vio_viosslfactories.c 1.1
- databases/mysql56-server/Makefile 1.25
---
Module Name: pkgsrc
Committed By: manu
Date: Tue Jul 14 12:09:24 UTC 2015
Modified Files:
pkgsrc/databases/mysql56-client: Makefile distinfo
Added Files:
pkgsrc/databases/mysql56-client/patches: patch-include_violite.h
patch-vio_viosslfactories.c
Log message:
Restore SSL functionnality with OpenSSL 1.0.1p
With OpenSSL 1.0.1p upgrade, DH parameters below 1024 bits are now
refused. MySQL hardcodes 512 bits DH parameters and will therefore
fail to run SSL connexions with OpenSSL 1.0.1p
Apply fix from upstream:
https://github.com/mysql/mysql-server/commit/
866b988a76e8e7e217017a7883a52a12ec5024b9
---
Module Name: pkgsrc
Committed By: manu
Date: Tue Jul 14 16:38:56 UTC 2015
Modified Files:
pkgsrc/databases/mysql56-server: Makefile
Log message:
Restore SSL functionnality with OpenSSL 1.0.1p (revision bump)
This changes just bumps PKGREVISION after patches were added
in mysql56-client/patches which impact mysql56-server.
For the record, the commit log or that patches:
> With OpenSSL 1.0.1p upgrade, DH parameters below 1024 bits are now
> refused. MySQL hardcodes 512 bits DH parameters and will therefore
> fail to run SSL connexions with OpenSSL 1.0.1p
>
> Apply fix from upstream:
> https://github.com/mysql/mysql-server/commit/
866b988a76e8e7e217017a7883a52a12ec5024b9
|