1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
|
@patch 0010_all_mysql-4.0-my-print-defaults.patch
@ver 4.00.00.00 to 4.00.26.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ /etc => /etc/mysql
@patch 0010_all_default-dir-4.0.27.patch
@ver 4.00.27.00 to 4.00.27.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ /etc => /etc/mysql
@patch 0010_all_default-dir-4.0.28.patch
@ver 4.00.28.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ /etc => /etc/mysql
@patch 0010_all_default-dir-4.1.15.patch
@ver 4.01.15.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Move config directory to the gentoo default
@patch 0010_all_default-dir-5.0.19.patch
@ver 5.00.19.00 to 5.00.19.99
@ver 5.01.07.00 to 5.01.09.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ upstream http://lists.mysql.com/commits/3885?f=plain
@@ fix MySQL Bug#15069
@@ does not fix gentoo Bug#126054
@patch 0020_all_gentoo-nptl-4.0.18.patch
@ver 4.00.18.00 to 4.00.27.99
@ver 4.01.00.00 to 4.01.11.99
@ver 5.00.00.00 to 5.00.03.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Add support for NPTL
@patch 0030_all_thrssl-4.0.patch
@ver 4.00.00.00 to 4.00.27.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
# attempt to get libmysqlclient_r linked against ssl if USE="ssl" enabled
# i would really prefer to fix this at the Makefile.am level, but can't
# get the software to autoreconf as distributed - too many missing files
@patch 0030_all_thrssl-4.0.28.patch
@ver 4.00.28.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
# attempt to get libmysqlclient_r linked against ssl if USE="ssl" enabled
# i would really prefer to fix this at the Makefile.am level, but can't
# get the software to autoreconf as distributed - too many missing files
@patch 0030_all_thrssl-4.1.21.patch
@ver 4.01.21.00 to 4.01.22.99
@ver 5.00.00.00 to 5.00.04.00
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
@patch 0030_all_thrssl-4.1.23.patch
@ver 4.01.23.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Link libmysqlclient_r against ssl
@patch 0035_x86_asm-pic-fixes-4.0.27.patch
@ver 4.00.25.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ remove page relocations
@@ _many_ thanks to pageexec@freemail.hu
@patch 0035_x86_asm-pic-fixes-4.1.12.patch
@ver 4.01.12.00 to 4.01.99.99
@ver 5.00.12.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.10.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ remove page relocations
@@ Most part of the original patch has already been accepted by MysQL,
@@ here is the remaining.
@@ _many_ thanks to pageexec@freemail.hu
@patch 0040_all_tcpd-vars-fix-4.0.14.patch
@ver 4.00.14.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@patch 0060_all_nisam_maykeylen-4.0.27.patch
@ver 4.00.00.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Enlarge max key lenght
@patch 0080_all_slot_script-4.0.patch
@ver 4.00.26.00 to 4.00.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-4.1.16.patch
@ver 4.01.16.00 to 4.01.22.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-4.1.23.patch
@ver 4.01.23.00 to 4.01.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.0.17.patch
@ver 5.01.00.00 to 5.01.08.99
@ver 5.00.17.00 to 5.00.20.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.0.21.patch
@ver 5.00.21.00 to 5.00.33.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.0.34.patch
@ver 5.00.34.00 to 5.00.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.10.patch
@ver 5.01.09.00 to 5.01.11.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.12.patch
@ver 5.01.12.00 to 5.01.13.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.14.patch
@ver 5.01.14.00 to 5.01.14.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0080_all_slot_script-5.1.15.patch
@ver 5.01.15.00 to 5.02.99.99
@pn mysql-slotted
@@ add slot MySQL support to scripts utilities
@patch 0081_all_slot_manager-5.0.19.patch
@ver 5.00.19.00 to 5.00.99.99
@pn mysql-slotted
@@ add slot support for mysqlmanager
@patch 0081_all_slot_manager-5.1.7.patch
@ver 5.01.07.00 to 5.01.08.99
@pn mysql-slotted
@@ add slot support for mysqlmanager
@patch 0081_all_slot_manager-5.1.10.patch
@ver 5.01.09.00 to 5.02.09.99
@pn mysql-slotted
@@ add slot support for mysqlmanager
@patch 0100_all_bug23427-abi-breakage-5.0.26.patch
@ver 5.00.26.00 to 5.00.26.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix MySQL bug #23427
@patch 0101_all_bootstrap_no_plugin.patch
@ver 5.01.13.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ prevent loading of modules from plugin table when in bootstrap mode
@@ Thanks solar, bug #158777
@patch 0105_all_mysql_config_cleanup.patch
@ver 4.01.22.00 to 4.01.99.99
@ver 5.00.26.00 to 5.00.56.00
@ver 5.01.21.99 to 5.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ fix bug #156301 mysql_config wrongly retains too much info from CFLAGS
@patch 0105_all_mysql_config_cleanup-5.0.60.patch
@ver 5.00.60.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ fix bug #156301 mysql_config wrongly retains too much info from CFLAGS
@patch 0200_all_query-logging-bypass-4.1.19.patch
@ver 4.01.14.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix bug #128713
@@ dev-db/mysql: Query Logging Bypass Vulnerability (CVE-2006-0903)
@patch 0200_all_query-logging-bypass-5.0.21.patch
@ver 5.00.00.00 to 5.00.23.99
@ver 5.01.00.00 to 5.01.10.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix bug #128713
@@ dev-db/mysql: Query Logging Bypass Vulnerability (CVE-2006-0903)
@patch 0202_all_embedded-library-compile-5.0.38.patch
@ver 5.00.38.00 to 5.00.39.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Compile fix for USE=embedded
@patch 0400_all_mysqld-safe-sh-4.0.27.patch
@ver 4.00.00.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Change paths detection in mysqld_safe
@patch 0401_all_install-db-sh-4.0.27.patch
@ver 4.00.00.00 to 4.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Change an output comment in mysql_install_db
@patch 0700_all_mysqldump-missing-cfgfile-fix-4.1.21.patch
@ver 4.01.21.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Add configuration section for mysqldump
@patch 0701_all_rpl000015-portsobst-fix-4.1.21.patch
@ver 4.01.21.00 to 4.01.22.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ normalize port 3306 in tests
@patch 0701_all_rpl000015-portsobst-fix-4.1.23.patch
@ver 4.01.23.00 to 4.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ normalize port 3306 in tests
@patch 0701_all_rpl000015-portsobst-fix-5.0.26.patch
@ver 5.00.26.00 to 5.00.31.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ normalize port 3306 in tests
@patch 0702_all_trigger-rename-fail-as-root-5.0.26.patch
@ver 5.00.26.00 to 5.00.33.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ portage normally ran as root, MySQL tests are designed to be used
@@ with lower priviledges
@patch 0702_all_trigger-rename-fail-as-root-5.0.34.patch
@ver 5.00.34.00 to 5.00.34.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ portage normally ran as root, MySQL tests are designed to be used
@@ with lower priviledges
@patch 0703_all_test-rpl_rotate_logs-5.0.21.patch
@ver 5.00.26.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@patch 0704_all_disable_mybug_9735_test.patch
@ver 5.00.26.00 to 5.00.99.99
@ver 5.01.00.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ disable a test that fail on longtext field lenght, the expected value is
@@ three times the returned one, look like a multibyte character related
@@ failure.
@patch 0705_all_we-are-in-2007-now.patch
@ver 5.00.26.00 to 5.00.32.99
@ver 5.01.14.00 to 5.01.14.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ the view.test is year dependant
@patch 0706_all_fix-nullpointer-dos.patch
@ver 5.00.26.00 to 5.00.39.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix gentoo bug 171934
@patch 0707_all_fix-nullpointer-dos-testcase.patch
@ver 5.00.26.00 to 5.00.39.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Testcase for fix to gentoo bug 171934 (upstream bug #27513)
@patch 0708_all_mysql_client_test-fix-pointer-aliasing-mysqlbug27383.patch
@ver 5.00.42.00 to 5.00.44.99
@ver 5.01.00.00 to 5.01.15.99
@ver 5.02.00.00 to 5.02.09.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for pointer aliasing that breaks mysql_client_test (upstream bug #27393)
@patch 0709_all_innodb_spatial_crash_mybug_32125_5.0.patch
@ver 5.00.42.00 to 5.00.53.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for InnoDB 'CONTAINS' DoS (gentoo bug #198988, upstream bug #32125)
@patch 0709_all_innodb_spatial_crash_mybug_32125_5.1.patch
@ver 5.01.22.00 to 5.01.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for InnoDB 'CONTAINS' DoS (gentoo bug #198988, upstream bug #32125)
@patch 0710_all_respect_tmpdir_filesort_mybug_30287_5.0.patch
@ver 5.00.44.00 to 5.00.47.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for TMPDIR not being used during filesot (upstream bug #30287)
@patch 0710_all_respect_tmpdir_filesort_mybug_30287_5.1.patch
@ver 5.01.20.00 to 5.01.21.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Fix for TMPDIR not being used during filesot (upstream bug #30287)
@patch 0711_all_mysql_gcc-4.2.patch
@ver 5.00.42.00 to 5.00.50.99
@ver 5.01.21.99 to 5.01.22.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Replace max() and min() macro witch MYSQL_MIN() and MYSQL_MAX()
@patch 0711_all_mysql_gcc-4.2_5.0.54.patch
@ver 5.00.54.00 to 5.00.55.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Replace max() and min() macro witch MYSQL_MIN() and MYSQL_MAX()
# 5.0..56 and newer, as well as 5.0.51a do not need the MYSQL_MIN gcc-4.2 fix
# anymore.
@patch 0712_all_openssl_handshake_mybug_33050.patch
@ver 5.00.50.00 to 5.00.54.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Set the connection type for OpenSSL to not break the handshake (upstream bug 33050)
@patch 0713_all_mysqldump-hang-33057_5.0.52.patch
@ver 5.00.52.00 to 5.00.54.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Avoid hang during mysqldump
@patch 0714_all_no-atomic-configure.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ No atomic garbage in configure.in
@patch 0715_all_mysql_config_libdir.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Do not muck with libdir in mysql_config
@patch 0716_all_flush_priveleges_in_tests.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ Flush privileges during some tests to avoid false positives
@patch 0717_all_safe_s390x_stack_size.patch
@ver 5.00.50.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@pn mysql-slotted
@@ s390x needs a sane stack size
@patch 0719_all_disallow_database_ops_without_super_mybug_27440.patch
@ver 5.00.51.00 to 5.00.55.99
@ver 5.01.21.00 to 5.01.22.99
@pn mysql
@pn mysql-community
@@ Fix for read_only allowing create/drop database without SUPER (upstream bug 27440)
@patch 0720_all_libtool_2_2_4.patch
@ver 5.00.50.00 to 5.00.99.99
@ver 5.01.21.00 to 5.01.22.99
@pn mysql
@pn mysql-community
@@ automake is more strict with libtool-2.2.4
@@ Gentoo bug 220549
@patch 0721_all_encode_html_entities-5.0.70.patch
@ver 5.00.45.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Fix CVE-2008-4456 XSS in command line client (Gentoo #240407, MySQL #27884)
@patch 0721_all_encode_html_entities_testcase-5.0.72.patch
@ver 5.00.72.00 to 5.00.72.99
@pn mysql
@pn mysql-community
@@ Testcase for CVE-2008-4456
@patch 0721_all_encode_html_entities_testcase-5.0.76.patch
@ver 5.00.76.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Testcase for CVE-2008-4456
@patch 0722_all_need_upgraded_grant_tables_for_grant.patch
@ver 5.00.18.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Do not crash on old grant tables when GRANT is called (Gentoo #229329, MySQL #16470)
@patch 0723_all_avoid_bus_error_5.0.76.patch
@ver 5.00.72.00 to 5.00.99.99
@pn mysql
@pn mysql-community
@@ Prevent SIGBUS on Sparc with NDB
|