[community-mysql] Update to MySQL 5.6.23

Honza Horak hhorak at fedoraproject.org
Tue Feb 3 13:37:56 UTC 2015


commit 3266fef508cceddafa83b79ea6a491a6f0e97f61
Author: Bjorn Munch <bjorn.munch at oracle.com>
Date:   Mon Feb 2 15:07:16 2015 +0100

    Update to MySQL 5.6.23
    
    Signed-off-by: Bjorn Munch <bjorn.munch at oracle.com>
    Signed-off-by: Honza Horak <hhorak at redhat.com>

 .gitignore                          |    1 +
 community-mysql-expired-certs.patch |  571 -----------------------------------
 community-mysql-file-contents.patch |    2 +-
 community-mysql.spec                |   14 +-
 server.cnf.in                       |    2 +-
 sources                             |    2 +-
 6 files changed, 14 insertions(+), 578 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f93e75..d6dcc65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /mysql-5.6.20.tar.gz
 /mysql-5.6.21.tar.gz
 /mysql-5.6.22.tar.gz
+/mysql-5.6.23.tar.gz
diff --git a/community-mysql-file-contents.patch b/community-mysql-file-contents.patch
index 0991d7a..ed72d5c 100644
--- a/community-mysql-file-contents.patch
+++ b/community-mysql-file-contents.patch
@@ -42,4 +42,4 @@ diff -up mysql-5.6.22/mysql-test/t/file_contents.test.file-contents mysql-5.6.22
 +    }
    }
  } else {
-   # tar.gz package, Windows, or developer work (in BZR)
+   # tar.gz package, Windows, or developer work (in git)
diff --git a/community-mysql.spec b/community-mysql.spec
index 12aa749..b37edef 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -73,8 +73,8 @@
 %global sameevr   %{?epoch:%{epoch}:}%{version}-%{release}
 
 Name:             community-mysql
-Version:          5.6.22
-Release:          6%{?with_debug:.debug}%{?dist}
+Version:          5.6.23
+Release:          1%{?with_debug:.debug}%{?dist}
 Summary:          MySQL client programs and shared libraries
 Group:            Applications/Databases
 URL:              http://www.mysql.com
@@ -116,7 +116,6 @@ Patch9:           %{pkgnamepatch}-install-db-sharedir.patch
 Patch10:          %{pkgnamepatch}-paths.patch
 
 # Patches specific for this mysql package
-Patch50:          %{pkgnamepatch}-expired-certs.patch
 Patch51:          %{pkgnamepatch}-chain-certs.patch
 Patch52:          %{pkgnamepatch}-sharedir.patch
 Patch53:          %{pkgnamepatch}-5.6.16-libmysql-version.patch
@@ -389,7 +388,6 @@ the MySQL sources.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch50 -p1
 %patch51 -p1
 %patch52 -p1
 %patch53 -p1
@@ -941,6 +939,14 @@ fi
 %endif
 
 %changelog
+* Thu Jan 29 2015 Bjorn Munch <bjorn.munch at oracle.com> - 5.6.23-1
+- Update to MySQL 5.6.23, for various fixes described at
+  https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-23.html
+- Expired certs patch now obsolete
+- Fixed changelog
+- Refreshed file contents patch
+- Fix typo in server.cnf.in
+
 * Mon Jan 26 2015 Honza Horak <hhorak at redhat.com> - 5.6.22-6
 - Do not own /var/log
 
diff --git a/server.cnf.in b/server.cnf.in
index 18d920c..2c0572e 100644
--- a/server.cnf.in
+++ b/server.cnf.in
@@ -15,7 +15,7 @@
 # instructions in http://fedoraproject.org/wiki/Systemd
 [mysqld]
 datadir=@MYSQL_DATADIR@
-socket=@DMYSQL_UNIX_ADDR@
+socket=@MYSQL_UNIX_ADDR@
 log-error=@LOG_LOCATION@
 pid-file=@PID_FILE_DIR@/@DAEMON_NAME at .pid
 
diff --git a/sources b/sources
index 099af04..13cbdde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3985b634294482363f3d87e0d67f2262  mysql-5.6.22.tar.gz
+60344f26eae136a267a0277407926e79  mysql-5.6.23.tar.gz


More information about the scm-commits mailing list