Skip to content

Commit ed38f22

Browse files
committed
!!! Update mysql client libs to 5.5.42
This enables SHA256 client certificates (issue #2071) and disables SSL2 and SSL3 connections. Please test carefully!
1 parent 89fb7e7 commit ed38f22

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Frameworks/SPMySQLFramework/MySQL Client Libraries/include/mysql_version.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/* Copyright (c) 1996, 1999-2004, 2007 MySQL AB
2-
Use is subject to license terms
3-
This file is public domain and comes with NO WARRANTY of any kind */
1+
/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB
2+
& Detron HB, 1996, 1999-2004, 2007 MySQL AB.
3+
This file is public domain and comes with NO WARRANTY of any kind
4+
*/
45

56
/* Version numbers for protocol & mysqld */
67

@@ -10,11 +11,11 @@
1011
#include <custom_conf.h>
1112
#else
1213
#define PROTOCOL_VERSION 10
13-
#define MYSQL_SERVER_VERSION "5.5.33"
14+
#define MYSQL_SERVER_VERSION "5.5.42"
1415
#define MYSQL_BASE_VERSION "mysqld-5.5"
1516
#define MYSQL_SERVER_SUFFIX_DEF ""
1617
#define FRM_VER 6
17-
#define MYSQL_VERSION_ID 50533
18+
#define MYSQL_VERSION_ID 50542
1819
#define MYSQL_PORT 3306
1920
#define MYSQL_PORT_DEFAULT 0
2021
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
Binary file not shown.

0 commit comments

Comments
 (0)