elated: #435337- Autorebuild for GCC 4.3- Unbelievable ... upstream still thinks that it's a good idea to have a regression test that is guaranteed to begin failing come January 1. - ... and it seems we need to raise STACK_MIN_SIZE again too.- Back-port upstream fixes for CVE-2007-5925, CVE-2007-5969, CVE-2007-6303. Related: #422211- Rebuild for new openssl- Seems we need explicit BuildRequires on gawk and procps now - Rebuild to fix Fedora toolchain issues- Recent perl changes in rawhide mean we need a more specific BuildRequires- Update License tag to match code. - Work around recent Fedora change that makes "open" a macro name.- Update to MySQL 5.0.45 Resolves: #246535 - Move mysql_config's man page to base package Resolves: #245770 - move my_print_defaults to base RPM, for consistency with Stacks packaging - mysql user is no longer deleted at RPM uninstall Resolves: #241912- Use a less hacky method of getting default values in initscript Related: #233771, #194596 - Improve packaging of mysql-libs per suggestions from Remi Collet Resolves: #233731 - Update default /etc/my.cnf ([mysql.server] has been bogus for a long time)- Update to MySQL 5.0.37 Resolves: #231838 - Put client library into a separate mysql-libs RPM to reduce dependencies Resolves: #205630- Update to MySQL 5.0.33 - Install band-aid fix for "view" regression test designed to fail after 2006 - Don't chmod -R the entire database directory tree on every startup Related: #221085 - Fix unsafe use of install-info Resolves: #223713 - Cope with new automake in F7 Resolves: #224171- Update to MySQL 5.0.27 (see CVE-2006-4031, CVE-2006-4226, CVE-2006-4227) Resolves: #202247, #202675, #203427, #203428, #203432, #203434, #208641 - Fix init script to return status 1 on server start timeout Resolves: #203910 - Move mysqldumpslow from base package to mysql-server Resolves: #193559 - Adjust link options for BDB module Resolves: #199368- rebuild- Work around brew's tendency not to clean up failed builds completely, by adding code in mysql-testing.patch to kill leftover mysql daemons.- Update to MySQL 5.0.22 (fixes CVE-2006-2753) - Install temporary workaround for gcc bug on s390x (bz #193912)- Fix bogus perl Requires for mysql-test- Update to MySQL 5.0.21- Modify multilib header hack to not break non-RH arches, per bug #181335 - Remove logrotate script, per bug #180639. - Add a new mysql-test RPM to carry the regression test files; hack up test scripts as needed to make them run in /usr/share/mysql-test.- bump again for double-long bug on ppc(64)- err-log option has been renamed to log-error, fix my.cnf and initscript- rebuilt for new gcc4.1 snapshot and glibc changes- Update to MySQL 5.0.18- fix my_config.h for ppc platforms- my_config.h needs to guard against 64-bit platforms that also define the 32-bit symbol- oops, looks like we want uname -i not uname -m- Update to MySQL 5.0.16 - Add EXCEPTIONS-CLIENT license info to the shipped documentation - Make my_config.h architecture-independent for multilib installs; put the original my_config.h into my_config_$ARCH.h - Add -fwrapv to CFLAGS so that gcc 4.1 doesn't break it- rebuilt- Make stop script wait for daemon process to disappear (bz#172426)- Rebuild due to openssl library update.- Update to MySQL 5.0.15 (scratch build for now)- Update to MySQL 4.1.14- Use politically correct patch name.- Fix buffer overflow newly exposed in isam code; it's the same issue previously found in myisam, and not very exciting, but I'm tired of seeing build warnings.- Update to MySQL 4.1.12 (includes a fix for bz#158688, bz#158689) - Extend mysql-test-ssl.patch to solve rpl_openssl test failure (bz#155850) - Update mysql-lock-ssl.patch to match the upstream committed version - Add --with-isam to re-enable the old ISAM table type, per bz#159262 - Add dependency on openssl-devel per bz#159569 - Remove manual.txt, as upstream decided not to ship it anymore; it was redundant with the mysql.info file anyway.- Include proper locking for OpenSSL in the server, per bz#155850- Enable openssl tests during build, per bz#155850 - Might as well turn on --disable-dependency-tracking- Avoid dependency on , cause it won't build anymore on ia64. This is probably a cleaner solution for bz#143537, too.- Update to MySQL 4.1.11 to fix bz#152911 as well as other issues - Move perl-DBI, perl-DBD-MySQL dependencies to server package (bz#154123) - Override configure thread library test to suppress HAVE_LINUXTHREADS check - Fix BDB failure on s390x (bz#143537) - At last we can enable "make test" on all arches- Update to MySQL 4.1.10a to fix security vulnerabilities (bz#150868, for CAN-2005-0711, and bz#150871 for CAN-2005-0709, CAN-2005-0710).- Fix package Requires: interdependencies.- Need -fno-strict-aliasing in at least one place, probably more. - Work around some C spec violations in mysql.- Update to MySQL 4.1.10.- Update to MySQL 4.1.9.- Don't assume /etc/my.cnf will specify pid-file (bz#143724)- Rebuilt for new readline.- Run make test on all archs except s390x (which seems to have a bdb issue)- Suppress someone's silly idea that libtool overhead can be skipped- Fix init script to not need a valid username for startup check (bz#142328) - Fix init script to honor settings appearing in /etc/my.cnf (bz#76051) - Enable SSL (bz#142032)- Add a restorecon to keep the mysql.log file in the right context (bz#143887)- Turn off old_passwords in default /etc/my.cnf file, for better compatibility with mysql 3.x clients (per suggestion from Joe Orton).- Handle ldconfig more cleanly (put a file in /etc/ld.so.conf.d/).- rebuild in devel branch- Update to MySQL 4.1.x.- fix security issues CAN-2004-0835, CAN-2004-0836, CAN-2004-0837 (bugs #135372, 135375, 135387) - fix privilege escalation on GRANT ALL ON `Foo\_Bar` (CAN-2004-0957)- fix multilib problem with mysqlbug and mysql_config - adjust chkconfig priority per bug #128852 - remove bogus quoting per bug #129409 (MySQL 4.0 has done likewise) - add sleep to mysql.init restart(); may or may not fix bug #133993- fix low-priority security issues CAN-2004-0388, CAN-2004-0381, CAN-2004-0457 (bugs #119442, 125991, 130347, 130348) - fix bug with dropping databases under recent kernels (bug #124352)- rebuilt- remove redundant INSTALL-SOURCE, manual.* - compress manual.txt.bz2 - BR time- repair logfile attributes in %files, per bug #102190 - repair quoting problem in mysqlhotcopy, per bug #112693 - repair missing flush in mysql_setpermission, per bug #113960 - repair broken error message printf, per bug #115165 - delete mysql user during uninstall, per bug #117017 - rebuilt- rebuilt- fix chown syntax in mysql.init - rebuild- rebuilt- update mysql.init to use anonymous user (UNKNOWN_MYSQL_USER) for pinging mysql server (#108779)- update mysql.init to wait (max 10 seconds)