Commit Graph

250 Commits

Author SHA1 Message Date
Tom Lane
567c9b6be5 Fix perl BuildRequires 2024-02-05 16:59:12 +01:00
Tom Lane
c9789fb9b5 Adjust License tag per spot's recommendation 2024-02-05 16:59:12 +01:00
Tom Lane
719d82a74b Work around recent Fedora change that makes "open" a macro name 2024-02-05 16:59:12 +01:00
Tom Lane
b457a5c250 Update License tag 2024-02-05 16:59:12 +01:00
Tom Lane
2c9ebe036a Update to MySQL 5.0.45. Also fix bzs 241912, 245770. 2024-02-05 16:59:12 +01:00
Tom Lane
1e2d80ff8a initscript and packaging cleanups, per bugs 233771, 233731 2024-02-05 16:59:12 +01:00
Tom Lane
7d34bb6ac6 Move ldconfig dependency to the right subpackage. Doesn't seem worth a
rebuild, though.
2024-02-05 16:59:12 +01:00
Tom Lane
22c32d815d Update to MySQL 5.0.37. Resolves: #231838 Put client library into a
separate mysql-libs RPM to reduce dependencies Resolves: #205630 Minor
    rpmlint cleanups.
2024-02-05 16:59:12 +01:00
Tom Lane
ebf8197d53 Cope with mysql's newly voracious appetite for spare stack space. 2024-02-05 16:59:12 +01:00
Tom Lane
366de58519 Cope with new automake in F7 2024-02-05 16:59:12 +01:00
Tom Lane
7bc9b690d7 Cope with new automake in F7 2024-02-05 16:59:12 +01:00
Tom Lane
7a107d09e1 Update to MySQL 5.0.33. Fix #221085, #223713. 2024-02-05 16:59:12 +01:00
Tom Lane
eb1df3860b Correct date in changelog entry. 2024-02-05 16:59:12 +01:00
Tom Lane
148a89c268 Update to MySQL 5.0.27, fix a couple minor issues noted in changelog entry. 2024-02-05 16:59:12 +01:00
Jesse Keating
081a83a5a9 bumped for rebuild 2024-02-05 16:59:12 +01:00
Tom Lane
96ebf13bb4 Add code to cleanup leftover mysql daemon processes --- should make
brew/beehive builds more robust when retrying after a failure.
2024-02-05 16:59:12 +01:00
Tom Lane
6d57e80587 Spread mysql test ports around a bit more --- I'm wondering if there are
buildfarm cross-machine dependencies I don't know about.
2024-02-05 16:59:12 +01:00
Tom Lane
a448c5eaa5 Work around gcc bug #193912. 2024-02-05 16:59:12 +01:00
Tom Lane
f7ee09dfd6 Update to MySQL 5.0.22 (fixes CVE-2006-2753) 2024-02-05 16:59:12 +01:00
Tom Lane
0e48f65640 Fix bogus perl Requires for mysql-test 2024-02-05 16:59:12 +01:00
Tom Lane
fa98cf328f Update to MySQL 5.0.21. 2024-02-05 16:59:12 +01:00
Tom Lane
587f6c6241 Synchronize FC6 with recent work in 4E-stacks branch. 2024-02-05 16:59:12 +01:00
Jesse Keating
b367ab972a bump for bug in double-long on ppc(64) 2024-02-05 16:59:12 +01:00
Tom Lane
cafb0a92ae err-log option has been renamed to log-error, fix my.cnf and initscript 2024-02-05 16:59:12 +01:00
Jesse Keating
48cc9c7544 bump for new gcc/glibc 2024-02-05 16:59:12 +01:00
Tom Lane
986cdaa7ed Hack to get mysql regression tests to pass more reliably. 2024-02-05 16:59:12 +01:00
Tom Lane
807c7e4985 Update to MySQL 5.0.18 2024-02-05 16:59:12 +01:00
Tom Lane
2874560e46 fix my_config.h for ppc platforms (man this is painful) 2024-02-05 16:59:12 +01:00
Tom Lane
59d8e93d3c Fix 32bit-vs-64bit confusion in my_config.h 2024-02-05 16:59:12 +01:00
Tom Lane
994e8044f3 oops, looks like we want uname -i not uname -m 2024-02-05 16:59:12 +01:00
Tom Lane
4985366e25 Add -fwrapv to dodge gcc 4.1's latest creative reinterpretation of basic C
semantics.
2024-02-05 16:59:12 +01:00
Tom Lane
cae1c674f9 Update to MySQL 5.0.16; kluge around header multilib problem. 2024-02-05 16:59:12 +01:00
Jesse Keating
abac1f7385 gcc update bump 2024-02-05 16:59:12 +01:00
Tom Lane
96aca199d7 Make stop script wait for daemon process to disappear (bz#172426) 2024-02-05 16:59:12 +01:00
Tom Lane
e8b83fa128 Rebuild due to openssl library update. 2024-02-05 16:59:12 +01:00
Tom Lane
97abdcf441 Work around a regression test problem. 2024-02-05 16:59:12 +01:00
Tom Lane
850b2a0e7e Merge mysql-test-ssl.patch into mysql-testing.patch since the latter turns
out to have to touch the same files to work properly in 5.0.
2024-02-05 16:59:12 +01:00
Tom Lane
6cfe7c32f0 Update to MySQL 5.0.15. 2024-02-05 16:59:12 +01:00
Tom Lane
a5079af36c Update to MySQL 4.1.14. 2024-02-05 16:59:12 +01:00
Tom Lane
1ead66d7db Use politically correct patch name. 2024-02-05 16:59:12 +01:00
Tom Lane
ee8d597ef6 Fix another instance of not-very-exciting buffer overflow. 2024-02-05 16:59:12 +01:00
Tom Lane
229de3d260 Update to MySQL 4.1.12. Get the openssl regression tests to pass. 2024-02-05 16:59:12 +01:00
Tom Lane
b6945290bc Trial patch for OpenSSL threading issues, per bz#155850. 2024-02-05 16:59:12 +01:00
Tom Lane
70494806c9 Enable openssl tests during build, per bz#155850 2024-02-05 16:59:12 +01:00
Tom Lane
7d81af0361 Avoid dependency on <asm/atomic.h>, cause it won't build anymore on ia64. 2024-02-05 16:59:12 +01:00
Tom Lane
652b269cca Update to MySQL 4.1.11 to fix bz#152911; also fix bz#154123, bz#143537. 2024-02-05 16:59:12 +01:00
Tom Lane
9f0113bbe2 Add CVE ids to changelog entry. 2024-02-05 16:59:12 +01:00
Tom Lane
8eee5c7eb9 Update to MySQL 4.1.10a to fix security vulnerabilities (bz#150868,
bz#150871).
2024-02-05 16:59:12 +01:00
Tom Lane
edde243165 Fix package Requires: interdependencies. 2024-02-05 16:59:12 +01:00
Tom Lane
75e3f576f3 Get mysql to actually build and work with devel tip gcc. 2024-02-05 16:59:12 +01:00