summaryrefslogtreecommitdiff
path: root/databases/mysql56-server/PLIST
diff options
context:
space:
mode:
authoradam <adam>2016-04-18 10:32:47 +0000
committeradam <adam>2016-04-18 10:32:47 +0000
commitd09053f714dcc3d15ed01f8c9dee96e2811119a5 (patch)
treed464b4924a6881beec193c45bcaee2113399eae2 /databases/mysql56-server/PLIST
parent18ac7def44ad941349ef3293aa0098ec72ef04bd (diff)
downloadpkgsrc-d09053f714dcc3d15ed01f8c9dee96e2811119a5.tar.gz
Changes 5.6.30:
Security Notes -------------- The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1s. Issues fixed in the new version are described at http://www.openssl.org/news/vulnerabilities.html. This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead. MySQL client programs now support an --ssl-mode option that enables you to specify the security state of the connection to the server. The default value is DISABLED (establish an unencrypted connection). --ssl-mode=REQUIRED) can be specified to require a secure connection, or fail if a secure connection cannot be obtained. These clients support --ssl-mode: mysql, mysqladmin, mysqlcheck, mysqldump, mysqlimport, mysqlshow, mysqlpump, mysqlslap, mysqltest, mysql_upgrade. For more information, see Command Options for Secure Connections. Bugs Fixed
Diffstat (limited to 'databases/mysql56-server/PLIST')
-rw-r--r--databases/mysql56-server/PLIST26
1 files changed, 25 insertions, 1 deletions
diff --git a/databases/mysql56-server/PLIST b/databases/mysql56-server/PLIST
index 9b1a424b9be..cdefa81f3ad 100644
--- a/databases/mysql56-server/PLIST
+++ b/databases/mysql56-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2016/02/28 08:58:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2016/04/18 10:32:47 adam Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -1557,6 +1557,8 @@ share/mysql/test/r/ssl_crl_clients-valid.result
share/mysql/test/r/ssl_crl_clients.result
share/mysql/test/r/ssl_crl_clients_valid.result
share/mysql/test/r/ssl_crl_crlpath.result
+share/mysql/test/r/ssl_mode.result
+share/mysql/test/r/ssl_mode_no_ssl.result
share/mysql/test/r/status.result
share/mysql/test/r/status2.result
share/mysql/test/r/status_bug17954.result
@@ -3458,6 +3460,7 @@ share/mysql/test/suite/innodb/r/blob-update-debug.result
share/mysql/test/suite/innodb/r/blob_redo.result
share/mysql/test/suite/innodb/r/checksum.result
share/mysql/test/suite/innodb/r/create-index.result
+share/mysql/test/suite/innodb/r/create_isl_with_direct.result
share/mysql/test/suite/innodb/r/dropdb.result
share/mysql/test/suite/innodb/r/foreign_key.result
share/mysql/test/suite/innodb/r/import.result
@@ -3594,6 +3597,7 @@ share/mysql/test/suite/innodb/r/innodb_bug70867.result
share/mysql/test/suite/innodb/r/innodb_corrupt_bit.result
share/mysql/test/suite/innodb/r/innodb_ctype_ldml.result
share/mysql/test/suite/innodb/r/innodb_file_format.result
+share/mysql/test/suite/innodb/r/innodb_file_limit_check.result
share/mysql/test/suite/innodb/r/innodb_force_recovery.result
share/mysql/test/suite/innodb/r/innodb_gis.result
share/mysql/test/suite/innodb/r/innodb_i_s_innodb_locks.result
@@ -3647,6 +3651,8 @@ share/mysql/test/suite/innodb/t/blob_redo-master.opt
share/mysql/test/suite/innodb/t/blob_redo.test
share/mysql/test/suite/innodb/t/checksum.test
share/mysql/test/suite/innodb/t/create-index.test
+share/mysql/test/suite/innodb/t/create_isl_with_direct-master.opt
+share/mysql/test/suite/innodb/t/create_isl_with_direct.test
share/mysql/test/suite/innodb/t/disabled.def
share/mysql/test/suite/innodb/t/dropdb.test
share/mysql/test/suite/innodb/t/foreign_key.test
@@ -3811,6 +3817,8 @@ share/mysql/test/suite/innodb/t/innodb_ctype_ldml-master.opt
share/mysql/test/suite/innodb/t/innodb_ctype_ldml.test
share/mysql/test/suite/innodb/t/innodb_file_format-master.opt
share/mysql/test/suite/innodb/t/innodb_file_format.test
+share/mysql/test/suite/innodb/t/innodb_file_limit_check-master.opt
+share/mysql/test/suite/innodb/t/innodb_file_limit_check.test
share/mysql/test/suite/innodb/t/innodb_force_recovery.test
share/mysql/test/suite/innodb/t/innodb_gis.test
share/mysql/test/suite/innodb/t/innodb_i_s_innodb_locks.test
@@ -3898,6 +3906,8 @@ share/mysql/test/suite/innodb_fts/r/innodb_fts_stopword_charset.result
share/mysql/test/suite/innodb_fts/r/innodb_fts_transaction.result
share/mysql/test/suite/innodb_fts/r/phrase.result
share/mysql/test/suite/innodb_fts/r/subexpr.result
+share/mysql/test/suite/innodb_fts/r/sync.result
+share/mysql/test/suite/innodb_fts/r/sync_block.result
share/mysql/test/suite/innodb_fts/t/disabled.def
share/mysql/test/suite/innodb_fts/t/fts_compatibility.test
share/mysql/test/suite/innodb_fts/t/fts_compatibility_win.test
@@ -3933,6 +3943,8 @@ share/mysql/test/suite/innodb_fts/t/innodb_fts_stopword_charset.test
share/mysql/test/suite/innodb_fts/t/innodb_fts_transaction.test
share/mysql/test/suite/innodb_fts/t/phrase.test
share/mysql/test/suite/innodb_fts/t/subexpr.test
+share/mysql/test/suite/innodb_fts/t/sync.test
+share/mysql/test/suite/innodb_fts/t/sync_block.test
share/mysql/test/suite/innodb_stress/include/innodb_stress.inc
share/mysql/test/suite/innodb_stress/r/innodb_bigstress.result
share/mysql/test/suite/innodb_stress/r/innodb_bigstress_blob.result
@@ -5762,6 +5774,7 @@ share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_2u_2t.result
share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_2u_3t.result
share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_4u_2t.result
share/mysql/test/suite/perfschema/r/table_lock_aggregate_thread_4u_3t.result
+share/mysql/test/suite/perfschema/r/table_name.result
share/mysql/test/suite/perfschema/r/table_schema.result
share/mysql/test/suite/perfschema/r/tampered_perfschema_table1.result
share/mysql/test/suite/perfschema/r/temp_table_io.result
@@ -6179,6 +6192,7 @@ share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_2u_2t.test
share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_2u_3t.test
share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_4u_2t.test
share/mysql/test/suite/perfschema/t/table_lock_aggregate_thread_4u_3t.test
+share/mysql/test/suite/perfschema/t/table_name.test
share/mysql/test/suite/perfschema/t/table_schema.test
share/mysql/test/suite/perfschema/t/tampered_perfschema_table1-master.opt
share/mysql/test/suite/perfschema/t/tampered_perfschema_table1.test
@@ -6255,6 +6269,7 @@ share/mysql/test/suite/rpl/r/rpl_avoid_temporal_upgrade.result
share/mysql/test/suite/rpl/r/rpl_begin_commit_rollback.result
share/mysql/test/suite/rpl/r/rpl_binlog_corruption.result
share/mysql/test/suite/rpl/r/rpl_binlog_errors.result
+share/mysql/test/suite/rpl/r/rpl_binlog_failed_drop_table.result
share/mysql/test/suite/rpl/r/rpl_binlog_gcommit_options.result
share/mysql/test/suite/rpl/r/rpl_binlog_grant.result
share/mysql/test/suite/rpl/r/rpl_binlog_index.result
@@ -6671,6 +6686,7 @@ share/mysql/test/suite/rpl/r/rpl_stm_until.result
share/mysql/test/suite/rpl/r/rpl_stm_until_pos_middle_gtid.result
share/mysql/test/suite/rpl/r/rpl_stm_user_variables.result
share/mysql/test/suite/rpl/r/rpl_stop_slave.result
+share/mysql/test/suite/rpl/r/rpl_stop_slave_threads_error.result
share/mysql/test/suite/rpl/r/rpl_switch_stm_row_mixed.result
share/mysql/test/suite/rpl/r/rpl_sync.result
share/mysql/test/suite/rpl/r/rpl_temp_table.result
@@ -6729,6 +6745,8 @@ share/mysql/test/suite/rpl/t/rpl_begin_commit_rollback.test
share/mysql/test/suite/rpl/t/rpl_binlog_corruption.test
share/mysql/test/suite/rpl/t/rpl_binlog_errors-master.opt
share/mysql/test/suite/rpl/t/rpl_binlog_errors.test
+share/mysql/test/suite/rpl/t/rpl_binlog_failed_drop_table-slave.opt
+share/mysql/test/suite/rpl/t/rpl_binlog_failed_drop_table.test
share/mysql/test/suite/rpl/t/rpl_binlog_gcommit_options-master.opt
share/mysql/test/suite/rpl/t/rpl_binlog_gcommit_options.test
share/mysql/test/suite/rpl/t/rpl_binlog_grant.test
@@ -7073,6 +7091,7 @@ share/mysql/test/suite/rpl/t/rpl_parallel_switch_sequential-slave.opt
share/mysql/test/suite/rpl/t/rpl_parallel_switch_sequential.test
share/mysql/test/suite/rpl/t/rpl_parallel_temp_query-slave.opt
share/mysql/test/suite/rpl/t/rpl_parallel_temp_query.test
+share/mysql/test/suite/rpl/t/rpl_parallel_worker_error-slave.opt
share/mysql/test/suite/rpl/t/rpl_parallel_worker_error.test
share/mysql/test/suite/rpl/t/rpl_partition_archive.test
share/mysql/test/suite/rpl/t/rpl_partition_innodb-master.opt
@@ -7375,6 +7394,8 @@ share/mysql/test/suite/rpl/t/rpl_stm_until.test
share/mysql/test/suite/rpl/t/rpl_stm_until_pos_middle_gtid.test
share/mysql/test/suite/rpl/t/rpl_stm_user_variables.test
share/mysql/test/suite/rpl/t/rpl_stop_slave.test
+share/mysql/test/suite/rpl/t/rpl_stop_slave_threads_error-slave.opt
+share/mysql/test/suite/rpl/t/rpl_stop_slave_threads_error.test
share/mysql/test/suite/rpl/t/rpl_switch_stm_row_mixed-master.opt
share/mysql/test/suite/rpl/t/rpl_switch_stm_row_mixed.test
share/mysql/test/suite/rpl/t/rpl_sync-master.opt
@@ -9584,6 +9605,9 @@ share/mysql/test/t/ssl_crl_clients_valid-master.opt
share/mysql/test/t/ssl_crl_clients_valid.test
share/mysql/test/t/ssl_crl_crlpath-master.opt
share/mysql/test/t/ssl_crl_crlpath.test
+share/mysql/test/t/ssl_mode.test
+share/mysql/test/t/ssl_mode_no_ssl-master.opt
+share/mysql/test/t/ssl_mode_no_ssl.test
share/mysql/test/t/status-master.opt
share/mysql/test/t/status.test
share/mysql/test/t/status2.test