diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-12-14 16:00:39 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-12-14 16:00:39 +0000 |
commit | 282d50d23d3a96a5c70ec4e16ca755922a7e47da (patch) | |
tree | ccb7dd6c9df31acde7ea7cdb5597c1ef950c3121 /databases/mysql50-server/files/patch-Makefile.in | |
parent | 6c6d5b273c5acdd4292732d84bc9d3200e659383 (diff) |
Upgrade to 3.23.54.
This fixes a security hole which is remotely exploitable.
See http://security.e-matters.de/advisories/042002.html for details.
Submitted by: sobomax
Approved by: sobomax
Notes
Notes:
svn path=/head/; revision=71630
Diffstat (limited to 'databases/mysql50-server/files/patch-Makefile.in')
-rw-r--r-- | databases/mysql50-server/files/patch-Makefile.in | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/databases/mysql50-server/files/patch-Makefile.in b/databases/mysql50-server/files/patch-Makefile.in index b002d685b504..9e6ffdf83049 100644 --- a/databases/mysql50-server/files/patch-Makefile.in +++ b/databases/mysql50-server/files/patch-Makefile.in @@ -1,16 +1,18 @@ ---- Makefile.in.orig Mon Jun 3 12:45:17 2002 -+++ Makefile.in Mon Jun 17 20:57:29 2002 -@@ -185,8 +185,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE README COPYING COPYING.LIB MIRRORS +--- Makefile.in.orig Thu Dec 5 10:37:22 2002 ++++ Makefile.in Sat Dec 14 16:24:26 2002 +@@ -195,10 +195,11 @@ + EXTRA_DIST = INSTALL-SOURCE README \ + COPYING COPYING.LIB MIRRORS --SUBDIRS = include @docs_dirs@ @readline_dir@ @thread_dirs@ @sql_client_dirs@ @sql_server_dirs@ scripts tests man @bench_dirs@ support-files os2 -- +-SUBDIRS = include @docs_dirs@ @readline_dir@ \ +- @thread_dirs@ @sql_client_dirs@ \ +- @sql_server_dirs@ scripts tests man \ +- @bench_dirs@ support-files os2 +.if defined(CLIENT_ONLY) +SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man +.else +SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files +.endif + # Relink after clean - CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources |