Path to this page:
./
databases/mysql56-server,
MySQL 5, a free SQL database (server)
Branch: pkgsrc-2016Q3,
Version: 5.6.34,
Package name: mysql-server-5.6.34,
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: b352b44385668f0d327d3f275f33f660d85497b3
RMD160: 4095f4276623432d235211a445b5d5f540658b2d
Filesize: 31342.541 KB
Version history: (Expand)
- (2016-10-22) Updated to version: mysql-server-5.6.34
- (2016-10-03) Package added to pkgsrc.se, version mysql-server-5.6.33 (created)
CVS history: (Expand)
2016-10-22 18:18:27 by Benny Siegert | Files touched by this commit (5) |
Log message:
Pullup ticket #5142 - requested by taca
databases/mysql56-client: security fix
databases/mysql56-server: security fix
Revisions pulled up:
- databases/mysql56-client/Makefile.common 1.36-1.37
- databases/mysql56-client/distinfo 1.38-1.39
- databases/mysql56-client/patches/patch-client_mysql.cc deleted
- databases/mysql56-client/patches/patch-cmake_readline.cmake 1.4
- databases/mysql56-server/PLIST 1.27
---
Module Name: pkgsrc
Committed By: fhajny
Date: Fri Sep 30 11:54:49 UTC 2016
Modified Files:
pkgsrc/databases/mysql56-client: Makefile.common distinfo
pkgsrc/databases/mysql56-client/patches: patch-cmake_readline.cmake
Removed Files:
pkgsrc/databases/mysql56-client/patches: patch-client_mysql.cc
Log message:
Change the way readline/editline support is patched, based on what
mysql57-client has. This fixes at least SmartOS builds, no changes for
NetBSD (and presumably elsewhere).
---
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 12 16:58:21 UTC 2016
Modified Files:
pkgsrc/databases/mysql56-client: Makefile.common distinfo
pkgsrc/databases/mysql56-server: PLIST
Log message:
Changes 5.6.34:
Packaging Notes
---------------
RPM and Debian packages now create the /var/lib/mysql-files directory, which \
is now the default value of the secure_file_priv system variable that specifies \
a directory for import and export operations.
Security Notes
--------------
Incompatible Change: The secure_file_priv system variable is used to limit \
the effect of data import and export operations.
Functionality Added or Changed
------------------------------
yaSSL was upgraded to version 2.4.2. This upgrade corrects issues with: \
Potential AES side channel leaks; DSA padding for unusual sizes; the \
SSL_CTX_load_verify_locations() OpenSSL compatibility function failing to handle \
long path directory names.
|