summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-04-14 04:04:48 +0000
committertaca <taca@pkgsrc.org>2012-04-14 04:04:48 +0000
commitf1a5846c816e69c7cd08a2755588aa47881c9892 (patch)
tree1a6ad8bebbdf82ae8c0296eab473bb3326cd60ee /databases/mysql5-client/patches
parent4b105f7f7f7fda320e5288db784b358bfaa96205 (diff)
downloadpkgsrc-f1a5846c816e69c7cd08a2755588aa47881c9892.tar.gz
Update mysql5-client and mysql5-server to 5.0.96, last release of
MySQL 5.0 series. 5.0.96 * yaSSL was upgraded from version 1.7.2 to 2.2.0. 5.0.95 * No change log entries. 5.0.94 * Some files in the MySQL Server sources containing legacy code still used the LGPL license. Such files that were no longer in use have been removed. Any such code that remains following this removal now appears under the GPL only. (Bug #11896296) References: See also Bug #11840513. * Under some circumstances, the result of SUBSTRING_INDEX() incorrectly depended on the contents of the previous row. (Bug #42404, Bug #11751514) 5.0.93 * Security Fix: The PolyFromWKB() function could crash the server when improper WKB data was passed to the function. (Bug #51875, Bug #11759554, CVE-2010-3840) * Security Fix: Bug #36544 was fixed. * Security Fix: Bug #49124 and Bug #11757121 were fixed. * Two unused test files in storage/ndb/test/sql contained incorrect versions of the GNU Lesser General Public License. The files and the directory containing them have been removed. (Bug #11810224) References: See also Bug #11810156. * On FreeBSD and OpenBSD, the server incorrectly checked the range of the system date, causing legal values to be rejected. (Bug #55755, Bug #11763089)
Diffstat (limited to 'databases/mysql5-client/patches')
-rw-r--r--databases/mysql5-client/patches/patch-ap8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql5-client/patches/patch-ap b/databases/mysql5-client/patches/patch-ap
index 91de78e00ab..90bfe2a0301 100644
--- a/databases/mysql5-client/patches/patch-ap
+++ b/databases/mysql5-client/patches/patch-ap
@@ -1,14 +1,14 @@
-$NetBSD: patch-ap,v 1.2 2007/03/11 18:42:28 adam Exp $
+$NetBSD: patch-ap,v 1.3 2012/04/14 04:04:48 taca Exp $
---- client/mysqlbinlog.cc.orig 2007-03-05 20:21:42.000000000 +0100
+--- client/mysqlbinlog.cc.orig 2012-03-02 14:04:08.000000000 +0000
+++ client/mysqlbinlog.cc
-@@ -36,6 +36,9 @@
+@@ -37,6 +37,9 @@
#include "mysql_priv.h"
#include "log_event.h"
#include "sql_common.h"
+#ifdef NEEDS_BSTRING_H
+#include <bstring.h> /* defines bzero() */
+#endif
+ #include <welcome_copyright_notice.h> // ORACLE_WELCOME_COPYRIGHT_NOTICE
#define BIN_LOG_HEADER_SIZE 4
- #define PROBE_HEADER_LEN (EVENT_LEN_OFFSET+4)