Up to [cvs.NetBSD.org] / pkgsrc / databases / mysql5-server
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.38, Thu Sep 12 16:34:31 2013 UTC (10 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +1 -1
lines
FILE REMOVED
Removed databases/mysql5-{client,server}
Revision 1.37 / (download) - annotate - [select for diffs], Mon Jul 15 02:02:19 2013 UTC (10 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Revision 1.36 / (download) - annotate - [select for diffs], Fri Jul 12 10:44:54 2013 UTC (10 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Bump PKGREVISION of all packages which create users, to pick up change of sysutils/user_* packages.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Feb 6 23:21:23 2013 UTC (10 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.34: +2 -1
lines
Diff to previous 1.34 (colored)
PKGREVISION bumps for the security/openssl 1.0.1d update.
Revision 1.34 / (download) - annotate - [select for diffs], Tue Oct 2 21:25:22 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.33: +1 -3
lines
Diff to previous 1.33 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.32.6.1 / (download) - annotate - [select for diffs], Wed Apr 18 13:50:48 2012 UTC (11 years, 7 months ago) by tron
Branch: pkgsrc-2012Q1
Changes since 1.32: +1 -2
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
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)
Revision 1.33 / (download) - annotate - [select for diffs], Sat Apr 14 04:04:48 2012 UTC (11 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.32: +1 -2
lines
Diff to previous 1.32 (colored)
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)
Revision 1.32 / (download) - annotate - [select for diffs], Tue Aug 2 16:15:08 2011 UTC (12 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Branch point for: pkgsrc-2012Q1
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
Add patches refering link provided from PR pkg/45185 by Andras Horvath. And minor update of comments in patches. Bump PKGREVISION.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Feb 18 15:46:10 2010 UTC (13 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.30: +1 -2
lines
Diff to previous 1.30 (colored)
Update mysql5-client and mysql5-server package to version 5.0.90. This release many bug fixes and DoS security problem (CVE-2009-4484). Plese refer these URL in detail. http://dev.mysql.com/doc/refman/5.0/en/news-5-0-89.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-90.html There some minor pkgsrc change to prevent compile time warnings.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:09 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Sat Nov 28 17:47:00 2009 UTC (14 years ago) by spz
Branch: pkgsrc-2009Q3
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
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
Revision 1.29 / (download) - annotate - [select for diffs], Thu Nov 26 16:33:29 2009 UTC (14 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
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
Revision 1.27.2.1 / (download) - annotate - [select for diffs], Sun Jul 19 20:00:53 2009 UTC (14 years, 4 months ago) by spz
Branch: pkgsrc-2009Q2
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored) next main 1.28 (colored)
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
Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 19 13:50:20 2009 UTC (14 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base
Branch point for: pkgsrc-2009Q3
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Add a patch for CVE-2009-2446 based on the description in the report.
Revision 1.27 / (download) - annotate - [select for diffs], Wed May 20 00:58:11 2009 UTC (14 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base
Branch point for: pkgsrc-2009Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345.
Revision 1.25.4.1 / (download) - annotate - [select for diffs], Sat Feb 7 19:49:37 2009 UTC (14 years, 9 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored) next main 1.26 (colored)
Pullup ticket #2685 - requested by he mysql5-server: bug fixes Revisions pulled up: - databases/mysql5-server/Makefile 1.26 - databases/mysql5-server/files/mysqld.sh 1.3 --- Module Name: pkgsrc Committed By: he Date: Wed Feb 4 21:17:45 UTC 2009 Modified Files: pkgsrc/databases/mysql5-server: Makefile pkgsrc/databases/mysql5-server/files: mysqld.sh Log Message: Upgrade from version 5.0.67 to 5.0.67nb1. Two changes to the rc.d script: 1) Move the setting of pidfile to a place so that setting mysqld_datadir in rc.conf will actually work; otherwise, if you use a non-default mysqld_datadir, mysqld will not start. 2) ad@ pointed me to http://bugs.mysql.com/bug.php?id=18526, and said that --skip-thread-priority should not be used on NetBSD, and the PR spoke about Darwin / OS/X. I'm guessing that this might work if the host platform is Linux or SunOS (the latter is unconfirmed). So add that option to the startup in all other cases.
Revision 1.26 / (download) - annotate - [select for diffs], Wed Feb 4 21:17:45 2009 UTC (14 years, 9 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Upgrade from version 5.0.67 to 5.0.67nb1. Two changes to the rc.d script: 1) Move the setting of pidfile to a place so that setting mysqld_datadir in rc.conf will actually work; otherwise, if you use a non-default mysqld_datadir, mysqld will not start. 2) ad@ pointed me to http://bugs.mysql.com/bug.php?id=18526, and said that --skip-thread-priority should not be used on NetBSD, and the PR spoke about Darwin / OS/X. I'm guessing that this might work if the host platform is Linux or SunOS (the latter is unconfirmed). So add that option to the startup in all other cases.
Revision 1.24.4.1 / (download) - annotate - [select for diffs], Tue Sep 23 11:15:53 2008 UTC (15 years, 2 months ago) by tron
Branch: pkgsrc-2008Q2
Changes since 1.24: +7 -7
lines
Diff to previous 1.24 (colored) next main 1.25 (colored)
Pullup ticket #2532 - requested by taca mysql5-client: security update mysql5-server: security update Revisions pulled up: - databases/mysql5-client/Makefile 1.19 - databases/mysql5-client/Makefile.common 1.33 - databases/mysql5-client/buildlink3.mk 1.12 - databases/mysql5-client/distinfo 1.24 - databases/mysql5-client/patches/patch-ab 1.3 - databases/mysql5-client/patches/patch-ac 1.7 - databases/mysql5-client/patches/patch-af 1.7 - databases/mysql5-client/patches/patch-ag 1.4 - databases/mysql5-client/patches/patch-aj 1.3 - databases/mysql5-client/patches/patch-ak delete - databases/mysql5-client/patches/patch-al 1.3 - databases/mysql5-server/Makefile 1.25 - databases/mysql5-server/PLIST 1.13 - databases/mysql5-server/distinfo 1.21 - databases/mysql5-server/patches/patch-ad 1.4 - databases/mysql5-server/patches/patch-ag 1.7 - databases/mysql5-server/patches/patch-ai 1.3 - databases/mysql5-server/patches/patch-an 1.5 - databases/mysql5-server/patches/patch-ca 1.2 - databases/mysql5-server/patches/patch-cb 1.2 - databases/mysql5-server/patches/patch-cc 1.2 - databases/mysql5-server/patches/patch-da delete - databases/mysql5-server/patches/patch-db delete --- Module Name: pkgsrc Committed By: taca Date: Thu Sep 18 11:50:44 UTC 2008 Modified Files: pkgsrc/databases/mysql5-client: Makefile.common buildlink3.mk distinfo pkgsrc/databases/mysql5-client/patches: patch-ab patch-af patch-ag patch-aj patch-al Added Files: pkgsrc/databases/mysql5-client/patches: patch-ac Removed Files: pkgsrc/databases/mysql5-client/patches: patch-ak Log Message: Update mysql5-client pacakge to 5.0.67. For complete changes, please refer http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html. Here is a part of it. Functionality added or changed: Security Enhancement: To enable stricter control over the location from which user-defined functions can be loaded, the plugin_dir system variable has been backported from MySQL 5.1. If the value is non-empty, user-defined function object files can be loaded only from the directory named by this variable. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker. (Bug#37428) Important Change: Incompatible Change: The FEDERATED storage engine is now disabled by default in the .cnf files shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so forth). This affects server behavior only if you install one of these files. (Bug#37069) Cluster API: Important Change: Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes rather than kilobytes, it has been renamed to page_size_bytes. The name page_size_kb is now deprecated and thus subject to removal in a future release, although it currently remains supported for reasons of backward compatibility. See The Ndb_logevent_type Type, for more information about NDB_LE_MemoryUsage. (Bug#30271) Important Change: Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE with respect to detection and handling of tables with incompatible .frm files (files created with a different version of the MySQL server). These changes also affect mysqlcheck because that program uses CHECK TABLE and REPAIR table, and thus also mysql_upgrade because that program invokes mysqlcheck. --- Module Name: pkgsrc Committed By: taca Date: Thu Sep 18 11:51:37 UTC 2008 Modified Files: pkgsrc/databases/mysql5-server: Makefile PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-ad patch-ag patch-ai patch-an patch-ca patch-cb patch-cc Removed Files: pkgsrc/databases/mysql5-server/patches: patch-da patch-db Log Message: Update mysql5-server pacakge to 5.0.67. This is security fix. For complete changes, please refer http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html. Here is a part of it. Functionality added or changed: Security Enhancement: To enable stricter control over the location from which user-defined functions can be loaded, the plugin_dir system variable has been backported from MySQL 5.1. If the value is non-empty, user-defined function object files can be loaded only from the directory named by this variable. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker. (Bug#37428) Important Change: Incompatible Change: The FEDERATED storage engine is now disabled by default in the .cnf files shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so forth). This affects server behavior only if you install one of these files. (Bug#37069) Cluster API: Important Change: Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes rather than kilobytes, it has been renamed to page_size_bytes. The name page_size_kb is now deprecated and thus subject to removal in a future release, although it currently remains supported for reasons of backward compatibility. See The Ndb_logevent_type Type, for more information about NDB_LE_MemoryUsage. (Bug#30271) Important Change: Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE with respect to detection and handling of tables with incompatible .frm files (files created with a different version of the MySQL server). These changes also affect mysqlcheck because that program uses CHECK TABLE and REPAIR table, and thus also mysql_upgrade because that program invokes mysqlcheck. --- Module Name: pkgsrc Committed By: tron Date: Thu Sep 18 12:49:40 UTC 2008 Modified Files: pkgsrc/databases/mysql5-client: Makefile Log Message: Fix path to Perl interpreter in the installed scripts. Bump package revision because of this fix.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Sep 18 11:51:37 2008 UTC (15 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Branch point for: pkgsrc-2008Q4
Changes since 1.24: +7 -7
lines
Diff to previous 1.24 (colored)
Update mysql5-server pacakge to 5.0.67. This is security fix. For complete changes, please refer http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html. Here is a part of it. Functionality added or changed: Security Enhancement: To enable stricter control over the location from which user-defined functions can be loaded, the plugin_dir system variable has been backported from MySQL 5.1. If the value is non-empty, user-defined function object files can be loaded only from the directory named by this variable. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker. (Bug#37428) Important Change: Incompatible Change: The FEDERATED storage engine is now disabled by default in the .cnf files shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so forth). This affects server behavior only if you install one of these files. (Bug#37069) Cluster API: Important Change: Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes rather than kilobytes, it has been renamed to page_size_bytes. The name page_size_kb is now deprecated and thus subject to removal in a future release, although it currently remains supported for reasons of backward compatibility. See The Ndb_logevent_type Type, for more information about NDB_LE_MemoryUsage. (Bug#30271) Important Change: Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE with respect to detection and handling of tables with incompatible .frm files (files created with a different version of the MySQL server). These changes also affect mysqlcheck because that program uses CHECK TABLE and REPAIR table, and thus also mysql_upgrade because that program invokes mysqlcheck.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Jul 1 09:22:59 2008 UTC (15 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2008Q2
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Add patch from <http://lists.mysql.com/commits/43206> to fix the security vulnerability reported in CVE-2008-2079.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 30 12:01:47 2008 UTC (15 years, 5 months ago) by martti
Branch: MAIN
Changes since 1.22: +1 -2
lines
Diff to previous 1.22 (colored)
Updated mysql to 5.0.51b * Security fixes * Other bug fixes See also: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51a.html http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51b.html
Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 6 16:50:38 2008 UTC (15 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.21: +25 -11
lines
Diff to previous 1.21 (colored)
+ Remove explicit naming of "-lncurses -ltermcap" as the way to get the termcap libraries. Including termcap.buildlink3.mk (indirectly through including readline/buildlink3.mk) will do the right thing. + Remove readline dependency from Makefile.common and add it into mysql5-client/Makefile. Only the -client package needs and uses readline. The -server package only "needs" it to placate the configure script, but none of its installed binaries are linked against it. + Add full DESTDIR support to the -client and -server packages. Bump the PKGREVISION of mysql5-client to 3. The PKGREVISION of mysql5-server remains unchanged since there are no user-visible changes to the binary package.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 18 05:06:28 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Mon Dec 17 15:26:50 2007 UTC (15 years, 11 months ago) by ghen
Branch: pkgsrc-2007Q3
Changes since 1.19: +7 -3
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Pullup ticket 2245 - requested by tron security update for mysql5 - pkgsrc/databases/mysql5-client/Makefile 1.11, 1.12, 1.14 - pkgsrc/databases/mysql5-client/Makefile.common 1.26, 1.28 - pkgsrc/databases/mysql5-client/PLIST 1.8, 1.9 - pkgsrc/databases/mysql5-client/distinfo 1.20, 1.21 - pkgsrc/databases/mysql5-client/patches/patch-ad 1.7 - pkgsrc/databases/mysql5-server/Makefile 1.20 - pkgsrc/databases/mysql5-server/PLIST 1.12 - pkgsrc/databases/mysql5-server/distinfo 1.17 - pkgsrc/databases/mysql5-server/patches/patch-ab 1.5 - pkgsrc/databases/mysql5-server/patches/patch-ak 1.4 - pkgsrc/databases/mysql5-server/patches/patch-an 1.4 Module Name: pkgsrc Committed By: rillig Date: Fri Oct 12 14:32:46 UTC 2007 Modified Files: pkgsrc/databases/mysql5-client: Makefile Makefile.common PLIST distinfo pkgsrc/databases/mysql5-client/patches: patch-ad Log Message: The mysql.info file is not rebuilt anymore, so it is safe to install the documentation. PKGREVISION++ --- Module Name: pkgsrc Committed By: rillig Date: Sun Oct 14 17:43:33 UTC 2007 Modified Files: pkgsrc/databases/mysql5-client: Makefile PLIST Log Message: The file manual.chm is installed additionally, since it is much more comfortable to browse than the GNU info file. PKGREVISION++ --- Module Name: pkgsrc Committed By: tron Date: Fri Dec 14 13:36:54 UTC 2007 Modified Files: pkgsrc/databases/mysql5-client: Makefile Makefile.common distinfo pkgsrc/databases/mysql5-server: Makefile PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-ab patch-ak patch-an Log Message: Update "mysql5-client" and "mysql5-server" packages to version 5.0.51. This version fixes a lot of bugs including the security vulnerability reported in CVE-2007-5969. A complete list of the changes can be found here: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 14 13:36:53 2007 UTC (15 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.19: +7 -3
lines
Diff to previous 1.19 (colored)
Update "mysql5-client" and "mysql5-server" packages to version 5.0.51. This version fixes a lot of bugs including the security vulnerability reported in CVE-2007-5969. A complete list of the changes can be found here: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jul 31 14:10:11 2007 UTC (16 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base
Branch point for: pkgsrc-2007Q3
Changes since 1.18: +3 -1
lines
Diff to previous 1.18 (colored)
Marked as MAKE_JOBS_SAFE=no. Pointed out by Gergo Szakal in PR 36711.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 11 18:42:49 2007 UTC (16 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.17: +4 -5
lines
Diff to previous 1.17 (colored)
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.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:50 2007 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Mon Aug 7 08:54:16 2006 UTC (17 years, 3 months ago) by salo
Branch: pkgsrc-2006Q2
Changes since 1.13: +10 -1
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
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
Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 6 16:30:40 2006 UTC (17 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
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
Revision 1.15 / (download) - annotate - [select for diffs], Wed Jul 12 11:56:05 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.14: +4 -1
lines
Diff to previous 1.14 (colored)
Fixed the path to the Perl interpreter in one file. Bumped PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 10 20:16:53 2006 UTC (17 years, 4 months ago) by sketch
Branch: MAIN
Changes since 1.13: +8 -1
lines
Diff to previous 1.13 (colored)
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'.
Revision 1.9.2.1 / (download) - annotate - [select for diffs], Mon May 22 12:18:25 2006 UTC (17 years, 6 months ago) by salo
Branch: pkgsrc-2006Q1
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
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.
Revision 1.13 / (download) - annotate - [select for diffs], Thu May 18 16:11:15 2006 UTC (17 years, 6 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
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.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 23 00:12:37 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.11: +7 -2
lines
Diff to previous 1.11 (colored)
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 17 11:21:41 2006 UTC (17 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Add fix for CAN-2006-0903 taken from MySQL bug #17667. Bump package revision because of this security fix.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 13 11:19:25 2006 UTC (17 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update mysql5-* to 5.0.20. To see new changes and bugs fixed, see: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-x.html.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:27 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base
Branch point for: pkgsrc-2006Q1
Changes since 1.8: +1 -3
lines
Diff to previous 1.8 (colored)
Modify the pkginstall framework so that it manages all aspects of INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:32 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 9 16:25:01 2006 UTC (17 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update mysql5-{client,server} to 5.0.18. Too many changes to list... more information via: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-18.html
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 8 17:43:58 2006 UTC (17 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Don't install the extra header files, they are needed to build some packages so they belong to mysql-client. Bump PKGREVISION.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:35 2005 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:04 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:58 2005 UTC (18 years ago) by rillig
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 2 08:13:26 2005 UTC (18 years ago) by xtraeme
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to 5.0.16. For information about changes please see: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-16.html
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 31 09:22:26 2005 UTC (18 years, 1 month ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 31 09:22:26 2005 UTC (18 years, 1 month ago) by xtraeme
Branch: MAIN
Initial revision