mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/mysql57-{client, server}: Update to latest release 5.7.26
This update includes: Bugfix: - InnoDB: Optimized internal temporary tables did not support in-place UPDATE operations - InnoDB: A function called by a CREATE TABLE thread attempted access after free() - InnoDB: The INDEX_LENGTH value in INFORMATION_SCHEMA.TABLES was not updated when adding an index - The authentication_ldap_simple plugin could enforce authentication incorrectly More info: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-26.html Security Fix: CVE-2019-2632, CVE-2019-1559, CVE-2018-3123, and other fixes. More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL PR: 237399 Reported by: Brent Busby <brent@jfi.uchicago.edu> Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1cf7d191dd
commit
2e596e3fc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500373
6 changed files with 51 additions and 50 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mysql
|
||||
PORTVERSION= 5.7.25
|
||||
PORTVERSION= 5.7.26
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= MYSQL/MySQL-5.7
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1548095639
|
||||
SHA256 (mysql-boost-5.7.25.tar.gz) = 354c427c8679c6a4774f60723ea211e54b4383307764d240940f960d110bf5cf
|
||||
SIZE (mysql-boost-5.7.25.tar.gz) = 49107578
|
||||
TIMESTAMP = 1556318914
|
||||
SHA256 (mysql-boost-5.7.26.tar.gz) = effca6d3aceebc286a9fb046257330d125cc2f4def87081c286bfc4df3d974d1
|
||||
SIZE (mysql-boost-5.7.26.tar.gz) = 51098338
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
INCLUDE_DIRECTORIES(SYSTEM
|
||||
- ${BOOST_INCLUDE_DIR}
|
||||
${PROTOBUF_INCLUDE_DIRS}
|
||||
${LIBEVENT_INCLUDE_DIR}
|
||||
${LIBEVENT_INCLUDE_DIRS}
|
||||
+ ${SSL_INCLUDE_DIRS}
|
||||
+ ${ZLIB_INCLUDE_DIR}
|
||||
)
|
||||
|
|
|
@ -29,6 +29,7 @@ lib/mysql/plugin/daemon_example.ini
|
|||
lib/mysql/plugin/group_replication.so
|
||||
%%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so
|
||||
lib/mysql/plugin/keyring_file.so
|
||||
lib/mysql/plugin/keyring_udf.so
|
||||
lib/mysql/plugin/libdaemon_example.so
|
||||
lib/mysql/plugin/libtest_framework.so
|
||||
lib/mysql/plugin/libtest_services.so
|
||||
|
@ -64,8 +65,8 @@ lib/mysql/plugin/rewriter.so
|
|||
lib/mysql/plugin/semisync_master.so
|
||||
lib/mysql/plugin/semisync_slave.so
|
||||
lib/mysql/plugin/test_security_context.so
|
||||
lib/mysql/plugin/keyring_udf.so
|
||||
lib/mysql/plugin/test_udf_services.so
|
||||
%%EXAMPLE%%lib/mysql/plugin/udf_example.so
|
||||
lib/mysql/plugin/validate_password.so
|
||||
lib/mysql/plugin/version_token.so
|
||||
libdata/pkgconfig/LIBMYSQL_OS_OUTPUT_NAME-NOTFOUND.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue