./databases/mysql56-client, MySQL 5, a free SQL database (client)

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


Branch: pkgsrc-2016Q3, Version: 5.6.34, Package name: mysql-client-5.6.34, Maintainer: pkgsrc-users

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 client programs and libraries.


Required to run:
[devel/editline] [lang/perl5]


Package options: embedded-server, ssl

Master sites: (Expand)

SHA1: b352b44385668f0d327d3f275f33f660d85497b3
RMD160: 4095f4276623432d235211a445b5d5f540658b2d
Filesize: 31342.541 KB

Version history: (Expand)


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.