databases/mysql56-{client, server}: Update to latest release 5.6.43
This update (released on Jan 21st) includes: Bugfix: -Correct the handling of quotes for identifiers in ROLLBACK TO SAVEPOINT statements. -Don't permit creation of dbs with same name as redo log file (Bug #28867993). -Use strncmp() instead of memcmp() for comparing logfile names (prevent the uninitialized memory as result). More info from upstream: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-43.html Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0f1fa13690
commit
a9adffac75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490894
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= 56-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mysql
|
||||
PORTVERSION= 5.6.42
|
||||
PORTREVISION?= 2
|
||||
PORTVERSION= 5.6.43
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= MYSQL/MySQL-5.6
|
||||
PKGNAMESUFFIX?= 56-server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540719359
|
||||
SHA256 (mysql-5.6.42.tar.gz) = fc6d4aa9c2ed1a751163d0ec3d35bf800fc6b7c9bd2f890e376b6810c9393dba
|
||||
SIZE (mysql-5.6.42.tar.gz) = 32201731
|
||||
TIMESTAMP = 1548094184
|
||||
SHA256 (mysql-5.6.43.tar.gz) = 1c95800bf0e1b7a19a37d37fbc5023af85c6bc0b41532433b3a886263a1673ef
|
||||
SIZE (mysql-5.6.43.tar.gz) = 32200219
|
||||
|
|
Loading…
Reference in a new issue