Commit Graph

143 Commits

Author SHA1 Message Date
Tom Lane
ad282b2a56 Use non-expired certificates for SSL testing 2024-02-05 16:59:12 +01:00
Tom Lane
e98ad40f7f Add backported patch for CVE-2008-7247 (upstream bug 39277) 2024-02-05 16:59:12 +01:00
Tom Lane
56e52fefef Emit explicit error message if user tries to build RPM as root 2024-02-05 16:59:12 +01:00
Tom Lane
9fe034f968 Correct Source tag to reflect how to get the tarball 2024-02-05 16:59:12 +01:00
Tom Lane
3f8abf9c36 Disable symbolic links by default in /etc/my.cnf 2024-02-05 16:59:12 +01:00
Tom Lane
70c7e74c92 Remove static libraries, also fix %define problem 2024-02-05 16:59:12 +01:00
Tom Lane
5ed0e377ad Disable building the innodb plugin 2024-02-05 16:59:12 +01:00
Tom Lane
a7d331a0c9 Update to MySQL 5.1.42; also fix #547485 2024-02-05 16:59:12 +01:00
Tom Lane
0354074618 Stop waiting during "service mysqld start" if mysqld_safe exits 2024-02-05 16:59:12 +01:00
Tom Lane
51519c66b4 Update to MySQL 5.1.41, also remove old_passwords=1 2024-02-05 16:59:12 +01:00
Tom Lane
195f2c4413 Update to 5.1.40; also fix #533736 2024-02-05 16:59:12 +01:00
Tom Lane
2d9b4653c6 Replace kluge fix for ndbd sparc crash with a real fix (mysql bug 48132) 2024-02-05 16:59:12 +01:00
Tom Lane
996358c08e assorted fixes for sparc 2024-02-05 16:59:12 +01:00
Tom Lane
07e69085bc Work around upstream bug 46895 by disabling outfile_loaddata test 2024-02-05 16:59:12 +01:00
Tom Lane
fbfeb21c64 Update to MySQL 5.1.39 2024-02-05 16:59:12 +01:00
Tom Lane
544d60a817 Work around unportable assumptions about stpcpy() 2024-02-05 16:59:12 +01:00
Tom Lane
abde186633 Still trying to get mysql to build ... 2024-02-05 16:59:12 +01:00
Tomáš Mráz
8fb87feb66 - rebuilt with new openssl 2024-02-05 16:59:12 +01:00
Tom Lane
92b0730cde Let's see if these changes will persuade the regression tests to pass in
koji.
2024-02-05 16:59:12 +01:00
Tom Lane
8ac557d4bb Update to MySQL 5.1.37 2024-02-05 16:59:12 +01:00
Jesse Keating
33ad180fb7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2024-02-05 16:59:12 +01:00
Tom Lane
aac391952f Update to MySQL 5.1.36 2024-02-05 16:59:12 +01:00
Tom Lane
c9d92c2197 Update to MySQL 5.1.35. Fix SELinux context when recreating
/var/lib/mysql/.
2024-02-05 16:59:12 +01:00
Tom Lane
d0bf1dc86d Fix changelog typo 2024-02-05 16:59:12 +01:00
Tom Lane
82ab89f3ab Update to MySQL 5.1.34 2024-02-05 16:59:12 +01:00
Tom Lane
d87f3fc06c Increase stack size of ndbd threads for safety's sake. 2024-02-05 16:59:12 +01:00
Tom Lane
af5d0e52a1 Update to MySQL 5.1.33 2024-02-05 16:59:12 +01:00
Tom Lane
ed2c5b9498 Update to MySQL 5.1.32 2024-02-05 16:59:12 +01:00
Jesse Keating
a18fe76942 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2024-02-05 16:59:12 +01:00
Tom Lane
0fe8ff9055 Update to MySQL 5.1.31 2024-02-05 16:59:12 +01:00
Tom Lane
72104158d6 Fix mistaken removal of --with-innodb and --with-ndbcluster 2024-02-05 16:59:12 +01:00
Tom Lane
20f4d06062 Add note that this rebuild also fixes openssl dependency 2024-02-05 16:59:12 +01:00
Tom Lane
01fe2f40c5 Remove no-longer-accepted configure arguments; add CFLAGS/LDFLAGS to link
test so that it works when CFLAGS is different from platform default
    (eg ppc64 vs ppc)
2024-02-05 16:59:12 +01:00
Tom Lane
f74a10ff4d Update to MySQL 5.1.30 2024-02-05 16:59:12 +01:00
Tom Lane
2dceb7c1c5 Build mysql's embedded server library. 2024-02-05 16:59:12 +01:00
Tom Lane
67c46965b4 Update to mysql version 5.0.67 2024-02-05 16:59:12 +01:00
Tom Lane
e9e34fccd8 Enable ndbcluster support, fix a couple of small issues 2024-02-05 16:59:12 +01:00
Tom Lane
20564e52c0 Update to mysql version 5.0.51a 2024-02-05 16:59:12 +01:00
Tom Lane
e6fb210ebd Second try at stack-guard patch, also apply fix for bug #435494 2024-02-05 16:59:12 +01:00
Dennis Gilmore
0198dfa540 add sparc multilib and dualbuilding handling 2024-02-05 16:59:12 +01:00
Tom Lane
650f83934b Fix mysql's stack overflow problem (or perhaps more accurately, work around
brain damage in RHEL5 kernel)
2024-02-05 16:59:12 +01:00
Jesse Keating
93270f4987 - Autorebuild for GCC 4.3 2024-02-05 16:59:12 +01:00
Tom Lane
533c5cc42c Sigh ... this code is even more fragile than it appears. Try setting
STACK_MIN_SIZE to 24K, not either 16K nor 32K, each of which fail for
    different reasons.
2024-02-05 16:59:12 +01:00
Tom Lane
bd5697ac43 Seems we need to raise STACK_MIN_SIZE again too. 2024-02-05 16:59:12 +01:00
Tom Lane
6699c49255 Dike out regression test that is guaranteed to stop working after a year. I
thought upstream would have acquired a clue after it failed last year
    at this time, but it seems not.
2024-02-05 16:59:12 +01:00
Tom Lane
e46ac38a7e Back-port upstream fixes for CVE-2007-5925, CVE-2007-5969, CVE-2007-6303. 2024-02-05 16:59:12 +01:00
Tom Lane
d38545319b Rebuild for new openssl 2024-02-05 16:59:12 +01:00
Tom Lane
0251ac5d0b Hm, ps isn't in default buildroot now either 2024-02-05 16:59:12 +01:00
Tom Lane
eea6dd5930 Rebuild to fix Fedora toolchain issues 2024-02-05 16:59:12 +01:00
Tom Lane
567c9b6be5 Fix perl BuildRequires 2024-02-05 16:59:12 +01:00