head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.10 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.8 pkgsrc-2012Q4-base:1.9 pkgsrc-2011Q4:1.9.0.6 pkgsrc-2011Q4-base:1.9 pkgsrc-2011Q2:1.9.0.4 pkgsrc-2011Q2-base:1.9 pkgsrc-2009Q4:1.9.0.2 pkgsrc-2009Q4-base:1.9 pkgsrc-2009Q3:1.8.0.4 pkgsrc-2009Q3-base:1.8 pkgsrc-2009Q2:1.8.0.2 pkgsrc-2008Q4:1.7.0.14 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.12 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.10 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.8 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.6 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.4 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.2 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.6.0.2 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.5.0.2 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.4.0.2 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.1.1.0.4 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.2 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.9 date 2009.11.26.16.33.29; author tron; state dead; branches; next 1.8; 1.8 date 2009.07.19.13.50.20; author tron; state Exp; branches 1.8.2.1 1.8.4.1; next 1.7; 1.7 date 2007.07.15.19.22.07; author tron; state dead; branches; next 1.6; 1.6 date 2007.05.21.04.40.00; author xtraeme; state Exp; branches 1.6.2.1; next 1.5; 1.5 date 2007.03.11.18.42.49; author adam; state Exp; branches 1.5.2.1; next 1.4; 1.4 date 2006.10.14.18.41.34; author xtraeme; state Exp; branches; next 1.3; 1.3 date 2006.07.10.20.16.53; author sketch; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2006.05.18.16.11.15; author cube; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2005.10.31.09.22.26; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.8.2.1 date 2009.07.19.13.50.20; author spz; state dead; branches; next 1.8.2.2; 1.8.2.2 date 2009.07.19.20.00.53; author spz; state Exp; branches; next ; 1.8.4.1 date 2009.11.28.17.47.00; author spz; state dead; branches; next ; 1.6.2.1 date 2007.07.28.16.46.40; author ghen; state dead; branches; next ; 1.5.2.1 date 2007.05.21.22.06.19; author salo; state Exp; branches; next ; 1.3.2.1 date 2006.10.15.10.18.20; author salo; state Exp; branches; next ; 1.2.2.1 date 2006.08.07.08.54.16; author salo; state Exp; branches; next ; 1.1.1.1 date 2005.10.31.09.22.26; author xtraeme; state Exp; branches 1.1.1.1.4.1; next ; 1.1.1.1.4.1 date 2006.05.22.12.18.25; author salo; state Exp; branches; next ; desc @@ 1.9 log @Update "mysql5-client" and "mysql5-server" package to version 5.0.88. This release fixes a large number of bugs and security vulnerabilities including SA37372. For detailed list of all the changes since 5.0.67 have a look here, please: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-x.html @ text @$NetBSD: patch-ac,v 1.8 2009/07/19 13:50:20 tron Exp $ Patch for CVE-2009-2446. --- libmysqld/sql_parse.cc.orig 2008-08-04 13:20:10.000000000 +0100 +++ libmysqld/sql_parse.cc 2009-07-19 14:07:08.000000000 +0100 @@@@ -2028,7 +2028,7 @@@@ } if (check_access(thd,CREATE_ACL,db,0,1,0,is_schema_db(db))) break; - mysql_log.write(thd,command,packet); + mysql_log.write(thd,command,"%s",packet); bzero(&create_info, sizeof(create_info)); mysql_create_db(thd, (lower_case_table_names == 2 ? alias : db), &create_info, 0); @@@@ -2053,7 +2053,7 @@@@ ER(ER_LOCK_OR_ACTIVE_TRANSACTION), MYF(0)); break; } - mysql_log.write(thd,command,db); + mysql_log.write(thd,command,"%s",db); mysql_rm_db(thd, db, 0, 0); break; } @ 1.8 log @Add a patch for CVE-2009-2446 based on the description in the report. @ text @d1 1 a1 1 $NetBSD$ @ 1.8.4.1 log @Pullup ticket 2936 - requested by tron security update Revisions pulled up: - pkgsrc/databases/mysql5-client/Makefile 1.22 - pkgsrc/databases/mysql5-client/Makefile.common 1.36 - pkgsrc/databases/mysql5-client/PLIST 1.12 - pkgsrc/databases/mysql5-client/distinfo 1.27 - pkgsrc/databases/mysql5-server/Makefile 1.29 - pkgsrc/databases/mysql5-server/PLIST 1.15 - pkgsrc/databases/mysql5-server/distinfo 1.23 - pkgsrc/databases/mysql5-server/patches/patch-ab 1.6 - pkgsrc/databases/mysql5-server/patches/patch-al 1.4 - pkgsrc/databases/mysql5-server/patches/patch-an 1.6 Deleted files: - pkgsrc/databases/mysql5-client/patches/patch-bh - pkgsrc/databases/mysql5-client/patches/patch-bi - pkgsrc/databases/mysql5-client/patches/patch-bj - pkgsrc/databases/mysql5-server/patches/patch-ac - pkgsrc/databases/mysql5-server/patches/patch-ad ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Thu Nov 26 16:33:30 UTC 2009 Modified Files: pkgsrc/databases/mysql5-client: Makefile Makefile.common PLIST distinfo pkgsrc/databases/mysql5-server: Makefile PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-ab patch-al patch-an Removed Files: pkgsrc/databases/mysql5-client/patches: patch-bh patch-bi patch-bj pkgsrc/databases/mysql5-server/patches: patch-ac patch-ad Log Message: Update "mysql5-client" and "mysql5-server" package to version 5.0.88. This release fixes a large number of bugs and security vulnerabilities including SA37372. For detailed list of all the changes since 5.0.67 have a look here, please: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-x.html To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/mysql5-client/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/mysql5-client/Makefile.common cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/mysql5-client/PLIST cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/mysql5-client/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/databases/mysql5-client/patches/patch-bh cvs rdiff -u -r1.1 -r0 pkgsrc/databases/mysql5-client/patches/patch-bi \ pkgsrc/databases/mysql5-client/patches/patch-bj cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/mysql5-server/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/mysql5-server/PLIST cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/mysql5-server/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/mysql5-server/patches/patch-ab \ pkgsrc/databases/mysql5-server/patches/patch-an cvs rdiff -u -r1.8 -r0 pkgsrc/databases/mysql5-server/patches/patch-ac cvs rdiff -u -r1.4 -r0 pkgsrc/databases/mysql5-server/patches/patch-ad cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysql5-server/patches/patch-al @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.8 2009/07/19 13:50:20 tron Exp $ @ 1.8.2.1 log @file patch-ac was added on branch pkgsrc-2009Q2 on 2009-07-19 20:00:53 +0000 @ text @d1 24 @ 1.8.2.2 log @Pullup ticket 2824 - requested by tron security fix Revisions pulled up: - pkgsrc/databases/mysql5-server/Makefile 1.28 - pkgsrc/databases/mysql5-server/distinfo 1.22 Files added: pkgsrc/databases/mysql5-server/patches/patch-ac 1.8 Module Name: pkgsrc Committed By: tron Date: Sun Jul 19 13:50:20 UTC 2009 Modified Files: pkgsrc/databases/mysql5-server: Makefile distinfo Added Files: pkgsrc/databases/mysql5-server/patches: patch-ac Log Message: Add a patch for CVE-2009-2446 based on the description in the report. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/mysql5-server/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/mysql5-server/distinfo cvs rdiff -u -r0 -r1.8 pkgsrc/databases/mysql5-server/patches/patch-ac @ text @a0 24 $NetBSD: patch-ac,v 1.8 2009/07/19 13:50:20 tron Exp $ Patch for CVE-2009-2446. --- libmysqld/sql_parse.cc.orig 2008-08-04 13:20:10.000000000 +0100 +++ libmysqld/sql_parse.cc 2009-07-19 14:07:08.000000000 +0100 @@@@ -2028,7 +2028,7 @@@@ } if (check_access(thd,CREATE_ACL,db,0,1,0,is_schema_db(db))) break; - mysql_log.write(thd,command,packet); + mysql_log.write(thd,command,"%s",packet); bzero(&create_info, sizeof(create_info)); mysql_create_db(thd, (lower_case_table_names == 2 ? alias : db), &create_info, 0); @@@@ -2053,7 +2053,7 @@@@ ER(ER_LOCK_OR_ACTIVE_TRANSACTION), MYF(0)); break; } - mysql_log.write(thd,command,db); + mysql_log.write(thd,command,"%s",db); mysql_rm_db(thd, db, 0, 0); break; } @ 1.7 log @Update "mysql5-client" and "mysql5-server" packages to version 5.0.45. Change since version 5.0.41: - Functionality added or changed: - A new status variable, Com_call_procedure, indicates the number of calls to stored procedures. (Bug#27994) - NDB Cluster: The server source tree now includes scripts to simplify building MySQL with SCI support. For more information about SCI interconnects and these build scripts, see Section 15.9.1, Configuring MySQL Cluster to use SCI Sockets. (Bug#25470) - Prior to this release, when DATE values were compared with DATETIME values the time portion of the DATETIME value was ignored. Now a DATE value is coerced to the DATETIME type by adding the time portion as 00:00:00. To mimic the old behavior use the CAST() function in the following way: SELECT date_field = CAST(NOW() as DATE);. (Bug#28929) - A large number of bugs including these security problems have been fixed: - A malformed password packet in the connection protocol could cause the server to crash. Thanks for Dormando for reporting this bug and providing details and a proof of concept. (Bug#28984) - CREATE TABLE LIKE did not require any privileges on the source table. Now it requires the SELECT privilege. (Bug#25578) - In addition, CREATE TABLE LIKE was not isolated from alteration by other connections, which resulted in various errors and incorrect binary log order when trying to execute concurrently a CREATE TABLE LIKE statement and either DDL statements on the source table or DML or DDL statements on the target table. (Bug#23667) @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.6 2007/05/21 04:40:00 xtraeme Exp $ d3 22 a24 20 --- configure.in.orig 2007-05-21 05:53:04.000000000 +0200 +++ configure.in 2007-05-21 05:53:27.000000000 +0200 @@@@ -487,7 +487,7 @@@@ FIND_PROC="$PS \$\$PID | grep -v grep | grep \$\$MYSQLD > /dev/null" else case $SYSTEM_TYPE in - *freebsd*) + *freebsd*|*dragonfly*) FIND_PROC="$PS p \$\$PID | grep -v grep | grep \$\$MYSQLD > /dev/null" ;; *darwin*) @@@@ -1121,7 +1121,7 @@@@ MAX_C_OPTIMIZE="-O" fi ;; - *freebsd*) + *freebsd*|*dragonfly*) AC_MSG_WARN([Adding fix for interrupted reads]) OSVERSION=`sysctl -a | grep osreldate | awk '{ print $2 }'` if test "$OSVERSION" -gt "480100" && \ @ 1.6 log @Update to 5.0.41. Amongst many fixes these vulnerabilities were fixed: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2583 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2692 And another patch adapted from a mailing list to fix: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2691 See http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html To see all changes. @ text @d1 1 a1 1 $NetBSD$ @ 1.6.2.1 log @Pullup ticket 2146 - requested by tron security update for mysql5 - pkgsrc/databases/mysql5-client/Makefile.common 1.25 - pkgsrc/databases/mysql5-client/PLIST 1.7 - pkgsrc/databases/mysql5-client/distinfo 1.19 - pkgsrc/databases/mysql5-client/patches/patch-ac removed - pkgsrc/databases/mysql5-client/patches/patch-ad 1.6 - pkgsrc/databases/mysql5-client/patches/patch-ae 1.9 - pkgsrc/databases/mysql5-client/patches/patch-bg removed - pkgsrc/databases/mysql5-server/PLIST 1.11 - pkgsrc/databases/mysql5-server/distinfo 1.16 - pkgsrc/databases/mysql5-server/patches/patch-aa 1.5 - pkgsrc/databases/mysql5-server/patches/patch-ac removed - pkgsrc/databases/mysql5-server/patches/patch-ah 1.6 - pkgsrc/databases/mysql5-server/patches/patch-ao removed Module Name: pkgsrc Committed By: tron Date: Sun Jul 15 19:22:07 UTC 2007 Modified Files: pkgsrc/databases/mysql5-client: Makefile.common PLIST distinfo pkgsrc/databases/mysql5-client/patches: patch-ad patch-ae pkgsrc/databases/mysql5-server: PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-aa patch-ah Removed Files: pkgsrc/databases/mysql5-client/patches: patch-ac patch-bg pkgsrc/databases/mysql5-server/patches: patch-ac patch-ao Log Message: Update "mysql5-client" and "mysql5-server" packages to version 5.0.45. Change since version 5.0.41: - Functionality added or changed: - A new status variable, Com_call_procedure, indicates the number of calls to stored procedures. (Bug#27994) - NDB Cluster: The server source tree now includes scripts to simplify building MySQL with SCI support. For more information about SCI interconnects and these build scripts, see Section 15.9.1, Configuring MySQL Cluster to use SCI Sockets. (Bug#25470) - Prior to this release, when DATE values were compared with DATETIME values the time portion of the DATETIME value was ignored. Now a DATE value is coerced to the DATETIME type by adding the time portion as 00:00:00. To mimic the old behavior use the CAST() function in the following way: SELECT date_field = CAST(NOW() as DATE);. (Bug#28929) - A large number of bugs including these security problems have been fixed: - A malformed password packet in the connection protocol could cause the server to crash. Thanks for Dormando for reporting this bug and providing details and a proof of concept. (Bug#28984) - CREATE TABLE LIKE did not require any privileges on the source table. Now it requires the SELECT privilege. (Bug#25578) - In addition, CREATE TABLE LIKE was not isolated from alteration by other connections, which resulted in various errors and incorrect binary log order when trying to execute concurrently a CREATE TABLE LIKE statement and either DDL statements on the source table or DML or DDL statements on the target table. (Bug#23667) @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.6 2007/05/21 04:40:00 xtraeme Exp $ @ 1.5 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 @d3 20 a22 29 --- mysql-test/Makefile.in.orig 2007-03-05 20:22:56.000000000 +0100 +++ mysql-test/Makefile.in @@@@ -374,7 +374,7 @@@@ zlib_dir = @@zlib_dir@@ @@HAVE_NDBCLUSTER_DB_FALSE@@USE_NDBCLUSTER = \"\" @@HAVE_NDBCLUSTER_DB_TRUE@@USE_NDBCLUSTER = \"--ndbcluster\" benchdir_root = $(prefix) -testdir = $(benchdir_root)/mysql-test +testdir = $(benchdir_root)/share/mysql-test EXTRA_SCRIPTS = mysql-test-run-shell.sh install_test_db.sh valgrind.supp $(PRESCRIPTS) EXTRA_DIST = $(EXTRA_SCRIPTS) GENSCRIPTS = mysql-test-run-shell mysql-test-run install_test_db mtr @@@@ -770,12 +770,11 @@@@ dist-hook: $(INSTALL_DATA) $(srcdir)/lib/*.pl $(distdir)/lib install-data-local: - $(mkinstalldirs) \ - $(DESTDIR)$(testdir)/t \ - $(DESTDIR)$(testdir)/r \ - $(DESTDIR)$(testdir)/include \ - $(DESTDIR)$(testdir)/std_data \ - $(DESTDIR)$(testdir)/lib + $(mkinstalldirs) $(DESTDIR)$(testdir)/t + $(mkinstalldirs) $(DESTDIR)$(testdir)/r + $(mkinstalldirs) $(DESTDIR)$(testdir)/include + $(mkinstalldirs) $(DESTDIR)$(testdir)/std_data + $(mkinstalldirs) $(DESTDIR)$(testdir)/lib $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(testdir) -$(INSTALL_DATA) $(srcdir)/t/*.def $(DESTDIR)$(testdir)/t $(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t @ 1.5.2.1 log @Pullup ticket 2094 - requested by xtraeme security update for mysql5 Revisions pulled up: - pkgsrc/databases/mysql5-client/Makefile 1.10 - pkgsrc/databases/mysql5-client/Makefile.common 1.21 - pkgsrc/databases/mysql5-client/PLIST 1.6 - pkgsrc/databases/mysql5-client/distinfo 1.18 - pkgsrc/databases/mysql5-client/patches/patch-ac 1.5 - pkgsrc/databases/mysql5-client/patches/patch-ae 1.8 - pkgsrc/databases/mysql5-client/patches/patch-au removed - pkgsrc/databases/mysql5-client/patches/patch-bg 1.1 - pkgsrc/databases/mysql5-client/patches/patch-bh 1.1 - pkgsrc/databases/mysql5-server/PLIST 1.10 - pkgsrc/databases/mysql5-server/distinfo 1.15 - pkgsrc/databases/mysql5-server/patches/patch-ac 1.6 - pkgsrc/databases/mysql5-server/patches/patch-ah 1.5 - pkgsrc/databases/mysql5-server/patches/patch-ak 1.3 - pkgsrc/databases/mysql5-server/patches/patch-am 1.3 - pkgsrc/databases/mysql5-server/patches/patch-an 1.3 Module Name: pkgsrc Committed By: xtraeme Date: Mon May 21 04:40:01 UTC 2007 Modified Files: pkgsrc/databases/mysql5-client: Makefile Makefile.common PLIST distinfo pkgsrc/databases/mysql5-client/patches: patch-ac patch-ae pkgsrc/databases/mysql5-server: PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-ac patch-ah patch-ak patch-am patch-an Added Files: pkgsrc/databases/mysql5-client/patches: patch-bg patch-bh Removed Files: pkgsrc/databases/mysql5-client/patches: patch-au Log Message: Update to 5.0.41. Amongst many fixes these vulnerabilities were fixed: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2583 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2692 And another patch adapted from a mailing list to fix: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2691 See http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html To see all changes. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.6 2007/05/21 04:40:00 xtraeme Exp $ d3 29 a31 20 --- configure.in.orig 2007-05-21 05:53:04.000000000 +0200 +++ configure.in 2007-05-21 05:53:27.000000000 +0200 @@@@ -487,7 +487,7 @@@@ FIND_PROC="$PS \$\$PID | grep -v grep | grep \$\$MYSQLD > /dev/null" else case $SYSTEM_TYPE in - *freebsd*) + *freebsd*|*dragonfly*) FIND_PROC="$PS p \$\$PID | grep -v grep | grep \$\$MYSQLD > /dev/null" ;; *darwin*) @@@@ -1121,7 +1121,7 @@@@ MAX_C_OPTIMIZE="-O" fi ;; - *freebsd*) + *freebsd*|*dragonfly*) AC_MSG_WARN([Adding fix for interrupted reads]) OSVERSION=`sysctl -a | grep osreldate | awk '{ print $2 }'` if test "$OSVERSION" -gt "480100" && \ @ 1.4 log @Update to the long awaited 5.0.26 release, codenamed "houston we have a problem with vulnerabilities". Please see the following URLs for changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html Two patches were sent upstream, I hope to get them in the next version. @ text @d3 3 a5 3 --- mysql-test/Makefile.in.orig 2006-10-14 19:50:21.000000000 +0200 +++ mysql-test/Makefile.in 2006-10-14 19:51:30.000000000 +0200 @@@@ -389,7 +389,7 @@@@ d11 4 a14 4 EXTRA_SCRIPTS = mysql-test-run.sh install_test_db.sh valgrind.supp $(PRESCRIPTS) EXTRA_DIST = $(EXTRA_SCRIPTS) GENSCRIPTS = mysql-test-run install_test_db mtr @@@@ -820,12 +820,11 @@@@ @ 1.3 log @Solaris fixes: - Pass appropriate flags to SunPro compiler to work with Solaris 9 and below for threading model used. - Pass one directory at a time to `install -d'. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2006/05/18 16:11:15 cube Exp $ d3 3 a5 3 --- mysql-test/Makefile.in.orig Thu May 25 09:57:37 2006 +++ mysql-test/Makefile.in Mon Jul 10 20:00:56 2006 @@@@ -388,7 +388,7 @@@@ d13 2 a14 2 GENSCRIPTS = mysql-test-run install_test_db @@@@ -819,12 +819,11 @@@@ @ 1.3.2.1 log @Pullup ticket 1820 - requested by xtraeme security update for mysql5 Revisions pulled up: - pkgsrc/databases/mysql5-client/Makefile.common 1.17 - pkgsrc/databases/mysql5-client/buildlink3.mk 1.8 - pkgsrc/databases/mysql5-client/distinfo 1.10, 1.11, 1.12, 1.13 - pkgsrc/databases/mysql5-client/patches/patch-aa 1.2 - pkgsrc/databases/mysql5-client/patches/patch-ac 1.3 - pkgsrc/databases/mysql5-client/patches/patch-ad 1.3, 1.4 - pkgsrc/databases/mysql5-client/patches/patch-af 1.5 - pkgsrc/databases/mysql5-client/patches/patch-ah removed - pkgsrc/databases/mysql5-client/patches/patch-bf 1.1 - pkgsrc/databases/mysql5-server/PLIST 1.8 - pkgsrc/databases/mysql5-server/distinfo 1.12 - pkgsrc/databases/mysql5-server/patches/patch-aa 1.3 - pkgsrc/databases/mysql5-server/patches/patch-ab 1.3 - pkgsrc/databases/mysql5-server/patches/patch-af 1.3 - pkgsrc/databases/mysql5-server/patches/patch-ac 1.4 - pkgsrc/databases/mysql5-server/patches/patch-ag 1.5 - pkgsrc/databases/mysql5-server/patches/patch-aj 1.2 - pkgsrc/databases/mysql5-server/patches/patch-an 1.1 - pkgsrc/databases/mysql5-server/patches/patch-bf 1.1 Module Name: pkgsrc Committed By: rillig Date: Sun Oct 8 13:30:59 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client: distinfo Added Files: pkgsrc/databases/mysql5-client/patches: patch-bf Log Message: Fixed "test ==". --- Module Name: pkgsrc Committed By: xtraeme Date: Sat Oct 14 18:41:34 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client: Makefile.common buildlink3.mk distinfo pkgsrc/databases/mysql5-client/patches: patch-aa patch-ac patch-ad patch-af pkgsrc/databases/mysql5-server: PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-aa patch-ab patch-ac patch-af patch-ag patch-aj Added Files: pkgsrc/databases/mysql5-server/patches: patch-an patch-bf Removed Files: pkgsrc/databases/mysql5-client/patches: patch-ah Log Message: Update to the long awaited 5.0.26 release, codenamed "houston we have a problem with vulnerabilities". Please see the following URLs for changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html Two patches were sent upstream, I hope to get them in the next version. --- Module Name: pkgsrc Committed By: xtraeme Date: Sat Oct 14 18:46:51 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client: distinfo Log Message: regen with right checksums. --- Module Name: pkgsrc Committed By: salo Date: Sun Oct 15 08:58:15 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client/patches: patch-ad Log Message: missing rcsid. (hi xtraeme!) --- Module Name: pkgsrc Committed By: salo Date: Sun Oct 15 08:59:37 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client: distinfo Log Message: regen. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.4 2006/10/14 18:41:34 xtraeme Exp $ d3 3 a5 3 --- mysql-test/Makefile.in.orig 2006-10-14 19:50:21.000000000 +0200 +++ mysql-test/Makefile.in 2006-10-14 19:51:30.000000000 +0200 @@@@ -389,7 +389,7 @@@@ d13 2 a14 2 GENSCRIPTS = mysql-test-run install_test_db mtr @@@@ -820,12 +820,11 @@@@ @ 1.2 log @Update to version 5.0.21. Full listing of changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-21.html Notable changes include: - Security enhancement: Added the global max_prepared_stmt_count system variable to limit the total number of prepared statements in the server. - The default for the innodb_thread_concurrency system variable was changed to 8. - Fixes for CVE-2006-1516, CVE-2006-1517 and CVE-2006-1518. And a lot of bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1.1.1 2005/10/31 09:22:26 xtraeme Exp $ d3 3 a5 3 --- mysql-test/Makefile.in.orig 2006-04-26 20:31:57.000000000 +0200 +++ mysql-test/Makefile.in @@@@ -388,7 +388,7 @@@@ zlib_dir = @@zlib_dir@@ d14 18 @ 1.2.2.1 log @Pullup ticket 1780 - requested by tron security update for mysql5 Revisions pulled up: - pkgsrc/databases/mysql5-client/Makefile 1.8 - pkgsrc/databases/mysql5-client/distinfo 1.8 - pkgsrc/databases/mysql5-client/Makefile.common 1.15 - pkgsrc/databases/mysql5-client/PLIST 1.5 - pkgsrc/databases/mysql5-client/patches/patch-ac 1.2 - pkgsrc/databases/mysql5-client/patches/patch-ae 1.6 - pkgsrc/databases/mysql5-server/Makefile 1.14, 1.15, 1.16 - pkgsrc/databases/mysql5-server/PLIST 1.7 - pkgsrc/databases/mysql5-server/distinfo 1.9, 1.10 - pkgsrc/databases/mysql5-server/patches/patch-ab 1.2 - pkgsrc/databases/mysql5-server/patches/patch-ac 1.3 - pkgsrc/databases/mysql5-server/patches/patch-af 1.2 Module Name: pkgsrc Committed By: sketch Date: Mon Jul 10 20:16:53 UTC 2006 Modified Files: pkgsrc/databases/mysql5-server: Makefile distinfo pkgsrc/databases/mysql5-server/patches: patch-ac Log Message: Solaris fixes: - Pass appropriate flags to SunPro compiler to work with Solaris 9 and below for threading model used. - Pass one directory at a time to `install -d'. --- Module Name: pkgsrc Committed By: rillig Date: Wed Jul 12 11:56:05 UTC 2006 Modified Files: pkgsrc/databases/mysql5-server: Makefile Log Message: Fixed the path to the Perl interpreter in one file. Bumped PKGREVISION. --- Module Name: pkgsrc Committed By: tron Date: Sun Aug 6 16:30:40 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client: Makefile Makefile.common PLIST distinfo pkgsrc/databases/mysql5-client/patches: patch-ac patch-ae pkgsrc/databases/mysql5-server: Makefile PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-ab patch-af Log Message: Update "mysql5-client" and "mysql5-server" packages to version 5.0.24. Changes since version 5.0.22: - Security fix: If a user has access to MyISAM table t, that user can create a MERGE table m that accesses t. However, if the user's privileges on t are subsequently revoked, the user can continue to access t by doing so through m. If this behavior is undesirable, you can start the server with the new --skip-merge option to disable the MERGE storage engine. (Bug#15195) - In the INFORMATION_SCHEMA.ROUTINES table the ROUTINE_DEFINITION column now is defined as NULL rather than NOT NULL. Also, NULL rather than the empty string is returned as the column value if the user does not have sufficient privileges to see the routine definition. (Bug#20230) - Several other bug fixes @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2006/07/10 20:16:53 sketch Exp $ d3 3 a5 3 --- mysql-test/Makefile.in.orig Thu May 25 09:57:37 2006 +++ mysql-test/Makefile.in Mon Jul 10 20:00:56 2006 @@@@ -388,7 +388,7 @@@@ a13 18 @@@@ -819,12 +819,11 @@@@ $(INSTALL_DATA) $(srcdir)/lib/*.pl $(distdir)/lib install-data-local: - $(mkinstalldirs) \ - $(DESTDIR)$(testdir)/t \ - $(DESTDIR)$(testdir)/r \ - $(DESTDIR)$(testdir)/include \ - $(DESTDIR)$(testdir)/std_data \ - $(DESTDIR)$(testdir)/lib + $(mkinstalldirs) $(DESTDIR)$(testdir)/t + $(mkinstalldirs) $(DESTDIR)$(testdir)/r + $(mkinstalldirs) $(DESTDIR)$(testdir)/include + $(mkinstalldirs) $(DESTDIR)$(testdir)/std_data + $(mkinstalldirs) $(DESTDIR)$(testdir)/lib $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(testdir) -$(INSTALL_DATA) $(srcdir)/t/*.def $(DESTDIR)$(testdir)/t $(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- mysql-test/Makefile.in.orig 2005-10-31 09:37:02.000000000 +0100 +++ mysql-test/Makefile.in 2005-10-31 09:37:57.000000000 +0100 @@@@ -379,7 +379,7 @@@@ d11 1 a11 1 EXTRA_SCRIPTS = mysql-test-run.sh mysql-test-run.pl install_test_db.sh valgrind.supp d13 1 a13 1 test_SCRIPTS = mysql-test-run install_test_db @ 1.1.1.1 log @Initial import of mysql5-server-5.0.15. MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries. @ text @@ 1.1.1.1.4.1 log @Pullup ticket 1624 - requested by cube security update for mysql5 Revisions pulled up: - pkgsrc/databases/mysql5-client/Makefile.common 1.11, 1.12 - pkgsrc/databases/mysql5-client/distinfo 1.6 - pkgsrc/databases/mysql5-client/patches/patch-ae 1.5 - pkgsrc/databases/mysql5-client/patches/patch-af 1.4 - pkgsrc/databases/mysql5-client/patches/patch-ag 1.2 - pkgsrc/databases/mysql5-server/Makefile 1.13 - pkgsrc/databases/mysql5-server/PLIST 1.6 - pkgsrc/databases/mysql5-server/distinfo 1.7 - pkgsrc/databases/mysql5-server/patches/patch-ac 1.2 - pkgsrc/databases/mysql5-server/patches/patch-ag 1.4 - pkgsrc/databases/mysql5-server/patches/patch-al 1.2 Module Name: pkgsrc Committed By: cube Date: Thu May 18 16:11:15 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client: Makefile.common distinfo pkgsrc/databases/mysql5-client/patches: patch-ae patch-af patch-ag pkgsrc/databases/mysql5-server: Makefile PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-ac patch-ag patch-al Log Message: Update to version 5.0.21. Full listing of changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-21.html Notable changes include: - Security enhancement: Added the global max_prepared_stmt_count system variable to limit the total number of prepared statements in the server. - The default for the innodb_thread_concurrency system variable was changed to 8. - Fixes for CVE-2006-1516, CVE-2006-1517 and CVE-2006-1518. And a lot of bug fixes. --- Module Name: pkgsrc Committed By: tron Date: Fri May 19 23:01:02 UTC 2006 Modified Files: pkgsrc/databases/mysql5-client: Makefile.common Log Message: Fix build problem under Mac OS X by repairing broken OpenSSL (shared) library detection. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2006/05/18 16:11:15 cube Exp $ d3 3 a5 3 --- mysql-test/Makefile.in.orig 2006-04-26 20:31:57.000000000 +0200 +++ mysql-test/Makefile.in @@@@ -388,7 +388,7 @@@@ zlib_dir = @@zlib_dir@@ d11 1 a11 1 EXTRA_SCRIPTS = mysql-test-run.sh install_test_db.sh valgrind.supp $(PRESCRIPTS) d13 1 a13 1 GENSCRIPTS = mysql-test-run install_test_db @