summaryrefslogtreecommitdiff
path: root/databases/mysql5-client
diff options
context:
space:
mode:
authorcube <cube>2006-05-18 16:11:15 +0000
committercube <cube>2006-05-18 16:11:15 +0000
commit4d72f1b8d9879f9356bdb66efcac4f0cacd2cd09 (patch)
tree7981c230df4d7bc51b75cb9da77a4546caa9a137 /databases/mysql5-client
parent54e573b35d7f11c19e1d43130cbafc94ee0d1c73 (diff)
downloadpkgsrc-4d72f1b8d9879f9356bdb66efcac4f0cacd2cd09.tar.gz
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.
Diffstat (limited to 'databases/mysql5-client')
-rw-r--r--databases/mysql5-client/Makefile.common4
-rw-r--r--databases/mysql5-client/distinfo14
-rw-r--r--databases/mysql5-client/patches/patch-ae12
-rw-r--r--databases/mysql5-client/patches/patch-af10
-rw-r--r--databases/mysql5-client/patches/patch-ag18
5 files changed, 29 insertions, 29 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common
index 8b6c42a355a..a0986836f0e 100644
--- a/databases/mysql5-client/Makefile.common
+++ b/databases/mysql5-client/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.10 2006/04/13 11:19:25 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/05/18 16:11:15 cube Exp $
-DISTNAME= mysql-5.0.20
+DISTNAME= mysql-5.0.21
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/}
diff --git a/databases/mysql5-client/distinfo b/databases/mysql5-client/distinfo
index 6d3e550c75d..b9a6fe3c552 100644
--- a/databases/mysql5-client/distinfo
+++ b/databases/mysql5-client/distinfo
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.5 2006/04/13 11:19:25 xtraeme Exp $
+$NetBSD: distinfo,v 1.6 2006/05/18 16:11:15 cube Exp $
-SHA1 (mysql-5.0.20.tar.gz) = b66fd7821d6cb5f3150f703e90d64697a770a165
-RMD160 (mysql-5.0.20.tar.gz) = f7daabd98124b88c021b314ac23c25d09597e573
-Size (mysql-5.0.20.tar.gz) = 19445124 bytes
+SHA1 (mysql-5.0.21.tar.gz) = c249a237e7d84e08846df6f7becc277f4060219b
+RMD160 (mysql-5.0.21.tar.gz) = 4bbc85f2585c76c58ab09c74f144ee5bd701607e
+Size (mysql-5.0.21.tar.gz) = 19529703 bytes
SHA1 (patch-aa) = adc6956d4be304db61aa0323061143fffc1b9751
SHA1 (patch-ab) = 0959e0ba7316e4fe00b656d7af2d8c2c04ed296f
SHA1 (patch-ac) = c97ef88d13cba67b79cdb40fc23facf29edbe0b8
SHA1 (patch-ad) = 81c48274e3a43e46cf9d53f9ed4620c02761902a
-SHA1 (patch-ae) = 3fe37b158abdd892f077c805ce3eb4ba19dc4594
-SHA1 (patch-af) = 61f9cfd169e630708809142694d2bbea0055d20d
-SHA1 (patch-ag) = 9b1dfa213491d8daf82ff8d5ee293d1279c64ce8
+SHA1 (patch-ae) = 02742fab876345d29119aee80ea3434d7c246cf3
+SHA1 (patch-af) = ecd74709e969fb1c6a03e836ee3e7ff8238b3dd5
+SHA1 (patch-ag) = 52fb37b6f0db7eefd9ca9102451d13a365dd0816
SHA1 (patch-ah) = bd34391e522ae12ee63ec6a734f7a31116b2918d
SHA1 (patch-ai) = 242c97ab4658838a6001d9c288e01209abfcee77
SHA1 (patch-aj) = 31c933a03e2b05aeaff1d89d3fa542aad663e96a
diff --git a/databases/mysql5-client/patches/patch-ae b/databases/mysql5-client/patches/patch-ae
index a2db3ab9db0..0272e2ef7de 100644
--- a/databases/mysql5-client/patches/patch-ae
+++ b/databases/mysql5-client/patches/patch-ae
@@ -1,11 +1,11 @@
-$NetBSD: patch-ae,v 1.4 2006/04/13 11:19:25 xtraeme Exp $
+$NetBSD: patch-ae,v 1.5 2006/05/18 16:11:15 cube Exp $
Don't install scripts handled by mysql-server.
---- scripts/Makefile.in.orig 2006-04-13 11:58:39.000000000 +0200
-+++ scripts/Makefile.in 2006-04-13 12:00:06.000000000 +0200
-@@ -344,13 +344,12 @@
- yassl_libs_with_path = @yassl_libs_with_path@
+--- scripts/Makefile.in.orig 2006-04-26 20:32:21.000000000 +0200
++++ scripts/Makefile.in
+@@ -351,13 +351,12 @@ yassl_includes = @yassl_includes@
+ yassl_libs = @yassl_libs@
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
zlib_dir = @zlib_dir@
-bin_SCRIPTS = @server_scripts@ \
@@ -19,7 +19,7 @@ Don't install scripts handled by mysql-server.
mysql_zap \
mysqlaccess \
mysqlbug \
-@@ -361,7 +360,6 @@
+@@ -368,7 +367,6 @@ bin_SCRIPTS = @server_scripts@ \
mysql_explain_log \
mysql_tableinfo \
mysql_upgrade \
diff --git a/databases/mysql5-client/patches/patch-af b/databases/mysql5-client/patches/patch-af
index 0536e61b370..d72057be608 100644
--- a/databases/mysql5-client/patches/patch-af
+++ b/databases/mysql5-client/patches/patch-af
@@ -1,9 +1,9 @@
-$NetBSD: patch-af,v 1.3 2006/01/09 16:25:01 xtraeme Exp $
+$NetBSD: patch-af,v 1.4 2006/05/18 16:11:15 cube Exp $
---- man/Makefile.in.orig 2006-01-09 15:56:55.000000000 +0100
-+++ man/Makefile.in 2006-01-09 15:57:22.000000000 +0100
-@@ -338,7 +338,8 @@
- yassl_libs_with_path = @yassl_libs_with_path@
+--- man/Makefile.in.orig 2006-04-26 20:31:55.000000000 +0200
++++ man/Makefile.in
+@@ -342,7 +342,8 @@ yassl_includes = @yassl_includes@
+ yassl_libs = @yassl_libs@
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
zlib_dir = @zlib_dir@
-man1_MANS = @man1_files@
diff --git a/databases/mysql5-client/patches/patch-ag b/databases/mysql5-client/patches/patch-ag
index ad842c60f2f..8942c73a25a 100644
--- a/databases/mysql5-client/patches/patch-ag
+++ b/databases/mysql5-client/patches/patch-ag
@@ -1,26 +1,26 @@
-$NetBSD: patch-ag,v 1.1.1.1 2005/10/31 09:21:40 xtraeme Exp $
+$NetBSD: patch-ag,v 1.2 2006/05/18 16:11:15 cube Exp $
---- 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 @@
+--- strings/Makefile.in.orig 2006-04-26 20:32:24.000000000 +0200
++++ strings/Makefile.in
+@@ -609,7 +609,6 @@ install-pkglibLIBRARIES: $(pkglib_LIBRAR
if test -f $$p; then \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " $(pkglibLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
- $(pkglibLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
else :; fi; \
done
@$(POST_INSTALL)
-@@ -607,7 +606,6 @@
+@@ -617,7 +616,6 @@ install-pkglibLIBRARIES: $(pkglib_LIBRAR
if test -f $$p; then \
- p="`echo $$p | sed -e 's|^.*/||'`"; \
+ p=$(am__strip_dir) \
echo " $(RANLIB) '$(DESTDIR)$(pkglibdir)/$$p'"; \
- $(RANLIB) "$(DESTDIR)$(pkglibdir)/$$p"; \
else :; fi; \
done
-@@ -616,7 +614,6 @@
+@@ -626,7 +624,6 @@ uninstall-pkglibLIBRARIES:
@list='$(pkglib_LIBRARIES)'; for p in $$list; do \
- p="`echo $$p | sed -e 's|^.*/||'`"; \
+ p=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
- rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
done