Subject: CVS commit: [pkgsrc-2007Q2] pkgsrc/databases
From: Geert Hendrickx
Date: 2007-07-28 18:46:40
Message id: 20070728164640.D6C4921507@cvs.netbsd.org

Log Message:
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)

Files:
RevisionActionfile
1.21.2.1modifypkgsrc/databases/mysql5-client/Makefile.common
1.6.2.1modifypkgsrc/databases/mysql5-client/PLIST
1.18.2.1modifypkgsrc/databases/mysql5-client/distinfo
1.5.4.1modifypkgsrc/databases/mysql5-client/patches/patch-ad
1.8.2.1modifypkgsrc/databases/mysql5-client/patches/patch-ae
1.10.2.1modifypkgsrc/databases/mysql5-server/PLIST
1.15.2.1modifypkgsrc/databases/mysql5-server/distinfo
1.4.4.1modifypkgsrc/databases/mysql5-server/patches/patch-aa
1.5.2.1modifypkgsrc/databases/mysql5-server/patches/patch-ah
1.5removepkgsrc/databases/mysql5-client/patches/patch-ac
1.1removepkgsrc/databases/mysql5-client/patches/patch-bg
1.6removepkgsrc/databases/mysql5-server/patches/patch-ac
1.2removepkgsrc/databases/mysql5-server/patches/patch-ao