svn commit: r490894 - in head/databases: mysql56-client mysql56-server

Mahdi Mokhtari mmokhi at FreeBSD.org
Mon Jan 21 20:28:05 UTC 2019


Author: mmokhi
Date: Mon Jan 21 20:28:04 2019
New Revision: 490894
URL: https://svnweb.freebsd.org/changeset/ports/490894

Log:
  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

Modified:
  head/databases/mysql56-client/Makefile
  head/databases/mysql56-server/Makefile
  head/databases/mysql56-server/distinfo

Modified: head/databases/mysql56-client/Makefile
==============================================================================
--- head/databases/mysql56-client/Makefile	Mon Jan 21 20:19:57 2019	(r490893)
+++ head/databases/mysql56-client/Makefile	Mon Jan 21 20:28:04 2019	(r490894)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mysql
-PORTREVISION=	1
+PORTREVISION=	0
 PKGNAMESUFFIX=	56-client
 
 COMMENT=	Multithreaded SQL database (client)

Modified: head/databases/mysql56-server/Makefile
==============================================================================
--- head/databases/mysql56-server/Makefile	Mon Jan 21 20:19:57 2019	(r490893)
+++ head/databases/mysql56-server/Makefile	Mon Jan 21 20:28:04 2019	(r490894)
@@ -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

Modified: head/databases/mysql56-server/distinfo
==============================================================================
--- head/databases/mysql56-server/distinfo	Mon Jan 21 20:19:57 2019	(r490893)
+++ head/databases/mysql56-server/distinfo	Mon Jan 21 20:28:04 2019	(r490894)
@@ -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


More information about the svn-ports-all mailing list