summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2006-05-18 16:11:15 +0000
committercube <cube@pkgsrc.org>2006-05-18 16:11:15 +0000
commit1ac4deb1c8b59acf9160afacba5ac8602bc3eb95 (patch)
tree7981c230df4d7bc51b75cb9da77a4546caa9a137 /databases/mysql5-client/patches
parent82ce3da91a5a9bea2cf2080f471efd11ec9fbd64 (diff)
downloadpkgsrc-1ac4deb1c8b59acf9160afacba5ac8602bc3eb95.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/patches')
-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
3 files changed, 20 insertions, 20 deletions
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