head 1.6; access; symbols pkgsrc-2013Q2:1.5.0.28 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.26 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.24 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.22 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.20 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.18 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.16 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.14 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.12 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.10 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.8 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.6 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.4 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.2 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.4.0.12 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.10 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.8 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.6 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.4 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.2 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.3.0.16 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.14 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.12 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 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.6 date 2013.09.12.16.34.32; author adam; state dead; branches; next 1.5; commitid yYSLz0TArIjvua5x; 1.5 date 2010.02.18.15.46.10; author taca; state Exp; branches; next 1.4; 1.4 date 2008.09.18.11.50.44; author taca; state Exp; branches 1.4.12.1; next 1.3; 1.3 date 2007.03.11.18.42.28; author adam; state Exp; branches 1.3.14.1; next 1.2; 1.2 date 2006.05.18.16.11.15; author cube; state Exp; branches; next 1.1; 1.1 date 2005.10.31.09.21.40; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.4.12.1 date 2010.02.24.14.23.22; author tron; state Exp; branches; next ; 1.3.14.1 date 2008.09.23.11.15.53; author tron; state Exp; branches; next ; 1.1.1.1 date 2005.10.31.09.21.40; 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.6 log @Removed databases/mysql5-{client,server} @ text @$NetBSD: patch-ag,v 1.5 2010/02/18 15:46:10 taca Exp $ --- strings/Makefile.in.orig 2010-01-15 09:54:02.000000000 +0000 +++ strings/Makefile.in @@@@ -889,7 +889,7 @@@@ install-data-am: install-dvi: install-dvi-am -install-exec-am: install-pkglibLIBRARIES +install-exec-am: install-html: install-html-am @ 1.5 log @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. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.4 2008/09/18 11:50:44 taca Exp $ @ 1.4 log @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. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.3 2007/03/11 18:42:28 adam Exp $ d3 3 a5 17 --- strings/Makefile.in.orig 2008-08-04 15:22:30.000000000 +0300 +++ strings/Makefile.in 2008-09-16 12:18:09.000000000 +0300 @@@@ -622,7 +622,6 @@@@ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(pkglibLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ - $(pkglibLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ else :; fi; \ done @@$(POST_INSTALL) @@@@ -630,7 +629,6 @@@@ if test -f $$p; then \ p=$(am__strip_dir) \ echo " $(RANLIB) '$(DESTDIR)$(pkglibdir)/$$p'"; \ - $(RANLIB) "$(DESTDIR)$(pkglibdir)/$$p"; \ else :; fi; \ done d7 6 a12 6 @@@@ -639,7 +637,6 @@@@ @@list='$(pkglib_LIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \ - rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \ done a13 1 clean-pkglibLIBRARIES: @ 1.4.12.1 log @Pullup ticket #3020 - requested by taca mysql5-client: security update mysql5-server: security update Revisions pulled up: - databases/mysql5-client/Makefile.common 1.38 - databases/mysql5-client/buildlink3.mk 1.15 via patch - databases/mysql5-client/distinfo 1.28 - databases/mysql5-client/patches/patch-ac 1.8 - databases/mysql5-client/patches/patch-ae 1.10 - databases/mysql5-client/patches/patch-af 1.8 - databases/mysql5-client/patches/patch-ag 1.5 - databases/mysql5-client/patches/patch-aj 1.4 - databases/mysql5-client/patches/patch-al 1.4 - databases/mysql5-client/patches/patch-au 1.5 - databases/mysql5-client/patches/patch-av 1.1 - databases/mysql5-server/Makefile 1.31 - databases/mysql5-server/PLIST 1.16 - databases/mysql5-server/distinfo 1.24 - databases/mysql5-server/patches/patch-aa 1.6 - databases/mysql5-server/patches/patch-ag 1.8 - databases/mysql5-server/patches/patch-ah 1.7 - databases/mysql5-server/patches/patch-aj 1.4 - databases/mysql5-server/patches/patch-am 1.4 - databases/mysql5-server/patches/patch-an 1.7 - databases/mysql5-server/patches/patch-ap 1.1 - databases/mysql5-server/patches/patch-aq 1.1 - databases/mysql5-server/patches/patch-bf 1.3 - databases/mysql5-server/patches/patch-ca 1.3 - databases/mysql5-server/patches/patch-cb 1.3 - databases/mysql5-server/patches/patch-cc 1.3 --- Module Name: pkgsrc Committed By: taca Date: Thu Feb 18 15:46:10 UTC 2010 Modified Files: pkgsrc/databases/mysql5-client: Makefile.common buildlink3.mk distinfo pkgsrc/databases/mysql5-client/patches: patch-ac patch-ae patch-af patch-ag patch-aj patch-al pkgsrc/databases/mysql5-server: Makefile PLIST distinfo pkgsrc/databases/mysql5-server/patches: patch-aa patch-ag patch-ah patch-aj patch-am patch-an patch-bf patch-ca patch-cb patch-cc Added Files: pkgsrc/databases/mysql5-client/patches: patch-au patch-av pkgsrc/databases/mysql5-server/patches: patch-ap patch-aq Log Message: 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. @ text @d1 1 a1 1 $NetBSD$ d3 17 a19 3 --- strings/Makefile.in.orig 2010-01-15 09:54:02.000000000 +0000 +++ strings/Makefile.in @@@@ -889,7 +889,7 @@@@ install-data-am: d21 6 a26 6 install-dvi: install-dvi-am -install-exec-am: install-pkglibLIBRARIES +install-exec-am: install-html: install-html-am d28 1 @ 1.3 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 3 a5 3 --- strings/Makefile.in.orig 2007-03-05 20:23:22.000000000 +0100 +++ strings/Makefile.in @@@@ -616,7 +616,6 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR d13 1 a13 1 @@@@ -624,7 +623,6 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR d21 1 a21 1 @@@@ -633,7 +631,6 @@@@ uninstall-pkglibLIBRARIES: @ 1.3.14.1 log @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. @ text @d3 3 a5 3 --- strings/Makefile.in.orig 2008-08-04 15:22:30.000000000 +0300 +++ strings/Makefile.in 2008-09-16 12:18:09.000000000 +0300 @@@@ -622,7 +622,6 @@@@ d13 1 a13 1 @@@@ -630,7 +629,6 @@@@ d21 1 a21 1 @@@@ -639,7 +637,6 @@@@ @ 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-ag,v 1.1.1.1 2005/10/31 09:21:40 xtraeme Exp $ d3 1 a3 1 --- strings/Makefile.in.orig 2006-04-26 20:32:24.000000000 +0200 d5 1 a5 1 @@@@ -609,7 +609,6 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR d13 1 a13 1 @@@@ -617,7 +616,6 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR d21 1 a21 1 @@@@ -626,7 +624,6 @@@@ uninstall-pkglibLIBRARIES: @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- strings/Makefile.in.orig 2004-12-27 17:48:04.000000000 +0100 +++ strings/Makefile.in 2005-01-11 23:29:03.000000000 +0100 @@@@ -599,7 +599,6 @@@@ d7 1 a7 1 f="`echo $$p | sed -e 's|^.*/||'`"; \ d13 1 a13 1 @@@@ -607,7 +606,6 @@@@ d15 1 a15 1 p="`echo $$p | sed -e 's|^.*/||'`"; \ d21 1 a21 1 @@@@ -616,7 +614,6 @@@@ d23 1 a23 1 p="`echo $$p | sed -e 's|^.*/||'`"; \ @ 1.1.1.1 log @Initial import of mysql5-client-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 client 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-ag,v 1.2 2006/05/18 16:11:15 cube Exp $ d3 3 a5 3 --- strings/Makefile.in.orig 2006-04-26 20:32:24.000000000 +0200 +++ strings/Makefile.in @@@@ -609,7 +609,6 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR d7 1 a7 1 f=$(am__strip_dir) \ d13 1 a13 1 @@@@ -617,7 +616,6 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR d15 1 a15 1 p=$(am__strip_dir) \ d21 1 a21 1 @@@@ -626,7 +624,6 @@@@ uninstall-pkglibLIBRARIES: d23 1 a23 1 p=$(am__strip_dir) \ @