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.