Author: glen Date: Tue Jan 29 16:06:59 2008 GMT Module: SPECS Tag: MYSQL_5_0 ---- Log message: - update to 5.0.51a CVE-2008-0226, CVE-2008-0227
---- Files affected: SPECS: mysql.spec (1.353.2.29 -> 1.353.2.30) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.353.2.29 SPECS/mysql.spec:1.353.2.30 --- SPECS/mysql.spec:1.353.2.29 Thu Dec 20 23:13:52 2007 +++ SPECS/mysql.spec Tue Jan 29 17:06:54 2008 @@ -2,11 +2,6 @@ # TODO: # - C(XX)FLAGS for innodb subdirs are overriden by ./configure! # - http://bugs.mysql.com/bug.php?id=16470 -# - unpackaged: -# /usr/bin/mysqltestmanager -# /usr/bin/mysqltestmanager-pwgen -# /usr/bin/mysqltestmanagerc -# /usr/share/mysql/mysqld_multi.server # # Conditional build: %bcond_without big_tables # Support tables with more than 4G rows even on 32 bit platforms @@ -29,13 +24,13 @@ Summary(uk): MySQL - Ű×ÉÄËÉĘ SQL-ÓĹŇ×ĹŇ Summary(zh_CN): MySQLĘýžÝżâˇţÎńĆ÷ Name: mysql -Version: 5.0.51 -Release: 6 +Version: 5.0.51a +Release: 1 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0: ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz Source0: http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz -# Source0-md5: 88c39c8cb77810febb83b7ee625364d7 +# Source0-md5: a83dbdbb91267daf73d2297a9c283dd1 Source100: http://www.sphinxsearch.com/downloads/sphinx-0.9.7.tar.gz # Source100-md5: 32f2b7e98d8485c86108851d52c5cef4 Source1: %{name}.init @@ -624,6 +619,7 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_install_db.1 rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql_waitpid.1 rm $RPM_BUILD_ROOT%{_mandir}/man1/make_win_src_distribution.1 +rm $RPM_BUILD_ROOT%{_datadir}/mysql/mysqld_multi.server # no package for tests rm $RPM_BUILD_ROOT%{_mandir}/man1/mysql-stress-test.pl.1 @@ -885,7 +881,12 @@ %files libs %defattr(644,root,root,755) %doc EXCEPTIONS-CLIENT -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libmysqlclient.so.*.* +%attr(755,root,root) %{_libdir}/libmysqlclient_r.so.*.* +%attr(755,root,root) %{_libdir}/libndbclient.so.*.* +%attr(755,root,root) %ghost %{_libdir}/libmysqlclient.so.15 +%attr(755,root,root) %ghost %{_libdir}/libmysqlclient_r.so.15 +%attr(755,root,root) %ghost %{_libdir}/libndbclient.so.2 %attr(751,root,root) %dir %{_sysconfdir}/mysql %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysql/mysql-client.conf @@ -906,8 +907,11 @@ %files bench %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/mysqltest %attr(755,root,root) %{_bindir}/mysql_client_test +%attr(755,root,root) %{_bindir}/mysqltest +%attr(755,root,root) %{_bindir}/mysqltestmanager +%attr(755,root,root) %{_bindir}/mysqltestmanager-pwgen +%attr(755,root,root) %{_bindir}/mysqltestmanagerc %dir %{_datadir}/sql-bench %{_datadir}/sql-bench/[CDRl]* %attr(755,root,root) %{_datadir}/sql-bench/[bcgirst]* @@ -956,6 +960,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.353.2.30 2008-01-29 16:06:54 glen +- update to 5.0.51a + CVE-2008-0226, CVE-2008-0227 + Revision 1.353.2.29 2007-12-20 22:13:52 arekm - rel 6; fix serverside SSL part, too ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.353.2.29&r2=1.353.2.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
