head 1.4; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.8 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.4 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.2 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.2.0.46 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.44 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.42 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.40 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.38 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.36 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.34 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.32 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.30 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.26 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.24 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.22 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.12 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.2 pkgsrc-2006Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2013.09.12.16.34.32; author adam; state dead; branches; next 1.3; commitid yYSLz0TArIjvua5x; 1.3 date 2012.04.14.04.04.48; author taca; state Exp; branches; next 1.2; 1.2 date 2007.03.11.18.42.28; author adam; state Exp; branches 1.2.46.1; next 1.1; 1.1 date 2006.10.28.07.45.51; author schwarz; state Exp; branches; next ; 1.2.46.1 date 2012.04.18.13.50.48; author tron; state Exp; branches; next ; desc @@ 1.4 log @Removed databases/mysql5-{client,server} @ text @$NetBSD: patch-ap,v 1.3 2012/04/14 04:04:48 taca Exp $ --- client/mysqlbinlog.cc.orig 2012-03-02 14:04:08.000000000 +0000 +++ client/mysqlbinlog.cc @@@@ -37,6 +37,9 @@@@ #include "mysql_priv.h" #include "log_event.h" #include "sql_common.h" +#ifdef NEEDS_BSTRING_H +#include /* defines bzero() */ +#endif #include // ORACLE_WELCOME_COPYRIGHT_NOTICE #define BIN_LOG_HEADER_SIZE 4 @ 1.3 log @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) @ text @d1 1 a1 1 $NetBSD: patch-ap,v 1.2 2007/03/11 18:42:28 adam Exp $ @ 1.2 log @Changes 5.0.37: * Added the SHOW PROFILES and SHOW PROFILE statements to display statement profile data, and the accompanying INFORMATION_SCHEMA.PROFILING table. * Added the Uptime_since_flush_status status variable, which indicates the number of seconds since the most recent FLUSH STATUS statement. * Incompatible change in DATE_FORMAT(). * NDB Cluster: The LockPagesInMainMemory configuration parameter has changed its type and possible values. * The bundled yaSSL library was upgraded to version 1.5.8. * The --skip-thread-priority option now is enabled by default for binary Mac OS X distributions. Use of thread priorities degrades performance on Mac OS X. * Added the --disable-grant-options option to configure. * Bug fixes. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- client/mysqlbinlog.cc.orig 2007-03-05 20:21:42.000000000 +0100 d5 1 a5 1 @@@@ -36,6 +36,9 @@@@ d12 1 a14 1 #define PROBE_HEADER_LEN (EVENT_LEN_OFFSET+4) @ 1.2.46.1 log @Pullup ticket #3744 - requested by taca databases/mysql5-client: security update databases/mysql5-server: security update Revisions pulled up: - databases/mysql5-client/Makefile.common 1.42 - databases/mysql5-client/distinfo 1.31 - databases/mysql5-client/patches/patch-ap 1.3 - databases/mysql5-server/Makefile 1.33 - databases/mysql5-server/PLIST 1.18 - databases/mysql5-server/distinfo 1.29 - databases/mysql5-server/patches/patch-ca 1.5 - databases/mysql5-server/patches/patch-include_my__time.h deleted - databases/mysql5-server/patches/patch-mysql-test_r_func__time.result deleted - databases/mysql5-server/patches/patch-mysql-test_t_func__time.test deleted - databases/mysql5-server/patches/patch-sql-common_my__time.c deleted - databases/mysql5-server/patches/patch-sql_mysqld.cc deleted - databases/mysql5-server/patches/patch-sql_set__var.cc deleted - databases/mysql5-server/patches/patch-sql_sql__class.h deleted --- Module Name: pkgsrc Committed By: taca Date: Sat Apr 14 04:04:48 UTC 2012 Modified Files: pkgsrc/databases/mysql5-client: Makefile.common distinfo pkgsrc/databases/mysql5-client/patches: patch-ap pkgsrc/databases/mysql5-server: Makefile PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-ca Removed Files: pkgsrc/databases/mysql5-server/patches: patch-include_my__time.h patch-mysql-test_r_func__time.result patch-mysql-test_t_func__time.test patch-sql-common_my__time.c patch-sql_mysqld.cc patch-sql_set__var.cc patch-sql_sql__class.h Log Message: 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) @ text @d3 1 a3 1 --- client/mysqlbinlog.cc.orig 2012-03-02 14:04:08.000000000 +0000 d5 1 a5 1 @@@@ -37,6 +37,9 @@@@ a11 1 #include // ORACLE_WELCOME_COPYRIGHT_NOTICE d14 1 @ 1.1 log @ added patches for IRIX 5 @ text @d3 3 a5 3 --- client/mysqlbinlog.cc.orig 2006-10-23 23:42:07.000000000 +0200 +++ client/mysqlbinlog.cc 2006-10-23 23:42:55.000000000 +0200 @@@@ -37,6 +37,9 @@@@ @