From 7346508221af118331f34b3656d2d356c95402ff Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:57:45 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20mysql-3?= =?UTF-8?q?.23.52-2.src.rpm=20Thu=20Aug=2029=202002=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=C3=B8d=20=203.23.52-2=20-=20Add=20--enable-?= =?UTF-8?q?local-infile=20to=20configure=20-=20a=20new=20option=20which=20?= =?UTF-8?q?doesn't=20=20=20=20=20default=20to=20the=20old=20behaviour=20(#?= =?UTF-8?q?72885)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 92c4202..b435d2a 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql Version: 3.23.52 -Release: 1 +Release: 2 Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2 Source1: mysql.init Source2: mysql.logrotate @@ -77,6 +77,7 @@ export CFLAGS CXXFLAGS #configure --without-debug \ ./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \ --without-readline \ + --without-debug \ --enable-shared \ --with-extra-charsets=complex \ --with-bench \ @@ -85,12 +86,15 @@ export CFLAGS CXXFLAGS --with-mysqld-user="mysql" \ --with-extra-charsets=all \ --with-innodb \ + --enable-local-infile \ --enable-large-files=yes --enable-largefile=yes \ %ifnarch alpha ppc --with-berkeley-db \ %endif --with-thread-safe-client +# Not enabling assembler + make make check %ifnarch s390 s390x @@ -239,6 +243,10 @@ fi /usr/lib/mysql/libmysqlclient*.so %changelog +* Thu Aug 29 2002 Trond Eivind Glomsrød 3.23.52-2 +- Add --enable-local-infile to configure - a new option + which doesn't default to the old behaviour (#72885) + * Fri Aug 23 2002 Trond Eivind Glomsrød 3.23.52-1 - 3.23.52. Fixes a minor security problem, various bugfixes.