diff options
author | taca <taca@pkgsrc.org> | 2010-08-11 23:18:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-08-11 23:18:04 +0000 |
commit | 533fadfe5780d02a82e79c24f8838e2a1f708542 (patch) | |
tree | 9aa603b6bcf7d68f41379b645cf0c176b474b76c /databases/mysql51-client | |
parent | da4e7380fabc39e619cd4210aea339374a637d65 (diff) | |
download | pkgsrc-533fadfe5780d02a82e79c24f8838e2a1f708542.tar.gz |
Update mysql51-client and mysql51-server to 5.1.49.
Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html
for full changes.
* InnoDB Plugin has been upgraded to version 1.0.10. This version is
considered of General Availability (GA) quality.
In this release, the InnoDB Plugin is included in source and binary
distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64), and
generic Linux RPM packages. It also does not work for FreeBSD 6 and
HP-UX or for Linux on generic ia64.
Bugs fixed:
* Security Fix: After changing the values of the innodb_file_format or
innodb_file_per_table configuration parameters, DDL statements could
cause a server crash. (Bug#55039)
* Security Fix: Joins involving a table with with a unique SET column
could cause a server crash. (Bug#54575)
* Security Fix: Incorrect handling of NULL arguments could lead to a
crash for IN() or CASE operations when NULL arguments were either
passed explicitly as arguments (for IN()) or implicitly generated by
the WITH ROLLUP modifier (for IN() and CASE). (Bug#54477)
* Security Fix: A malformed argument to the BINLOG statement could
result in Valgrind warnings or a server crash. (Bug#54393)
* Security Fix: Use of TEMPORARY InnoDB tables with nullable columns
could cause a server crash. (Bug#54044)
* Security Fix: The server could crash if there were alternate reads
from two indexes on a table using the HANDLER interface. (Bug#54007)
* Security Fix: Using EXPLAIN with queries of the form SELECT
... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server
crash. (Bug#52711)
* Security Fix: LOAD DATA INFILE did not check for SQL errors and sent
an OK packet even when errors were already reported. Also, an assert
related to client-server protocol checking in debug servers
sometimes was raised when it should not have been. (Bug#52512)
Diffstat (limited to 'databases/mysql51-client')
-rw-r--r-- | databases/mysql51-client/Makefile.common | 4 | ||||
-rw-r--r-- | databases/mysql51-client/distinfo | 10 | ||||
-rw-r--r-- | databases/mysql51-client/patches/patch-ap | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common index 5c4de9ac28c..0bf3a1db4cf 100644 --- a/databases/mysql51-client/Makefile.common +++ b/databases/mysql51-client/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.9 2010/07/05 03:15:04 taca Exp $ +# $NetBSD: Makefile.common,v 1.10 2010/08/11 23:18:04 taca Exp $ # # used by databases/mysql51-client/Makefile # used by databases/mysql51-server/Makefile # -DISTNAME= mysql-5.1.48 +DISTNAME= mysql-5.1.49 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/} diff --git a/databases/mysql51-client/distinfo b/databases/mysql51-client/distinfo index 4ea1621fe53..54f62764f24 100644 --- a/databases/mysql51-client/distinfo +++ b/databases/mysql51-client/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2010/07/05 03:15:04 taca Exp $ +$NetBSD: distinfo,v 1.6 2010/08/11 23:18:04 taca Exp $ -SHA1 (mysql-5.1.48.tar.gz) = 61327d8588a73eb1ca61a91eefad9ce571bac588 -RMD160 (mysql-5.1.48.tar.gz) = 783575f5dc4ef004c8256878e6619d23cc33aae4 -Size (mysql-5.1.48.tar.gz) = 23362742 bytes +SHA1 (mysql-5.1.49.tar.gz) = c173614fa307eeed34607292205290715f20bcd5 +RMD160 (mysql-5.1.49.tar.gz) = e4d43fa48f1c2ffe16c16119422fd9f3d1c812b2 +Size (mysql-5.1.49.tar.gz) = 23687599 bytes SHA1 (patch-aa) = 2a5321738e637a56e57cd6b1b40908d2bf275506 SHA1 (patch-ab) = 8bbbb84d659810031162475917ec233951c67ca4 SHA1 (patch-ac) = 5d5f1b67eb96254b821cf4a3e99eec26dd703bf6 @@ -18,7 +18,7 @@ SHA1 (patch-al) = 93ba34d66fd054fbcf9e1eb3a042770d4d6820ec SHA1 (patch-am) = 7cced70246776a64e782e0c7d335d5948a2189f1 SHA1 (patch-an) = a608060cee7aadaf8bcde84016a73131a75dea32 SHA1 (patch-ao) = dbf68af2d2ded85140aac3602d4f6ce5d68cc78a -SHA1 (patch-ap) = 88dd29051ee68775cf15f3618a16c4f994e5e104 +SHA1 (patch-ap) = 187a956b4aa7ddbf7cb80d02d1c902757b0749be SHA1 (patch-aq) = d04016a2ab84709aee0c08aef71c2f79e82fc6f3 SHA1 (patch-ar) = bc0e2083ec285be8adac1027e63bf076e4c57211 SHA1 (patch-as) = 5eb3a9308b13a25fa813db0ed4a06f8e43db74f6 diff --git a/databases/mysql51-client/patches/patch-ap b/databases/mysql51-client/patches/patch-ap index c0ca8749743..d294dc7edf9 100644 --- a/databases/mysql51-client/patches/patch-ap +++ b/databases/mysql51-client/patches/patch-ap @@ -1,10 +1,10 @@ -$NetBSD: patch-ap,v 1.1.1.1 2010/03/04 16:27:18 taca Exp $ +$NetBSD: patch-ap,v 1.2 2010/08/11 23:18:04 taca Exp $ ---- man/Makefile.in.orig 2010-02-04 11:46:19.000000000 +0000 +--- man/Makefile.in.orig 2010-07-09 12:38:13.000000000 +0000 +++ man/Makefile.in -@@ -380,8 +380,9 @@ yassl_h_ln_cmd = @yassl_h_ln_cmd@ - yassl_libs = @yassl_libs@ +@@ -381,8 +381,9 @@ yassl_libs = @yassl_libs@ yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ + yassl_thread_cxxflags = @yassl_thread_cxxflags@ zlib_dir = @zlib_dir@ -man1_MANS = @man1_files@ -man8_MANS = @man8_files@ |