File mariadb.changes of Package mariadb
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Fri May 18 11:02:12 UTC 2018 - kstreitova@suse.com
3
4
- update to 10.2.15 GA
5
* notable changes:
6
* PCRE updated to 8.42
7
* The embedded server library now supports SSL when connecting
8
to remote servers [bsc#1088681], [CVE-2018-2767]
9
* MDEV-15325 - Incomplete validation of missing tablespace
10
during recovery
11
* MDEV-15720 - ib_buffer_pool unnecessarily includes the
12
temporary tablespace
13
* MDEV-15764 - InnoDB may write uninitialized garbage to redo
14
log
15
* MDEV-15553 - Virtual Columns: Assertion failed in
16
dict_table_get_col_name
17
* MDEV-14705 - slow innodb startup/shutdown can exceed systemd
18
timeout
19
* MDEV-15507 - Assertion failed in dict_check_sys_tables on
20
upgrade from 5.5
21
* MDEV-15916 - Change buffer crash during TRUNCATE or
22
DROP TABLE
23
* encryption fixes - MDEV-12632, MDEV-13516, MDEV-15752,
24
MDEV-15566, MDEV-16092
25
* temporary table ROLLBACK fixes - MDEV-15826, MDEV-15374
26
* applicable changes from 5.7.22 - MDEV-16142
27
* fixes for the following security vulnerabilities:
28
CVE-2018-2786, CVE-2018-2759, CVE-2018-2777, CVE-2018-2810,
29
CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2766,
30
CVE-2018-2755, CVE-2018-2819, CVE-2018-2817, CVE-2018-2761,
31
CVE-2018-2781, CVE-2018-2771, CVE-2018-2813
32
* release notes and changelog:
33
https://mariadb.com/kb/en/library/mariadb-10215-release-notes
34
https://mariadb.com/kb/en/library/mariadb-10215-changelog
35
- update suse_skipped_tests.list and add tests that are failing
36
with GCC 8 [bsc#1092544], MDEV-16127
37
- do not build TokuDB as a build without jemalloc is not supported
38
upstream
39
40
-------------------------------------------------------------------
41
Mon Apr 30 22:36:12 UTC 2018 - kstreitova@suse.com
42
43
- update suse_skipped_tests.list and add failing tests for s390
44
45
-------------------------------------------------------------------
46
Mon Apr 30 13:29:35 UTC 2018 - kstreitova@suse.com
47
48
- update to 10.2.14 GA
49
* notable changes:
50
* MyRocks is now Gamma (RC)
51
* MDEV-14533 - Added the DISKS plugin, for monitoring disk
52
space
53
* MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
54
properly when used with DATA DIRECTORY.
55
* MDEV-15333 - MariaDB (still) slow start
56
* MDEV-12255 - Wrong result with
57
innodb_prefix_index_cluster_optimization
58
* MDEV-12396 - IMPORT TABLESPACE cleanup
59
* MDEV-14648 - Restore fix for MySQL BUG#39053 - UNINSTALL
60
PLUGIN does not allow the storage engine to cleanup open
61
connections
62
* MDEV-15249 - IMPORT fixes
63
* MDEV-14988 - innodb_read_only tries to modify files if
64
transactions were recovered in COMMITTED state
65
* MDEV-14773 - DROP TABLE hangs for InnoDB table with FULLTEXT
66
index (fixing a recent regression from upstream)
67
* MDEV-15529 - IMPORT TABLESPACE unnecessarily uses the
68
doublewrite buffer
69
* MDEV-15554 - InnoDB page_cleaner shutdown sometimes hangs
70
* MDEV-14545 - Mariabackup - Backup fails due to
71
MLOG_INDEX_LOAD record
72
* fixes for the following security vulnerabilities: none
73
* release notes and changelog:
74
https://mariadb.com/kb/en/library/mariadb-10214-release-notes
75
https://mariadb.com/kb/en/library/mariadb-10214-changelog
76
- remove the following patches
77
* mariadb-10.2.14-xtrabackup-v2.patch (applied upstream,
78
MDEV-15254)
79
* mariadb-10.2.13-aarch_compilefix.patch (applied upstream,
80
MDEV-14318)
81
* mariadb-10.2.10-disable_openssl_compatibility_check.patch
82
(fixed upstream in https://github.com/MariaDB/server/pull/558)
83
* mariadb-10.2.8-systemd-cmake.patch and DWITH_SYSTEMD=ON
84
compile option that are no longer needed - systemd is detected
85
correctly now (discussed in [bsc#1080891] and MDEV-8379)
86
* mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch (fixed
87
upstream in 52516706c86f9f66c76836eabde7e2477694bac3)
88
* remove mariadb-10.2.3-group.patch that was just a half solution
89
of the group support (missing server part) and moreover using
90
a group option in mysql-systemd-helper was removed few years ago
91
as it caused troubles because MariaDB resolved it as
92
'group_concat_max_len option' (see
93
https://github.com/openSUSE/mysql-packaging/issues/15)
94
- remove jar files from the tarball (used for testing from the
95
source)
96
- build TokuDB without the jemalloc support for now. Jemalloc 5
97
is not backwards compatible which leads to the errors in the
98
testsuite at least (MDEV-15034)
99
- update suse_skipped_tests.list
100
101
-------------------------------------------------------------------
102
Fri Mar 16 12:17:05 UTC 2018 - kstreitova@suse.com
103
104
- change %{extra_provides} macro from "mariadb_102" to "mariadb-102"
105
and use this macro in Provides/Obsoletes for mariadb, test,
106
tools, bench and errormessages subpackages to ensure a smooth
107
transition from SLE12 to SLE15 [fate#323756]
108
- remove "Provides: mariadb-errormessages = 10.1.25" that shouldn't
109
be needed anymore
110
111
-------------------------------------------------------------------
112
Wed Mar 14 00:35:11 CET 2018 - ro@suse.de
113
114
- fix build on aarch64: compile a few more files with -O0
115
from https://jira.mariadb.org/browse/MDEV-14318
116
add patch mariadb-10.2.13-aarch_compilefix.patch
117
118
-------------------------------------------------------------------
119
Tue Feb 27 14:13:50 UTC 2018 - rsalevsky@suse.com
120
121
- add mariadb-10.2.14-xtrabackup-v2.patch (bsc#1083087)
122
123
-------------------------------------------------------------------
124
Wed Feb 14 11:51:39 UTC 2018 - kstreitova@suse.com
125
126
- update to 10.2.13 GA
127
* notable changes
128
* InnoDB updated to 5.7.21
129
* Galera wsrep library updated to 25.3.23
130
* MDEV-13869 - MariaDB slow start
131
* MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
132
properly when used with DATA DIRECTORY
133
* MDEV-15249 - Crash in MVCC read after IMPORT TABLESPACE
134
* Foreign key bugs:
135
* MDEV-15199 - Referential integrity broken in ON DELETE
136
CASCADE/MDEV-14222 Unnecessary 'cascade' memory allocation
137
for every updated row
138
* MDEV-15219 - FOREIGN KEY CASCADE or SET NULL operations will
139
not resume after lock wait
140
* MDEV-15042 - INSERT ON DUPLICATE KEY UPDATE produces error
141
1032 (Can't find record)
142
* MDEV-13205 - InnoDB: Failing assertion:
143
!dict_index_is_online_ddl(index) upon ALTER TABLE
144
* MDEV-14958 - Merge new release of InnoDB MySQL 5.7.21 to 10.2
145
* MDEV-15165 - InnoDB purge for index on virtual column is
146
trying to access an incomplete record
147
* MDEV-15143 - InnoDB: Rollback of trx with id 0 completed
148
* MDEV-11415 - Remove excessive undo logging during ALTER
149
TABLE…ALGORITHM=COPY
150
* MDEV-15016 - multiple page cleaner threads use a lot of CPU
151
* MDEV-14941 - Timeouts on persistent statistics tables caused
152
by MDEV-14511
153
* MDEV-14985 - innodb_undo_log_truncate may be blocked if
154
transactions were recovered at startup
155
* MDEV-14441 - InnoDB hangs when setting
156
innodb_adaptive_hash_index=OFF during UPDATE
157
* MDEV-14887 - On a 32-bit system, MariaDB 10.2 mishandles
158
data file sizes exceeding 4GiB
159
* fixes for the following security vulnerabilities:
160
* CVE-2018-2562, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665,
161
CVE-2018-2668, CVE-2018-2612
162
* release notes and changelog:
163
https://mariadb.com/kb/en/library/mariadb-10213-release-notes/
164
https://mariadb.com/kb/en/library/mariadb-10213-changelog/
165
* fixes [bsc#1058729] and [bsc#1068906]
166
- refresh mariadb-10.2.10-disable_openssl_compatibility_check.patch
167
- refresh mariadb-10.2.3-group.patch
168
169
-------------------------------------------------------------------
170
Mon Feb 12 17:12:18 UTC 2018 - dmueller@suse.com
171
172
- add dependency on which for galera scripts
173
174
-------------------------------------------------------------------
175
Fri Jan 19 13:28:50 UTC 2018 - kstreitova@suse.com
176
177
- change owner of mysql-test directory from root to mysql. It also
178
fixes sys_vars.secure_file_priv running under mysql user (e.g.
179
if ít's started via suse-test-run script) that needs to be able
180
to create a test file there during its run [bsc#1012075]
181
182
-------------------------------------------------------------------
183
Fri Jan 5 12:23:20 UTC 2018 - kstreitova@suse.com
184
185
- update to 10.2.12 GA
186
* release notes and changelog:
187
https://mariadb.com/kb/en/library/mariadb-10212-release-notes/
188
https://mariadb.com/kb/en/library/mariadb-10212-changelog/
189
- remove mysql-community-server-5.5.6-safe-process-in-bin.patch
190
becuase this moving is done in the specfile
191
- get rid of the archive with patches (remove mysql-patches.tar.xz
192
and series files), handle patches in the standard way
193
mysql-community-server-5.1.45-multi-configuration.patch
194
mariadb-10.2.4-logrotate.patch
195
mariadb-5.5.28-install_db-quiet.patch
196
mariadb-10.1.1-mysqld_multi-features.patch
197
mariadb-5.2.3-cnf.patch
198
mariadb-10.2.3-group.patch
199
mariadb-10.1.12-deharcode-libdir.patch
200
mariadb-10.0.15-logrotate-su.patch
201
mariadb-10.2.4-fortify-and-O.patch
202
mariadb-10.2.8-systemd-cmake.patch
203
mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
204
mariadb-10.2.9-galera_cnf.patch
205
mariadb-10.2.10-disable_openssl_compatibility_check.patch
206
- add comments to the section with removing unused files (based on
207
https://lists.launchpad.net/maria-developers/msg11028.html)
208
- put rm statements together
209
- install the new upstream systemd-tmpfiles configuration file
210
'tmpfiles.conf' and rename it to 'mariadb.conf' in order to
211
follow the manual
212
- remove the new upstream systemd-sysusers configuration file as
213
we handle creating of mysql user in the specfile
214
- mysql.service: remove calling of the wait function and let
215
systemd to do this job. Switch from 'Type=simple' to
216
'Type=notify' and add TimeoutSec=300
217
- rename unit files from mysql to mariadb and add mysql alias for
218
the backward compatibility [bsc#1067443]
219
* mysql.service -> mariadb.service
220
* mysql.target -> mariadb.target
221
* mysql@.service -> mariadb@.service
222
- remove configuration-tweaks.tar.xz and move configuration to
223
my.ini/my.cnf file (omit default_plugins.cnf as all
224
configuration here was commented out)
225
- add a numeric prefix for galera.cnf file in order to allow users
226
to speficy in which order the configs will be loaded within the
227
my.cnf.d directory [bsc#1055268]
228
- add 'bind-address = 127.0.0.1' as a default option to my.cnf file
229
for security reasons (disable MariaDB to listen for TCP/IP
230
connections by default) [bsc#1058374]
231
- update my.cnf file and add a section with SSL configuration
232
[bsc#1058374]
233
234
-------------------------------------------------------------------
235
Tue Jan 2 14:04:21 UTC 2018 - kstreitova@suse.com
236
237
- switch from deprecated 'net-tools' to 'iproute2' for
238
mariadb-galera subpackage. This dependency switch is sufficient
239
for making wsrep_sst_rsync.sh script to use 'ip' instead of
240
'ifconfig' command
241
242
-------------------------------------------------------------------
243
Thu Dec 21 12:42:28 UTC 2017 - dimstar@opensuse.org
244
245
- Do not manually delete
246
%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something:
247
The file is listed as ghost and thus properly owned by the
248
package.
249
- Use %tmpfiles_create which can cope with transactional updates.
250
251
-------------------------------------------------------------------
252
Thu Nov 30 07:53:14 UTC 2017 - kstreitova@suse.com
253
254
- update to 10.2.11 GA
255
* release notes and changelog:
256
* https://mariadb.com/kb/en/library/mariadb-10211-release-notes/
257
* https://mariadb.com/kb/en/library/mariadb-10211-changelog/
258
- pack additional mroonga/groonga files
259
- change default charset to utf8mb4 for full Unicode support
260
[fate#324329]
261
- remove mariadb-10.2.10-wsrep_sst_common.patch as it's no longer
262
needed
263
264
-------------------------------------------------------------------
265
Wed Nov 29 16:16:45 UTC 2017 - rhafer@suse.de
266
267
- Added mariadb-10.2.10-wsrep_sst_common.patch (bsc#1069401).
268
Upstream bug: https://jira.mariadb.org/browse/MDEV-14256
269
270
-------------------------------------------------------------------
271
Wed Nov 29 12:54:23 UTC 2017 - vcizek@suse.com
272
273
- Disable openssl compatibility checking
274
* the check uses CRYPTO_set_mem_functions() to set debugging
275
memory allocation function. The setting only succeeds if no allocation
276
was done before. Our fips self-tests, which are run from the library
277
constructor, however, do allocate memory, so the subsequent call to
278
CRYPTO_set_mem_functions causes the compatibility check to fail
279
* add mariadb-10.2.10-disable_openssl_compatibility_check.patch
280
281
-------------------------------------------------------------------
282
Tue Oct 31 14:23:22 UTC 2017 - kstreitova@suse.com
283
284
- update to 10.2.10 GA
285
* release notes and changelogs
286
https://downloads.mariadb.org/mariadb/+releases/
287
* fixes for the following security vulnerabilities
288
* 10.2.10: CVE-2017-10378, CVE-2017-10268, CVE-2017-15365
289
* 10.2.8: CVE-2017-3636, CVE-2017-3641, CVE-2017-3653,
290
CVE-2017-10320, CVE-2017-10365, CVE-2017-10379,
291
CVE-2017-10384, CVE-2017-10286, CVE-2017-3257
292
* 10.2.6: CVE-2017-3308, CVE-2017-3309, CVE-2017-3453,
293
CVE-2017-3456, CVE-2017-3464
294
* 10.2.5: CVE-2017-3313, CVE-2017-3302
295
* [bsc#1042632], [bsc#1043328], [bsc#1019948], [fate#323738]
296
- refresh and rename the following patches:
297
* mariadb-10.1.4-group.patch to
298
mariadb-10.2.3-group.patch
299
* mariadb-10.1.16-systemd-cmake.patch to
300
mariadb-10.2.8-systemd-cmake.patch
301
* mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to
302
mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
303
* mariadb-10.1.12-fortify-and-O.patch to
304
mariadb-10.2.4-fortify-and-O.patch
305
* mysql-community-server-5.1.46-logrotate.patch to
306
mariadb-10.2.4-logrotate.patch
307
- add mariadb-10.2.10.tar.gz.sig signature and mariadb.keyring files
308
- start building without client library part, use
309
mariadb-connector-c for getting libmariadb libraries. Remove
310
libmysclient* packages
311
- remove baselibs.conf because we no longer build client libraries
312
here
313
- update %{soname} to 19 (libmysqld soname)
314
- change '=' to '>=' in Requires:mariadb-errormessages for
315
libmysqld%{soname}. Versioned libraries shouldn't require regular
316
packages with '='. It also causes problems during update (Problem:
317
libmysqld18-10.1.25-3.1.x86_64 requires mariadb-errormessages = 10.1.25,
318
but this requirement cannot be provided).
319
Also add "Provides: mariadb-errormessages = 10.1.25" for errormessages
320
subpackage that solves this problem for the current update.
321
- pack new files, remove mysql specific files
322
- remove README.SUSE as it was outdated
323
- package cleaning
324
* run spec-cleaner
325
* renumber sources
326
* reorganize subpackages order and update summaries, descriptions
327
and groups
328
* tweak and add some comments to the specfile
329
* remove warning about mysql-packaging repository that is no longer
330
used for this package
331
* remove checks whether we build mysql or mariadb (we build mariadb
332
only)
333
- add galera subpackage
334
* add missing "Requires:" (lsof, net-tools, rsync, socat,
335
xtrabackup) for proper wsrep scripts functionality
336
* add mariadb-10.2.9-galera_cnf.patch that enhances galera.cnf
337
configuration file (add wsrep_on=OFF and set the location
338
of the wsrep library)
339
* rename README-wsrep to README.wsrep so it corresponds with the
340
other README names
341
* move galera_new_cluster, galera_recovery,
342
use_galera_new_cluster.conf, wsrep_* scripts to the galera
343
subpackage
344
- remove the following macros definitions:
345
* %{_tmpfilesdir} - it's been defined in systemd macros since
346
openSUSE 13.2
347
* %{preferred} - we no longer need to distinguish between preferred
348
and not preferred version (we build mariadb only)
349
* %{with_mandatory_lz4} - mysql specific
350
* %{build_extras}, %{pretty_name}, %{build_readline},
351
%{builtin_plugins} and {libname} - they are no longer needed
352
- add the following macros
353
* %{run_testsuite} macro that controls the run of the regression
354
testsuite
355
* %{ignore_testsuite_result} macro - when set to 1 it ignores
356
results from the regression testsuite (debug purposes)
357
* %{with_mroonga} macro (enable mroonga build for x86_64 archs only)
358
- rename %{with_jemalloc} to %{with_tokudb} and enable tokudb for
359
x86_64 architectures for openSUSE and SLE15 [fate#323280]. Don't
360
enable it for SLE12 (missing jemalloc dependency)
361
- add the following BuildRequires:
362
* unixODBC-devel to allow ODBC support for Connect engine [bsc#1039034]
363
* krb5-devel to build auth_gssapi.so plugin
364
* libarchive-devel
365
* use libboost_headers-devel instead of boost-devel for TW. Boost
366
package has been split up and will migrate to using multibuild.
367
This results in packages that unnecessarily build require
368
boost-devel to cause major bottlenecks [bsc#1062583]
369
- do not use "BuildRequires: lzo-devel" for i586 and arm because
370
it makes build fail
371
- add the following Requires:
372
* hostname - as mariadb_install_db depends on this tool [bsc#1060110]
373
* libaio-devel for libmysqld-devel because libmysqld depends
374
on libaio
375
- tweak build options:
376
* remove "DWITH_ASAN=OFF" - this option was added because of mysql
377
and it's no longer needed
378
* switch from "-DWITH_JEMALLOC=auto" to "-DWITH_JEMALLOC=system"
379
* use "DCMAKE_SKIP_INSTALL_RPATH" - this allows to link with -rpath
380
during build and fixes quite a few test suite failures. When
381
installing the file -rpath is still disabled, so this should
382
not have any effect on the installed binaries
383
* add "-DWITH_LIBARCHIVE=ON" and "-DWITH_MARIABACKUP=ON"
384
* remove -DWITH_BOOST=../boost/ as we use system boost now
385
- enable OQGRAPH to build (openSUSE only, SLE is missing Judy
386
requirement)
387
- disable Cassandra storage engine build as it's no longer actively
388
being developed (See MDEV-4695) [bsc#1055165]
389
* Remove "BuildRequires: libthrift-devel" and %{with_cassandra}
390
macros that are no longer needed now
391
- disable make test (Connector/C unit tests) as it requires a
392
running server. These tests are part of mysql-test-run
393
now (MDEV-12470)
394
- add suse_skipped_tests.list - the list of the tests that we want
395
to skip (they fail correctly or the fix is in progress)
396
* adjust mysql-test-run options to skip tests listed there
397
[bsc#1041891]
398
- remove mytop utility that is packaged separately
399
- remove *.jar files from mysql-test
400
- remove python scripts remains from tokudb upstream
401
- remove generating of the MySQL NDB Cluster filelists
402
- remove removing of manpages for MySQL Carrier Grade Edition
403
- provide a symlink for the my_safe_process executable that was
404
moved from its location to bindir
405
- update filename in /var/adm/update-messages to match
406
documentation and build-compare pattern
407
- README is now README.md
408
- fix "file listed twice" build error
409
410
-------------------------------------------------------------------
411
Tue Oct 31 10:38:13 UTC 2017 - vcizek@suse.com
412
413
- Also Require: libopenssl-1_0_0-devel from the libmysqlclient-devel package
414
415
-------------------------------------------------------------------
416
Thu Oct 26 05:16:30 UTC 2017 - bwiedemann@suse.com
417
418
- Drop INFO_BIN from package because it is not needed
419
and differs for every build (boo#1047218)
420
421
-------------------------------------------------------------------
422
Tue Sep 19 15:54:05 UTC 2017 - vcizek@suse.com
423
424
- Explicitly require libopenssl-1_0_0-devel, to successfully build
425
once we switch openssl to 1.1 (bsc#1042632)
426
427
-------------------------------------------------------------------
428
Mon Jul 10 11:30:59 UTC 2017 - kstreitova@suse.com
429
430
- update to MariaDB 10.1.25 GA
431
* notable changes
432
* MariaDB can no longer be compiled with OpenSSL version 0.9.8
433
and below. The last 0.9.8 release was in December 2015, it is
434
out of support and is no longer getting security fixes.
435
* MariaDB Backup is now beta
436
* release notes and changelog:
437
* https://mariadb.com/kb/en/mariadb/mariadb-10125-release-notes
438
* https://mariadb.com/kb/en/mariadb/mariadb-10125-changelog
439
* refresh mariadb-10.1.12-fortify-and-O.patch
440
* remove mariadb-10.1.22-xtradb_null_checks.patch (MDEV-12358),
441
a fix was merged upstream
442
* update file lists for new man-pages and tools
443
- switch from 'Restart=on-failure' to 'Restart=on-abort' in
444
mysql.service in order to follow the upstream
445
446
-------------------------------------------------------------------
447
Tue May 30 13:12:47 UTC 2017 - fvogt@suse.com
448
449
- Add mariadb-10.1.22-xtradb_null_checks.patch (boo#1041525)
450
(See also https://jira.mariadb.org/browse/MDEV-12358)
451
- switch from '/var/run' to '/run' as /var/run is just a symlink to /run
452
- fix permissions for /var/run/mysql that were wrongly set to
453
700 instead of 755 due to added umask. This prevented non-root
454
from connecting to the database [bsc#1038740]
455
- change permissions of the configuration dir/files to 755/644.
456
Please note that storing the password in the /etc/my.cnf file is
457
not safe. Use for example an option file that is accessible only
458
by yourself [bsc#889126]
459
- set the default umask to 077 in mysql-systemd-helper [bsc#1020976]
460
461
-------------------------------------------------------------------
462
Tue Apr 11 13:35:46 UTC 2017 - kstreitova@suse.com
463
464
- increase required physical memory in _constraints from 5 GB to
465
7 GB in order to try to fix i586 build that fails because of
466
"Out of memory" error
467
468
-------------------------------------------------------------------
469
Wed Mar 15 18:42:17 UTC 2017 - kstreitova@suse.com
470
471
- update to MariaDB 10.1.22 GA
472
* notable changes
473
* XtraDB updated to 5.6.35-80.0
474
* TokuDB updated to 5.6.35-80.0
475
* PCRE updated to 8.40
476
* MDEV-12160: ed25519 authentication plugin
477
* MDEV-11842: Fix a 10.1.21 regression with failed INSERT, BEFORE
478
INSERT triggers, and columns with no default value
479
* MDEV-12075: Fix a 10.1.21 regression in the InnoDB data file
480
extension code
481
* MDEV-11027: better InnoDB crash recovery progress reporting
482
* MDEV-11520: improvements to how InnoDB data files are extended
483
* Improvements to InnoDB startup/shutdown to make it more robust
484
* MDEV-11233: fix for FULLTEXT index crash
485
* MDEV-9734: systemd compatible bintar files now available
486
* release notes and changelog:
487
* https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/
488
* https://mariadb.com/kb/en/mariadb/mariadb-10122-changelog/
489
* fixes the following CVEs:
490
* CVE-2017-3313 [bsc#1020890], CVE-2017-3302 [bsc#1022428]
491
- refresh mysql-community-server-5.1.46-logrotate.patch
492
- refresh mariadb-10.1.16-systemd-cmake.patch
493
- remove mariadb-10.1.20-incorrect_list_handling.patch that is no
494
longer needed [bsc#1022428] [CVE-2017-3302]
495
496
-------------------------------------------------------------------
497
Fri Feb 3 18:02:42 UTC 2017 - kstreitova@suse.com
498
499
- update to MariaDB 10.1.21
500
* notable changes:
501
* Innodb updated to 5.6.35
502
* Performance Schema updated to 5.6.35
503
* release notes and changelog:
504
* https://mariadb.com/kb/en/mariadb/mariadb-10121-release-notes/
505
* https://mariadb.com/kb/en/mariadb/mariadb-10121-changelog/
506
* fixes the following CVEs:
507
CVE-2017-3318 [bsc#1020896], CVE-2017-3317 [bsc#1020894],
508
CVE-2017-3312 [bsc#1020873], CVE-2017-3291 [bsc#1020884],
509
CVE-2017-3265 [bsc#1020885], CVE-2017-3258 [bsc#1020875],
510
CVE-2017-3257 [bsc#1020878], CVE-2017-3244 [bsc#1020877],
511
CVE-2017-3243 [bsc#1020891], CVE-2017-3238 [bsc#1020882],
512
CVE-2016-6664 [bsc#1008253]
513
- add mariadb.te file to the filelist
514
- add mysqld_safe_helper to the filelist
515
- refresh mariadb-10.1.4-group.patch
516
- add mariadb-10.1.20-incorrect_list_handling.patch to fix incorrect
517
linked list handling in mysql_prune_stmt_list() function that can
518
cause use-after-free error [bsc#1022428]
519
520
-------------------------------------------------------------------
521
Thu Jan 26 10:54:15 UTC 2017 - dimstar@opensuse.org
522
523
- Replace systemd and systemd-devel BuildRequires with
524
pkgconfig(libsystemd), which matches what the build system is
525
actually looking for.
526
527
-------------------------------------------------------------------
528
Tue Dec 27 03:19:07 UTC 2016 - 13ilya@gmail.com
529
530
- update to MariaDB 10.1.20
531
* notable changes:
532
* XtraDB updated to 5.6.34-79.1
533
* TokuDB updated to 5.6.34-79.1
534
* HeidiSQL updated to 9.4
535
* The limit for the table_open_cache system variable has been increased to 1024K
536
* Galera wsrep library updated to 25.3.19
537
* release notes and changelog:
538
* https://mariadb.com/kb/en/mariadb/mariadb-10120-release-notes/
539
* https://mariadb.com/kb/en/mariadb/mariadb-10120-changelog/
540
541
-------------------------------------------------------------------
542
Fri Dec 2 15:26:57 UTC 2016 - kstreitova@suse.com
543
544
- update to MariaDB 10.1.19
545
* notable changes:
546
* XtraDB updated to 5.6.33-79.0
547
* TokuDB updated to 5.6.33-79.0
548
* release notes and changelog:
549
* https://mariadb.com/kb/en/mariadb/mariadb-10119-release-notes/
550
* https://mariadb.com/kb/en/mariadb/mariadb-10119-changelog/
551
* fixes for the following security vulnerabilities:
552
CVE-2016-7440 [bsc#1005581]
553
CVE-2016-5584 [bsc#1005558]
554
- add mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to fix
555
mysql_install_db.sh script to find data files in mariadb
556
directories when a user uses "--basedir" option [bsc#1006539]
557
- switch to xz compression instead of bz2 for the following tarballs:
558
* mysql-patches.tar.bz2 renamed to mysql-patches.tar.xz
559
* configuration-tweaks.tar.bz2 renamed to configuration-tweaks.tar.xz
560
replace occurrences of "bzip2" with "xz" in README.debug
561
562
-------------------------------------------------------------------
563
Mon Oct 24 18:38:45 UTC 2016 - kstreitova@suse.com
564
565
- update to 10.1.18
566
* Release notes:
567
https://mariadb.com/kb/en/mariadb/mariadb-10118-release-notes/
568
https://mariadb.com/kb/en/mariadb/mariadb-10117-release-notes/
569
https://mariadb.com/kb/en/mariadb/mariadb-10116-release-notes/
570
https://mariadb.com/kb/en/mariadb/mariadb-10115-release-notes/
571
* Changelog:
572
https://mariadb.com/kb/en/mariadb/mariadb-10118-changelog/
573
https://mariadb.com/kb/en/mariadb/mariadb-10117-changelog/
574
https://mariadb.com/kb/en/mariadb/mariadb-10116-changelog/
575
https://mariadb.com/kb/en/mariadb/mariadb-10115-changelog/
576
* fixed CVE's:
577
CVE-2016-8283, CVE-2016-6663, CVE-2016-5629, CVE-2016-5626,
578
CVE-2016-5624, CVE-2016-5616, CVE-2016-3492, CVE-2016-6662,
579
CVE-2016-5440, CVE-2016-3615, CVE-2016-3521, CVE-2016-3477
580
* fix:
581
[bsc#1005582], [bsc#1001367], [bsc#1005569], [bsc#1005566],
582
[bsc#1005564], [bsc#1005562], [bsc#1005555], [bnc#998309],
583
[bsc#989926], [bsc#989922], [bsc#989919], [bsc#989913]
584
* refresh mariadb-10.1.4-group.patch
585
* refresh mariadb-10.1.12-fortify-and-O.patch
586
- requires devel packages for aio and lzo2
587
- remove mariadb-10.0.21-mysql-test_main_bootstrap.patch that is no
588
longer needed [bnc#984858]
589
- append "--ignore-db-dir=lost+found" to the mysqld options in
590
"mysql-systemd-helper" script if "lost+found" directory is found
591
in $datadir [bnc#986251]
592
- remove syslog.target from *.service files [bsc#983938]
593
- add BuildRequires: systemd-devel
594
- make some dependecies switchable
595
- add systemd to deps to build on leap and friends
596
- add mariadb-10.1.16-systemd-cmake.patch to allow more
597
(case-insensitive) values for 'WITH_SYSTEMD' variable in systemd.cmake
598
- replace '%{_libexecdir}/systemd/system' with %{_unitdir} macro
599
- remove useless mysql@default.service [bsc#971456]
600
- replace all occurrences of the string "@sysconfdir@" with "/etc" in
601
mysql-community-server-5.1.46-logrotate.patch as it wasn't expanded
602
properly [bsc#990890]
603
604
-------------------------------------------------------------------
605
Sun Jun 12 11:25:08 UTC 2016 - kstreitova@suse.com
606
607
- update to 10.1.14
608
* What is MariadDB 10.1:
609
https://mariadb.com/kb/en/mariadb/what-is-mariadb-101/
610
* CVEs fixed in 10.1.x branch
611
CVE-2016-2047, CVE-2016-0668, CVE-2016-0651, CVE-2016-0650,
612
CVE-2016-0649, CVE-2016-0646, CVE-2016-0644, CVE-2016-0642,
613
CVE-2016-0641, CVE-2016-0640, CVE-2016-0616, CVE-2016-0610,
614
CVE-2016-0609, CVE-2016-0608, CVE-2016-0606, CVE-2016-0600,
615
CVE-2016-0598, CVE-2016-0597, CVE-2016-0596, CVE-2016-0546,
616
CVE-2016-0505, CVE-2015-7744, CVE-2015-4913, CVE-2015-4895,
617
CVE-2015-4879, CVE-2015-4870, CVE-2015-4866, CVE-2015-4864,
618
CVE-2015-4861, CVE-2015-4858, CVE-2015-4836, CVE-2015-4830,
619
CVE-2015-4826, CVE-2015-4819, CVE-2015-4816, CVE-2015-4815,
620
CVE-2015-4807, CVE-2015-4802, CVE-2015-4792
621
* adjust mysql-patches.tar.bz2 archive for mariadb-101
622
* pack new MariaDB 10.1.x files
623
- remove '%define _rundir' as 13.1 is out of support scope
624
- temporarily disable OQGraph It seems to need the boost library with
625
the version not earlier than 1.40 and not later than 1.55 (MDEV-9479)
626
- add "BuildRequires: systemd-devel" for SLE12, openSUSE 13.2 and
627
openSUSE Leap in order to enable systemd features during the build of
628
mariadb-101 for these products. Otherwise we get "Performing Test
629
HAVE_SYSTEMD - Failed" and systemd files aren't installed.
630
- re-enable profiling support
631
- don't remove HandlerSocket plugin [bnc#979524]
632
- add 'log-error' and 'secure-file-priv' configuration options
633
(added via configuration-tweaks.tar.bz2) [bsc#963810]
634
* add '/etc/my.cnf.d/error_log.conf' that specifies
635
'log-error = /var/log/mysql/mysqld.log'. If no path is set, the error
636
log is written to '/var/lib/mysql/$HOSTNAME.err', which is not picked
637
up by logrotate.
638
* add '/etc/my.cnf.d/secure_file_priv.conf' which specifies that
639
'LOAD DATA', 'SELECT ... INTO' and 'LOAD FILE()' will only work with
640
files in the directory specified by 'secure-file-priv' option
641
(='/var/lib/mysql-files').
642
- run 'usermod -g mysql mysql' only if mysql user is not in mysql group.
643
Run 'usermod -s /bin/false/ mysql' only if mysql user doesn't have
644
'/bin/false' shell set.
645
- don't delete the log data when migration fails
646
647
-------------------------------------------------------------------
648
Thu May 5 14:31:50 UTC 2016 - dmueller@suse.com
649
650
- fix constraints conditions for 32bit architectures
651
652
-------------------------------------------------------------------
653
Tue Feb 2 13:13:35 UTC 2016 - kstreitova@suse.com
654
655
- fix information leak via mysql-systemd-helper script
656
[CVE-2015-5969], [bnc#957174]
657
658
-------------------------------------------------------------------
659
Mon Nov 30 11:38:12 UTC 2015 - kstreitova@suse.com
660
661
- update to 10.0.22
662
* Release notes:
663
https://kb.askmonty.org/en/mariadb-10022-release-notes/
664
* Changelog:
665
https://kb.askmonty.org/en/mariadb-10022-changelog/
666
* fixed CVEs:
667
CVE-2015-4802, CVE-2015-4807, CVE-2015-4815, CVE-2015-4826
668
CVE-2015-4830, CVE-2015-4836, CVE-2015-4858, CVE-2015-4861
669
CVE-2015-4870, CVE-2015-4913, CVE-2015-4792
670
* remove the following patches (applied upstream)
671
* mysql-community-server-5.6.12-srv_buf_size.patch
672
* mariadb-10.0.16-header_files_const_warnings.patch
673
- add mariadb-10.0.21-mysql-test_main_bootstrap.patch that fix
674
main.bootstrap test (change default charset to utf8 in test
675
result) [bnc#937787]
676
- add mariadb-10.0.22-fix_build_denabled_profiling_off.patch to
677
fix compilation with '-DENABLED_PROFILING=OFF'
678
679
-------------------------------------------------------------------
680
Fri Aug 28 14:38:45 UTC 2015 - kstreitova@suse.com
681
682
- update to MariaDB 10.0.21
683
* changes:
684
* https://mariadb.com/kb/en/mariadb/mariadb-10021-release-notes
685
* the following patches were processed upstream and are no longer needed:
686
* mariadb-5.5.28-hotcopy.patch
687
* mariadb-5.1.50-strncat-overflow.patch
688
* mysql-community-server-5.1.51-mysql_config.patch
689
* mariadb-5.5.32-upgrade-exit-status.patch
690
* mariadb-5.5.41-mariadb-admincrash.patch
691
- use syntax in mysql-systemd-helper that is accepted by both mariadb
692
and mysql [bnc#937767]
693
- fix spurious macro expansion in comment in specfile
694
- install INFO_BIN and INFO_SRC, noticed in MDEV-6912
695
- replace readline-devel for readline5-devel (MDEV-6912) [bnc#902396]
696
- use spec-cleaner
697
- Tweak some cmake switches to enable more things
698
* WITH_ASAN=OFF adress sanitization
699
WITH_LIBWRAP=ON tcp wrappers
700
ENABLED_PROFILING=OFF profiling disable (for mysql)
701
ENABLE_DEBUG_SYNC=OFF debug testing sync disable (for mysql)
702
WITH_PIC=ON by default we want pic generated binaries (for mysql)
703
- set cmake options for MariaDB Galera Cluster
704
- remove superfluous '--group' parameter from mysql-systemd-helper
705
- make -devel package installable in the presence of LibreSSL
706
- cleanup after the update-message if it was displayed
707
- add 'exec' to mysql-systemd-helper to shutdown mysql/mariadb cleanly
708
[bnc#943096]
709
- remove redundant entry from %{_tmpfilesdir}/mysql.conf. Using both
710
'x' and 'X' options is redundant and causes a warning message.
711
Leaving only the 'x' line fixes this problem. [bnc#942908]
712
713
-------------------------------------------------------------------
714
Sat Jul 11 12:25:05 UTC 2015 - tchvatal@suse.com
715
716
- Sync to git state, fixes bnc#937754 too
717
718
-------------------------------------------------------------------
719
Tue Jul 7 09:24:09 UTC 2015 - tchvatal@suse.com
720
721
- Sync to git state fixing few triv issues
722
723
-------------------------------------------------------------------
724
Fri Jun 26 07:41:39 UTC 2015 - tchvatal@suse.com
725
726
- Enable testsuite
727
728
-------------------------------------------------------------------
729
Thu Jun 25 13:50:12 UTC 2015 - tchvatal@suse.com
730
731
- Update to 10.0.20:
732
https://mariadb.com/kb/en/mariadb/mariadb-10020-release-notes/
733
* Fixes bnc#934789 Logjam Attack using 512bit dh groups in ssl
734
- Sync the package to git state, redoing initscripts to be more
735
robust
736
737
-------------------------------------------------------------------
738
Tue Jun 23 13:16:03 UTC 2015 - tchvatal@suse.com
739
740
- Update to 10.0.19, sync to git state of repository:
741
https://mariadb.com/kb/en/mariadb/mariadb-10019-release-notes/
742
743
-------------------------------------------------------------------
744
Tue Apr 14 13:42:54 UTC 2015 - michal.hrusecky@opensuse.org
745
746
- fix parent directory has insecure permissions error
747
748
-------------------------------------------------------------------
749
Tue Apr 14 08:20:47 UTC 2015 - michal.hrusecky@opensuse.org
750
751
- disable optional features for mariadb
752
* still possible to use them from mariadb_100 package
753
754
-------------------------------------------------------------------
755
Mon Mar 23 23:24:11 UTC 2015 - dvaleev@suse.com
756
757
- Adjust _constraints. 11GB is not enough for ppc64 builds,
758
increase to 13GB
759
760
-------------------------------------------------------------------
761
Wed Mar 11 15:02:44 UTC 2015 - sweet_f_a@gmx.de
762
763
- fix build for openSUSE 13.2 ppc bnc#921955
764
765
-------------------------------------------------------------------
766
Tue Mar 3 05:48:08 UTC 2015 - michal.hrusecky@opensuse.org
767
768
- Updated to the version 10.0.17
769
* Release notes:
770
http://kb.askmonty.org/v/mariadb-10017-release-notes
771
* Changelog:
772
http://kb.askmonty.org/v/mariadb-10017-changelog
773
- merged patches to packaging git and regenerated
774
* few fixes mainly to upgrades
775
776
-------------------------------------------------------------------
777
Mon Mar 2 17:25:47 UTC 2015 - mgorse@suse.com
778
779
- README.SuSE is now README.SUSE; fix name in some places.
780
781
-------------------------------------------------------------------
782
Fri Jan 23 19:17:09 UTC 2015 - xrigou@otenet.gr
783
784
- Fix undefined initial status in systemd script (boo #914370)
785
786
-------------------------------------------------------------------
787
Mon Jan 12 20:29:24 UTC 2015 - xrigou@otenet.gr
788
789
- Fix include dir in alternative cnf files (bnc #859345)
790
791
-------------------------------------------------------------------
792
Sat Dec 6 11:44:25 UTC 2014 - michal.hrusecky@opensuse.org
793
794
- run spec cleaner on spec
795
- update to 10.0.15
796
* Release notes:
797
http://kb.askmonty.org/v/mariadb-10015-release-notes
798
* Changelog:
799
http://kb.askmonty.org/v/mariadb-10015-changelog
800
- conditionally enable more storage engines
801
- updated packaging to the latest templates
802
803
-------------------------------------------------------------------
804
Sun Nov 09 18:53:00 UTC 2014 - Led <ledest@gmail.com>
805
806
- fix bashism in posttrans script
807
808
-------------------------------------------------------------------
809
Thu Oct 9 16:58:53 UTC 2014 - michal.hrusecky@opensuse.org
810
811
- update to 10.0.14
812
* Release notes:
813
http://kb.askmonty.org/v/mariadb-10014-release-notes
814
* Changelog:
815
http://kb.askmonty.org/v/mariadb-10014-changelog
816
- fix build thanks to pull request from Andreas Schwab
817
818
-------------------------------------------------------------------
819
Wed Sep 24 12:54:56 UTC 2014 - michal.hrusecky@opensuse.org
820
821
- some CentOS/Fedora compatibility
822
823
-------------------------------------------------------------------
824
Wed Sep 24 08:08:36 UTC 2014 - michal.hrusecky@opensuse.org
825
826
- systemd not depending on SUSE version anymore
827
- fixing build on distributions with %docdir != %datadir/doc/%name
828
829
-------------------------------------------------------------------
830
Fri Sep 19 17:41:26 UTC 2014 - michal.hrusecky@opensuse.org
831
832
- Get rid of error during update
833
834
-------------------------------------------------------------------
835
Tue Sep 16 06:37:15 UTC 2014 - michal.hrusecky@opensuse.org
836
837
- Little polishing of rc script
838
839
-------------------------------------------------------------------
840
Wed Sep 3 12:26:08 UTC 2014 - kstreitova@novell.com
841
842
- bnc#894479: fix URL (changed from "http://www.mariab.org" to
843
"https://www.mariadb.org")
844
- README.SuSE renamed to README.SUSE
845
846
-------------------------------------------------------------------
847
Tue Aug 19 06:42:53 UTC 2014 - michal.hrusecky@opensuse.org
848
849
- fix privileges as a last step of upgrade
850
851
-------------------------------------------------------------------
852
Mon Aug 18 17:39:33 UTC 2014 - michal.hrusecky@opensuse.org
853
854
- Update to 10.0.13
855
* Release notes:
856
http://kb.askmonty.org/v/mariadb-10013-release-notes
857
* Changelog:
858
http://kb.askmonty.org/v/mariadb-10013-changelog
859
860
-------------------------------------------------------------------
861
Wed Jul 2 21:43:19 UTC 2014 - michal.hrusecky@opensuse.org
862
863
- Update to 10.0.12
864
* Release notes:
865
http://kb.askmonty.org/v/mariadb-10012-release-notes
866
* Changelog:
867
http://kb.askmonty.org/v/mariadb-10012-changelog
868
- Not chowning datadir
869
870
-------------------------------------------------------------------
871
Mon Jun 16 09:55:54 UTC 2014 - coolo@suse.com
872
873
- switch from buildrequire systemd to pkgconfig(systemd) to avoid cycles
874
875
-------------------------------------------------------------------
876
Fri May 23 09:04:30 CEST 2014 - mhrusecky@suse.cz
877
878
- Updating to 10.0 branch of MariaDB
879
* https://mariadb.com/kb/en/what-is-mariadb-100/
880
- Many additional fixes like basic systemd support
881
- enabled TokuDB storage engine
882
- warning text about security implications on first install
883
884
-------------------------------------------------------------------
885
Wed May 14 05:45:51 UTC 2014 - coolo@suse.com
886
887
- use %_rundir if available
888
889
-------------------------------------------------------------------
890
Wed Nov 13 17:40:37 UTC 2013 - klaussfreire@gmail.com
891
892
- Fix perl shebangs
893
894
-------------------------------------------------------------------
895
Wed Nov 13 16:45:10 UTC 2013 - klaussfreire@gmail.com
896
897
- bnc#829430: Move libmysqlclient.so and libmysqlclient_r.so from
898
libmysqlclient-devel into libmysqlclient18 and libmysqlclient_r18
899
subpackages respectively
900
901
-------------------------------------------------------------------
902
Mon Sep 23 10:46:28 UTC 2013 - bbrunner@suse.com
903
904
- bnc#841709: Added libmysqlclient18 as requirement for libmysqlclient_r18
905
906
-------------------------------------------------------------------
907
Thu Sep 19 08:03:20 UTC 2013 - mhrusecky@suse.com
908
909
- comment out old settings dir if it doesn't exist
910
911
-------------------------------------------------------------------
912
Wed Sep 18 23:33:33 CEST 2013 - mhrusecky@suse.cz
913
914
- fixed commenting out of incompatible options
915
- updated to MariaDB 5.5.33
916
* Release notes:
917
http://kb.askmonty.org/v/mariadb-5533-release-notes
918
* Changelog:
919
http://kb.askmonty.org/v/mariadb-5533-changelog
920
* not using TokuDB and jmalloc
921
922
-------------------------------------------------------------------
923
Mon Sep 9 10:37:12 CEST 2013 - mhrusecky@suse.cz
924
925
- better version detection
926
- drop /etc/mysql dir, use upstream /etc/my.cfn.d only
927
928
-------------------------------------------------------------------
929
Thu Aug 22 03:04:45 UTC 2013 - crrodriguez@opensuse.org
930
931
- Build with -DOPENSSL_LOAD_CONF so mariadb respects
932
and load the system's openSSL configuration.
933
934
-------------------------------------------------------------------
935
Wed Aug 21 14:52:43 CEST 2013 - mhrusecky@suse.cz
936
937
- fix includedir in configuration file
938
939
-------------------------------------------------------------------
940
Sat Aug 17 13:46:26 UTC 2013 - hrvoje.senjan@gmail.com
941
942
- Fix INSTALL_LIBDIR_RPM and INSTALL_PLUGINDIR_RPM, they need to
943
point to %_lib, not %_libdir
944
- Drop so symlink generation and removal, that is not necessary and
945
breaks non x86_64 builds of dependent packages
946
947
-------------------------------------------------------------------
948
Mon Aug 12 14:32:51 CEST 2013 - mhrusecky@suse.cz
949
950
- chown --no-dereference instead of chown to improve security
951
* similar issue as CVE-2013-1976
952
- fix build for ppc64 using -mminimal-toc
953
954
-------------------------------------------------------------------
955
Mon Aug 12 12:25:16 CEST 2013 - mhrusecky@suse.cz
956
957
- merge latest packaging fixes
958
* better handling of libdir
959
* more cautious upgrades
960
961
-------------------------------------------------------------------
962
Wed Aug 7 15:12:13 CEST 2013 - ro@suse.de
963
964
- add patch for lib64 on s390x
965
mysql-patches/mariadb-5.5.24-s390x-libdir.patch
966
967
-------------------------------------------------------------------
968
Tue Jul 30 21:51:25 CEST 2013 - mhrusecky@suse.cz
969
970
- get rid of info which is not info (bnc#747811)
971
- minor polishing of spec/installation
972
973
-------------------------------------------------------------------
974
Fri Jul 26 10:07:33 CEST 2013 - mhrusecky@suse.cz
975
976
- fix ownership of logdir (bnc#763150)
977
978
-------------------------------------------------------------------
979
Thu Jul 25 13:08:06 CEST 2013 - mhrusecky@suse.cz
980
981
- avoiding file conflicts with mytop
982
983
-------------------------------------------------------------------
984
Tue Jul 23 10:28:10 CEST 2013 - mhrusecky@suse.cz
985
986
- updated to MariaDB 5.5.32
987
* Release notes:
988
http://kb.askmonty.org/v/mariadb-5532-release-notes
989
* Changelog:
990
http://kb.askmonty.org/v/mariadb-5532-changelog
991
992
-------------------------------------------------------------------
993
Thu Jun 6 13:22:37 UTC 2013 - mhrusecky@suse.com
994
995
- enable support for libaio (bnc#796164)
996
- better rights for logdir (bnc#789263)
997
998
-------------------------------------------------------------------
999
Wed Jun 5 08:48:42 UTC 2013 - mhrusecky@suse.com
1000
1001
- Moving directory with configuration to upstream default
1002
(/etc/mysql -> /etc/my.cnf.d)
1003
1004
-------------------------------------------------------------------
1005
Wed Jun 5 05:51:45 UTC 2013 - mhrusecky@suse.com
1006
1007
- New default config file
1008
1009
-------------------------------------------------------------------
1010
Fri May 24 08:27:48 CEST 2013 - mhrusecky@suse.cz
1011
1012
- updated to MariaDB 5.5.31
1013
* Release notes:
1014
http://kb.askmonty.org/v/mariadb-5531-release-notes
1015
* Changelog:
1016
http://kb.askmonty.org/v/mariadb-5531-changelog
1017
- cleanups in upgrade procedure
1018
1019
-------------------------------------------------------------------
1020
Tue Mar 26 13:56:50 CET 2013 - mhrusecky@suse.cz
1021
1022
- little cleanup of systemd
1023
1024
-------------------------------------------------------------------
1025
Tue Mar 26 11:11:37 CET 2013 - mhrusecky@suse.cz
1026
1027
- updated to MariaDB 5.5.30
1028
* Release notes:
1029
http://kb.askmonty.org/v/mariadb-5530-release-notes
1030
* Changelog:
1031
http://kb.askmonty.org/v/mariadb-5530-changelog
1032
1033
-------------------------------------------------------------------
1034
Tue Mar 12 16:03:07 UTC 2013 - tpaszkowski@suse.com
1035
1036
- systemd awareness for openSUSE >= 12.1
1037
1038
-------------------------------------------------------------------
1039
Sun Mar 3 21:32:37 UTC 2013 - schwab@suse.de
1040
1041
- Add aarch64 to the list of lib64 platforms
1042
1043
-------------------------------------------------------------------
1044
Sun Feb 3 15:29:02 CET 2013 - mhrusecky@suse.cz
1045
1046
- updated to MariaDB 5.5.29
1047
* Release notes:
1048
http://kb.askmonty.org/v/mariadb-5529-release-notes
1049
* Changelog:
1050
http://kb.askmonty.org/v/mariadb-5529-changelog
1051
* fixes following CVEs:
1052
CVE-2012-5611, CVE-2012-5627, CVE-2012-5615, CVE-2012-5612
1053
1054
-------------------------------------------------------------------
1055
Mon Jan 28 09:28:44 UTC 2013 - meissner@suse.com
1056
1057
- require the errormessage rpm in libmysqld too
1058
for embedded usage like in AmaRoK.
1059
1060
-------------------------------------------------------------------
1061
Thu Jan 17 09:14:41 CET 2013 - mhrusecky@suse.cz
1062
1063
- making MariaDB default
1064
1065
-------------------------------------------------------------------
1066
Fri Jan 4 12:52:20 CET 2013 - mhrusecky@suse.cz
1067
1068
- updated to MariaDB 5.5.28a
1069
* Release notes:
1070
http://kb.askmonty.org/v/mariadb-5528a-release-notes
1071
* Changelog:
1072
http://kb.askmonty.org/v/mariadb-5528a-changelog
1073
* fixes CVE-2012-5611 (bnc#792444)
1074
* fixes CVE-2012-4414 (bnc#779476)
1075
1076
-------------------------------------------------------------------
1077
Wed Oct 31 22:31:34 CET 2012 - mhrusecky@suse.cz
1078
1079
- updated to MariaDB 5.5.28
1080
* Release notes:
1081
http://kb.askmonty.org/v/mariadb-5527-release-notes
1082
http://kb.askmonty.org/v/mariadb-5528-release-notes
1083
* Changelog:
1084
http://kb.askmonty.org/v/mariadb-5527-changelog
1085
http://kb.askmonty.org/v/mariadb-5528-changelog
1086
1087
-------------------------------------------------------------------
1088
Tue Aug 28 11:53:55 UTC 2012 - xgpub@tellas.gr
1089
1090
- Reenable use of initgroups() (revert a temporary workaround
1091
for ancient bmc#3037, search below for bug #39798).
1092
This is necessary if we want to use the auth_pam plugin to
1093
authenticate users against their unix password via pam_unix2.
1094
For that, mysqld must run as group shadow and maintain membership
1095
after forking.
1096
1097
-------------------------------------------------------------------
1098
Mon Jul 2 12:28:40 UTC 2012 - mhrusecky@suse.com
1099
1100
- fixed path for messages from previous commit
1101
1102
-------------------------------------------------------------------
1103
Mon Jun 25 14:05:10 CEST 2012 - mhrusecky@suse.cz
1104
1105
- splitted out error messages and put them into diferent directory
1106
1107
-------------------------------------------------------------------
1108
Sat Jun 23 09:52:00 CEST 2012 - mhrusecky@suse.cz
1109
1110
- updated to MariaDB 5.5.25
1111
* Release notes:
1112
http://kb.askmonty.org/v/mariadb-5525-release-notes
1113
* Changelog:
1114
http://kb.askmonty.org/v/mariadb-5525-changelog
1115
1116
-------------------------------------------------------------------
1117
Tue Jun 19 10:52:13 CEST 2012 - mhrusecky@suse.cz
1118
1119
- updated to MariaDB 5.5.24
1120
* Release notes:
1121
http://kb.askmonty.org/v/mariadb-5524-release-notes
1122
* Changelog:
1123
http://kb.askmonty.org/v/mariadb-5524-changelog
1124
1125
-------------------------------------------------------------------
1126
Sat Jun 9 18:30:56 UTC 2012 - xgpub@tellas.gr
1127
1128
- move the dialog.so client plugin to the client library package
1129
1130
-------------------------------------------------------------------
1131
Wed Apr 25 11:24:31 UTC 2012 - dvaleev@suse.com
1132
1133
- fix plugin libdir on ppc64
1134
1135
-------------------------------------------------------------------
1136
Sun Apr 15 09:51:54 CEST 2012 - mhrusecky@suse.cz
1137
1138
- migrated to MariaDB 5.5.23, see:
1139
http://kb.askmonty.org/en/what-is-mariadb-55
1140
http://kb.askmonty.org/en/release-notes-mariadb-55-series
1141
http://kb.askmonty.org/en/changelogs-mariadb-55-series
1142
1143
-------------------------------------------------------------------
1144
Tue Apr 10 11:42:16 CEST 2012 - mhrusecky@suse.cz
1145
1146
- updated to MariaDB 5.3.6
1147
* Release notes:
1148
http://kb.askmonty.org/v/mariadb-536-release-notes
1149
* Changelog:
1150
http://kb.askmonty.org/v/mariadb-536-changelog
1151
1152
-------------------------------------------------------------------
1153
Mon Mar 12 16:03:38 UTC 2012 - mhrusecky@suse.cz
1154
1155
- migrated to MariaDB 5.3.5, see:
1156
http://kb.askmonty.org/en/what-is-mariadb-53
1157
http://kb.askmonty.org/en/release-notes-mariadb-53-series
1158
http://kb.askmonty.org/en/changelogs-mariadb-53-series
1159
1160
-------------------------------------------------------------------
1161
Sat Feb 18 08:25:25 UTC 2012 - mhrusecky@suse.cz
1162
1163
- updated license to conform new policy
1164
1165
-------------------------------------------------------------------
1166
Mon Jan 30 08:46:31 UTC 2012 - mhrusecky@suse.cz
1167
1168
- adding /ush/share/aclocal in files
1169
- renaming *-debug package to *-debug-version to avoid conflicts
1170
1171
-------------------------------------------------------------------
1172
Mon Jan 30 08:23:32 UTC 2012 - mhrusecky@suse.cz
1173
1174
- adding missing buildrequires (fixes build for factory)
1175
1176
-------------------------------------------------------------------
1177
Thu Dec 8 10:39:05 CET 2011 - mhrusecky@suse.cz
1178
1179
- migrated to the new common template
1180
- updated to MariaDB 5.2.10
1181
* Release notes:
1182
http://kb.askmonty.org/v/mariadb-5210-release-notes
1183
* Changelog:
1184
http://kb.askmonty.org/v/mariadb-5210-changelog
1185
1186
-------------------------------------------------------------------
1187
Wed Nov 23 09:27:43 UTC 2011 - coolo@suse.com
1188
1189
- add libtool as buildrequire to avoid implicit dependency
1190
1191
-------------------------------------------------------------------
1192
Wed Nov 2 12:55:18 UTC 2011 - bkutil@suse.com
1193
1194
- Fix pretrans script in spec file to use RPM embedded LUA.
1195
1196
-------------------------------------------------------------------
1197
Tue Oct 18 14:26:19 CEST 2011 - mhrusecky@suse.cz
1198
1199
- re-adding static mysql user id
1200
1201
-------------------------------------------------------------------
1202
Sun Oct 2 23:47:02 CEST 2011 - mhrusecky@suse.cz
1203
1204
- updated to MariaDB 5.2.9
1205
* Release notes:
1206
http://kb.askmonty.org/v/mariadb-529-release-notes
1207
* Changelog:
1208
http://kb.askmonty.org/v/mariadb-529-changelog
1209
1210
-------------------------------------------------------------------
1211
Wed Aug 24 16:04:32 CEST 2011 - mhrusecky@suse.cz
1212
1213
- updated to MariaDB 5.2.8
1214
* Release notes:
1215
http://kb.askmonty.org/v/mariadb-528-release-notes
1216
* Changelog:
1217
http://kb.askmonty.org/v/mariadb-528-changelog
1218
1219
-------------------------------------------------------------------
1220
Tue Aug 16 15:50:27 CEST 2011 - mhrusecky@suse.cz
1221
1222
- not building embedded server as we don't ship it anyway and it
1223
adds some unresolvable dependencies
1224
1225
-------------------------------------------------------------------
1226
Wed Jul 27 13:51:14 CEST 2011 - mhrusecky@suse.cz
1227
1228
- requiring %{version} and not %{srv_vers}
1229
- dependencies are resolvable now
1230
1231
-------------------------------------------------------------------
1232
Sat Jul 16 23:14:42 UTC 2011 - crrodriguez@opensuse.org
1233
1234
- Fix strict-aliasing warnings
1235
- allow using the "pool of threads" feature that requires libevent
1236
1237
-------------------------------------------------------------------
1238
Wed Jun 22 19:19:50 CEST 2011 - mhrusecky@suse.cz
1239
1240
- updated to MariaDB 5.2.7
1241
* Release notes:
1242
http://kb.askmonty.org/v/mariadb-527-release-notes
1243
* Changelog:
1244
http://kb.askmonty.org/v/mariadb-527-changelog
1245
1246
-------------------------------------------------------------------
1247
Sun May 15 18:53:40 CEST 2011 - mhrusecky@suse.cz
1248
1249
- updated to MariaDB 5.2.6
1250
* Release notes:
1251
http://kb.askmonty.org/v/mariadb-526-release-notes
1252
* Changelog:
1253
http://kb.askmonty.org/v/mariadb-526-changelog
1254
1255
-------------------------------------------------------------------
1256
Mon Mar 14 16:47:16 CET 2011 - mhrusecky@suse.cz
1257
1258
- updated to MariaDB 5.2.5
1259
* Release notes:
1260
http://kb.askmonty.org/v/mariadb-525-release-notes
1261
* Changelog:
1262
http://kb.askmonty.org/v/mariadb-525-changelog
1263
1264
-------------------------------------------------------------------
1265
Wed Feb 23 16:20:02 CET 2011 - mhrusecky@suse.cz
1266
1267
- fixed init script to
1268
- work with SELinux (bnc#635645)
1269
- allow running as different user/group
1270
- create TMPDIR correctly
1271
1272
-------------------------------------------------------------------
1273
Wed Feb 23 10:59:13 UTC 2011 - adrian@suse.de
1274
1275
- remove runlevel 2 from default start in init script or it isn't
1276
usable on openSUSE 11.4 and later
1277
1278
-------------------------------------------------------------------
1279
Tue Dec 7 11:27:24 CET 2010 - mhrusecky@suse.cz
1280
1281
- updated to MariaDB 5.2.4
1282
* Release notes:
1283
http://kb.askmonty.org/v/mariadb-524-release-notes
1284
* Changelog:
1285
http://kb.askmonty.org/v/mariadb-524-changelog
1286
1287
-------------------------------------------------------------------
1288
Wed Nov 10 11:58:13 CET 2010 - mhrusecky@suse.cz
1289
1290
- updated to MariaDB 5.2.3
1291
* Release notes:
1292
http://kb.askmonty.org/v/mariadb-523-release-notes
1293
* Changelog:
1294
http://kb.askmonty.org/v/mariadb-523-changelog
1295
1296
-------------------------------------------------------------------
1297
Thu Oct 21 11:07:15 CEST 2010 - mhrusecky@suse.cz
1298
1299
- fixed building on Mandriva
1300
1301
-------------------------------------------------------------------
1302
Mon Oct 18 22:53:09 CEST 2010 - mhrusecky@suse.cz
1303
1304
- rewritten spec file
1305
- build and install parts are in separate file now
1306
- patches in the archive
1307
- contains more documentation
1308
- contains tags
1309
- adding/removing patches just at in one configuration file
1310
1311
-------------------------------------------------------------------
1312
Wed Sep 29 12:15:59 CEST 2010 - mhrusecky@suse.cz
1313
1314
- updated to MariaDB 5.1.50
1315
- based on MySQL 5.1.50 maintenance update
1316
- changelog:
1317
http://kb.askmonty.org/v/mariadb-5150-changelog
1318
- release notes:
1319
http://kb.askmonty.org/v/mariadb-5150-release-notes
1320
- fixed init script to work on SELinux machines (bnc#635645)
1321
1322
-------------------------------------------------------------------
1323
Thu Aug 12 11:54:38 CEST 2010 - mhrusecky@suse.cz
1324
1325
- updated to MariaDB 5.1.49
1326
- based on MySQL 5.1.49 maintenance update
1327
- changelog:
1328
http://kb.askmonty.org/v/mariadb-5149-changelog
1329
- release notes:
1330
http://kb.askmonty.org/v/mariadb-5149-release-notes
1331
1332
-------------------------------------------------------------------
1333
Wed Jun 2 10:38:05 CEST 2010 - mhrusecky@suse.cz
1334
1335
- updated to MariaDB 5.1.47
1336
- based on MySQL 5.1.47 maintenance update
1337
- changelog:
1338
http://askmonty.org/wiki/Manual:MariaDB_5.1.47_Changelog
1339
- release notes:
1340
http://askmonty.org/wiki/Manual:MariaDB_5.1.47_Release_Notes
1341
1342
-------------------------------------------------------------------
1343
Wed May 26 14:02:25 CEST 2010 - mhrusecky@suse.cz
1344
1345
- Fixed build for Fedora12
1346
1347
-------------------------------------------------------------------
1348
Tue May 25 14:44:15 CEST 2010 - mhrusecky@suse.cz
1349
1350
- updated to MariaDB 5.1.44b
1351
- important security related update
1352
- changelog:
1353
http://askmonty.org/wiki/Manual:MariaDB_5.1.44b_Release_Notes
1354
- not obsoleting mysql, to make sure mysql gets replaced by
1355
mysql-community-server by default
1356
1357
-------------------------------------------------------------------
1358
Mon Apr 26 10:34:41 CEST 2010 - mhrusecky@suse.cz
1359
1360
- packaging MariaDB shared libraries to be used by client and tools
1361
1362
-------------------------------------------------------------------
1363
Wed Apr 7 10:26:52 CEST 2010 - mhrusecky@suse.cz
1364
1365
- updated to MariaDB 5.1.44
1366
- changelog:
1367
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.44_Changelog
1368
- release notes:
1369
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.44_Release_Notes
1370
1371
-------------------------------------------------------------------
1372
Wed Mar 17 17:44:37 UTC 2010 - mhrusecky@suse.cz
1373
1374
- adapted to MariaDB 5.1.42
1375
- changelog:
1376
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.42_Changelog
1377
- release notes:
1378
http://askmonty.org/wiki/index.php/Manual:MariaDB_5.1.42_Release_Notes
1379
1380
-------------------------------------------------------------------
1381
Mon Mar 8 15:13:11 UTC 2010 - mhrusecky@suse.cz
1382
1383
- updated to 5.1.44, see
1384
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-43.html
1385
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-44.html
1386
- splitting out shared libmysqld shared library (quick dirty way)
1387
- preparing spec file to be more general and easily adjustable to
1388
other MySQL flavours
1389
1390
-------------------------------------------------------------------
1391
Sun Jan 10 00:57:25 CET 2010 - mhrusecky@suse.cz
1392
1393
- updated to 5.1.42, see
1394
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html
1395
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html
1396
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html
1397
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-39.html
1398
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-38.html
1399
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-37.html
1400
1401
-------------------------------------------------------------------
1402
Tue Dec 15 01:23:16 CET 2009 - jengelh@medozas.de
1403
1404
- add baselibs.conf as a source
1405
1406
-------------------------------------------------------------------
1407
Tue Dec 1 17:52:18 CET 2009 - mhrusecky@suse.cz
1408
1409
- removing compatibility symlink
1410
- intended for 11.2 but never get there
1411
- fixing various security issues (bnc#557669)
1412
- upstream #47320 - checking server certificates (CVE-2009-4028)
1413
- upstream #48291 - error handling in subqueries (CVE-2009-4019)
1414
- upstream #47780 - preserving null_value flag in GeomFromWKB()
1415
(CVE-2009-4019)
1416
- upstream #39277 - symlink behaviour fixed (CVE-2008-7247)
1417
- upstream #32167 - symlink behaviour refixed (CVE-2009-4030)
1418
1419
-------------------------------------------------------------------
1420
Wed Nov 11 14:23:43 CET 2009 - mhrusecky@suse.cz
1421
1422
- making pid file readable by everybody
1423
- fixing 'rcmysql status' for non-root
1424
1425
-------------------------------------------------------------------
1426
Thu Oct 29 14:11:09 CET 2009 - mhrusecky@suse.cz
1427
1428
- adding /var/lib/mysql/mysql.sock symlink for compatibility with
1429
applications for older versions
1430
- using kill instead of killproc as killproc matches by default all
1431
running MySQL instances (even KDE ones)
1432
- checking for log consistency in rc script instead of post of spec
1433
as it makes more sense
1434
1435
-------------------------------------------------------------------
1436
Fri Oct 16 09:32:35 UTC 2009 - adrian@suse.de
1437
1438
- fix PreRequires or mysql package can't be used in build enviroment
1439
- do not fail on usermod call in %pre as specified
1440
1441
-------------------------------------------------------------------
1442
Mon Oct 12 18:36:04 UTC 2009 - coolo@novell.com
1443
1444
- fix prereq for usermod
1445
1446
-------------------------------------------------------------------
1447
Mon Oct 5 11:11:35 CEST 2009 - mhrusecky@suse.cz
1448
1449
- fixed my.cnf rights (bnc#539249)
1450
- fixed restart on update (bnc#520876)
1451
1452
-------------------------------------------------------------------
1453
Tue Sep 15 16:45:23 CEST 2009 - mhrusecky@suse.cz
1454
1455
- Few better formulations in README.SuSE (bnc#539243)
1456
1457
-------------------------------------------------------------------
1458
Tue Aug 25 10:19:04 CEST 2009 - mhrusecky@suse.cz
1459
1460
- Refixing bnc#420313 so mysql_config will return better values
1461
1462
-------------------------------------------------------------------
1463
Wed Aug 12 13:29:09 CEST 2009 - mhrusecky@suse.cz
1464
1465
- Using configure option to enforce pthreads rwlocks on s390 instead
1466
of sed substitution
1467
1468
-------------------------------------------------------------------
1469
Tue Jul 28 17:10:31 CEST 2009 - mhrusecky@suse.cz
1470
1471
- Applying upstream patch for upstream bug#43594
1472
(hotcopy will ignore log tables) (bnc#525325)
1473
- Not using bmove512 as it may slow things down
1474
(see upstream bug#19975)
1475
1476
-------------------------------------------------------------------
1477
Mon Jul 27 14:45:24 CEST 2009 - mhrusecky@suse.cz
1478
1479
- Applying upstream patch for upstream bug#36259
1480
'Optimizing with ORDER BY'
1481
1482
-------------------------------------------------------------------
1483
Fri Jul 24 17:35:07 CEST 2009 - dmueller@suse.de
1484
1485
- fix baselibs.conf (bnc#525065)
1486
1487
-------------------------------------------------------------------
1488
Tue Jul 7 11:19:05 CEST 2009 - mhrusecky@suse.cz
1489
1490
- updated to 5.1.36, see
1491
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-36.html
1492
1493
-------------------------------------------------------------------
1494
Fri Jun 26 11:09:34 CEST 2009 - mhrusecky@suse.cz
1495
1496
- fixed rcmysql status
1497
1498
-------------------------------------------------------------------
1499
Tue Jun 23 19:33:08 CEST 2009 - mhrusecky@suse.cz
1500
1501
- extra escaping in rc script just to be sure
1502
- creating parent directories for logs when they don't exists
1503
- rc script didn't always exited when it should
1504
- checking for incompatible databases in way it can be logged
1505
1506
-------------------------------------------------------------------
1507
Fri Jun 19 13:17:44 CEST 2009 - mhrusecky@suse.cz
1508
1509
- actualized README.SuSE
1510
1511
-------------------------------------------------------------------
1512
Tue Jun 16 14:32:00 CEST 2009 - mhrusecky@suse.cz
1513
1514
- updated to 5.1.35, see
1515
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-35.html
1516
- fixed some tests
1517
1518
-------------------------------------------------------------------
1519
Mon Jun 8 13:33:35 CEST 2009 - mhrusecky@suse.cz
1520
1521
- putting all log files to subdirectory in /var/log
1522
1523
-------------------------------------------------------------------
1524
Mon Jun 1 18:33:43 CEST 2009 - mhrusecky@suse.cz
1525
1526
- moving socket back to /var/lib/mysql for people with old distributions
1527
1528
-------------------------------------------------------------------
1529
Sat May 2 13:43:40 CEST 2009 - chris@computersalat.de
1530
1531
- fdupes fix for fedora
1532
1533
-------------------------------------------------------------------
1534
Fri May 1 17:55:12 CEST 2009 - chris@computersalat.de
1535
1536
- beautify spec file
1537
o some if's to get Fedora, Centos build
1538
- to minimize effort for admins
1539
o with-charset=utf8
1540
o with-collation=utf8_unicode_ci
1541
1542
-------------------------------------------------------------------
1543
Thu Apr 30 10:58:29 CEST 2009 - mhrusecky@suse.cz
1544
1545
- adding upgrade log
1546
1547
-------------------------------------------------------------------
1548
Tue Apr 28 18:33:22 CEST 2009 - mhrusecky@suse.cz
1549
1550
- fixed update so only one at the time is allowed
1551
1552
-------------------------------------------------------------------
1553
Fri Apr 24 17:27:11 CEST 2009 - mhrusecky@suse.cz
1554
1555
- updated to 5.1.34, see
1556
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-34.html
1557
- added README.SuSE with notes about version 5.1
1558
- fixed migration problem from 5.0.X regarding moved pidfile
1559
1560
-------------------------------------------------------------------
1561
Fri Apr 10 14:40:54 CEST 2009 - mhrusecky@suse.cz
1562
1563
- Fixed SSL support on 64-bit machines
1564
1565
-------------------------------------------------------------------
1566
Tue Apr 7 18:33:16 CEST 2009 - mhrusecky@suse.cz
1567
1568
- Merging with development version of MySQL 5.1
1569
- following changes were committed since
1570
Mon Oct 1 19:55:46 CEST 2007 when package development was
1571
branched
1572
* Fri Apr 3 16:05:02 CEST 2009 - mhrusecky@suse.cz
1573
- better fix for rc status
1574
- my_safe_process moved to %_bindir
1575
* Thu Apr 2 18:41:08 CEST 2009 - mhrusecky@suse.cz
1576
- updated to 5.1.33, see
1577
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-33.html
1578
- fixed path dependent build of scripts
1579
* Tue Mar 17 19:10:09 CET 2009 - mhrusecky@suse.cz
1580
- localstatedir is back to /var/lib/mysql as it is used as
1581
default value for datadir
1582
- fixed upgrade using datadir
1583
* Tue Mar 17 18:23:35 CET 2009 - mhrusecky@suse.cz
1584
- mysql_install_db now uses group option too
1585
- log file migrated to /var/log
1586
* Thu Mar 12 18:07:24 CET 2009 - mhrusecky@suse.cz
1587
- Fixing mysql-test so it can be installed in
1588
/usr/share/mysql-test
1589
* Mon Mar 9 20:17:32 CET 2009 - mhrusecky@suse.cz
1590
- Adjusting suse-test-run as there is no longer mysql-Max
1591
package
1592
* Fri Mar 6 15:59:40 CET 2009 - mhrusecky@suse.cz
1593
- updated to 5.1.32, see
1594
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-32.html
1595
- mysql-5.1.31-test-allowed-packets.patch no longer needed
1596
as it was fixed upstream
1597
* Tue Mar 3 19:53:11 CET 2009 - mhrusecky@suse.cz
1598
- moving tmp and socket/pidfiles directories to the better
1599
location
1600
* Mon Mar 2 14:40:19 CET 2009 - mhrusecky@suse.cz
1601
- dropping mysql-storage-plugins package (now part of mysql
1602
base package)
1603
* Fri Feb 27 16:04:57 CET 2009 - mhrusecky@suse.cz
1604
- fixed main.variables-big test
1605
* Thu Feb 26 17:48:51 CET 2009 - mhrusecky@suse.cz
1606
- fixed federated plugin to avoid versioning
1607
- fixed main.mysqlbinlog_row_big test
1608
- fixed dependencies and other things because of dropped
1609
mysql-Max
1610
* Mon Feb 23 17:28:38 CET 2009 - mhrusecky@suse.cz
1611
- updated to 5.1.31, see
1612
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-31.html
1613
* mysql-5.1.30-test-daemon-sbin.patch no longer needed as
1614
something better was accepted upstream
1615
* mysql-openssl-test.patch is already in upstream too
1616
* Mon Feb 23 15:25:22 CET 2009 - mhrusecky@suse.cz
1617
- dropping unused rc.mysql file
1618
- fixed status detection
1619
* Fri Feb 20 15:06:22 CET 2009 - mhrusecky@suse.cz
1620
- innodb support compiled as a static part of MySQL
1621
- getting rid of sysconfig
1622
* Tue Jan 20 18:39:38 CET 2009 - mhrusecky@suse.cz
1623
- automatic plugins loading
1624
* Mon Jan 5 18:34:40 CET 2009 - mhrusecky@suse.cz
1625
- init script checks for relative paths (bnc#463586)
1626
* Mon Dec 8 17:27:29 CET 2008 - mhrusecky@suse.cz
1627
- updated to 5.1.30, see
1628
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-28.html
1629
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-29.html
1630
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-30.html
1631
- indentation in rc scripts fixed (bnc#435519)
1632
- more comments and minor fixes in spec file
1633
- using symlinks for mysql-test-run and mtr as these are the
1634
same files and they needs some patching
1635
- fixed some of the automatic tests
1636
- dropping some patches which are no longer used
1637
* Thu Sep 25 12:05:46 CEST 2008 - mmarek@suse.cz
1638
- merged init script changes from the 5.0 package
1639
* Wed Jul 30 14:57:46 CEST 2008 - mmarek@suse.cz
1640
- updated to 5.1.26-rc, see
1641
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-26.html
1642
* Fri Jul 4 12:58:41 CEST 2008 - mmarek@suse.cz
1643
- updated to 5.1.25-rc, for changes see
1644
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-24.html
1645
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-25.html
1646
* Fri Mar 14 14:19:36 CET 2008 - mmarek@suse.cz
1647
- fixed mysqld_multi.patch (bnc#371000)
1648
* Fri Mar 14 13:31:01 CET 2008 - mmarek@suse.cz
1649
- add 'user = mysql' to mysqld_multi example groups
1650
* Fri Mar 14 09:06:11 CET 2008 - mmarek@suse.cz
1651
- dropped README.SUSE (bnc#357634)
1652
- moved mysql_upgrade to the server package (bnc#366820)
1653
* Thu Mar 13 17:29:32 CET 2008 - mmarek@suse.cz
1654
- adjusted license tags
1655
* Wed Mar 12 18:48:52 CET 2008 - mmarek@suse.cz
1656
- finally convert err-log to log-error in my.cnf
1657
* Wed Mar 12 17:58:03 CET 2008 - mmarek@suse.cz
1658
- shortened the comment in sysconfig.mysql, a detailed
1659
description or HOWTO can be added to a README (created a
1660
draft)
1661
* Wed Mar 12 16:03:16 CET 2008 - mmarek@suse.cz
1662
- don't preinstall /var/lib/mysql-databases, create datadirs
1663
in mysqld_multi on first startup insteal
1664
* Tue Mar 11 13:38:33 CET 2008 - mmarek@suse.cz
1665
- updated to 5.1.23-rc
1666
* fixes CVE-2007-5970
1667
* for other changes see
1668
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-23.html
1669
* Tue Feb 12 12:00:00 CET 2008 - richard@radoeka.nl
1670
- Added multi database support by
1671
o updating /etc/init.d/mysql, it has now 2 legs the existing
1672
one to start a single database, and a new one to start and
1673
stop multiple database.
1674
o Added a sysconfig variable
1675
o Added a directory /var/lib/mysql-databases to hold
1676
databases,
1677
o Updated /etc/my.cnf with some examples database
1678
configurations
1679
* Fri Nov 9 15:51:08 CET 2007 - mmarek@suse.cz
1680
- removed the sles9 workaround that's not needed anymore and
1681
breaks sles9 builds instead
1682
* Wed Oct 10 22:30:44 CEST 2007 - mmarek@suse.cz
1683
- merged the standard and Max server packages
1684
- example, csv and federated storage engines are packaged in
1685
mysql-storage-plugins
1686
- build the NDB cluster:
1687
* mysql-ndb-storage
1688
* mysql-ndb-management
1689
* mysql-ndb-tools
1690
* mysql-ndb-extra
1691
- removed libmysqlclient static libraries and .la files
1692
- moved libmysqlclient and libmysqld to %%_libdir, %%_libdir/mysql
1693
will only be used for the server plugins
1694
* Mon Oct 1 19:55:46 CEST 2007 - mmarek@suse.cz
1695
- initial 5.1 packaging (5.1.22-rc)
1696
* ported the 5.0 spec file to make it build at least
1697
* highlights from the "What's New" list
1698
(http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html):
1699
- table partitioning
1700
- plugin API
1701
- event scheduler
1702
- basic XML functions (ExtractValue() and UpdateXML())
1703
- mysqlslap load emulator
1704
1705
-------------------------------------------------------------------
1706
Mon Mar 30 01:05:45 CEST 2009 - crrodriguez@suse.de
1707
1708
- configure flag --with-pic is not really used for libmysqld.a
1709
restore -fPIC in CFLAGS
1710
1711
-------------------------------------------------------------------
1712
Tue Mar 3 02:15:37 CET 2009 - crrodriguez@suse.de
1713
1714
- use --disable-static, note that this will only
1715
remove static libraries that have shared counterparts, those
1716
in static form only remain available as usual (saves around 6MB)
1717
- remove "la" files
1718
1719
-------------------------------------------------------------------
1720
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
1721
1722
- obsolete old -XXbit packages (bnc#437293)
1723
1724
-------------------------------------------------------------------
1725
Thu Oct 23 18:24:37 CEST 2008 - mmarek@suse.cz
1726
1727
- fix mysql_install_db when the hostname is 'localhost'
1728
(bnc#429618, mysql#35754)
1729
1730
-------------------------------------------------------------------
1731
Thu Sep 25 16:45:53 CEST 2008 - mmarek@suse.cz
1732
1733
- build -max and -debug with --with-big-tables and archive, csv,
1734
example, blackhole and federated engines to match the binary
1735
builds provided by MySQL (bnc#427384)
1736
1737
-------------------------------------------------------------------
1738
Fri Sep 12 18:33:47 CEST 2008 - mmarek@suse.cz
1739
1740
- better fix for CVE-2008-2079 (bnc#425079, mysql#32167)
1741
1742
-------------------------------------------------------------------
1743
Fri Sep 12 15:37:25 CEST 2008 - mmarek@suse.de
1744
1745
- remove no longer needed s390 workaround
1746
1747
-------------------------------------------------------------------
1748
Tue Sep 2 11:08:38 CEST 2008 - mmarek@suse.cz
1749
1750
- fix mysql_config --libs output (bnc#420313, mysql#39175)
1751
1752
-------------------------------------------------------------------
1753
Mon Aug 25 10:04:20 CEST 2008 - mmarek@suse.cz
1754
1755
- updated to 5.0.67, for changes see
1756
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html
1757
1758
1759
-------------------------------------------------------------------
1760
Mon Aug 18 15:48:07 CEST 2008 - mmarek@suse.de
1761
1762
- add Required-Stop: $network $remote_fs to the init script
1763
1764
-------------------------------------------------------------------
1765
Fri May 30 15:35:17 CEST 2008 - mmarek@suse.cz
1766
1767
- fix a race in rcmysql restart between the old mysql removing it's
1768
pid file and exiting - use checkproc -p (bnc#359522, bnc#332530,
1769
#395710)
1770
1771
-------------------------------------------------------------------
1772
Thu May 22 22:02:23 CEST 2008 - mmarek@suse.cz
1773
1774
- increase timeout in rcmysql stop, should fix failed restarts
1775
(bnc#359522, bnc#332530)
1776
1777
-------------------------------------------------------------------
1778
Mon May 19 15:02:38 CEST 2008 - mmarek@suse.cz
1779
1780
- fixed a privilege bypass with DATA/INDEX DIRECTORY
1781
(bnc#387746, mysql#32167, CVE-2008-2079)
1782
1783
-------------------------------------------------------------------
1784
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
1785
1786
- added baselibs.conf file to build xxbit packages
1787
for multilib support
1788
1789
-------------------------------------------------------------------
1790
Fri Mar 14 14:19:36 CET 2008 - mmarek@suse.cz
1791
1792
- fixed mysqld_multi.patch (bnc#371000)
1793
1794
-------------------------------------------------------------------
1795
Fri Mar 14 13:31:01 CET 2008 - mmarek@suse.cz
1796
1797
- add 'user = mysql' to mysqld_multi example groups
1798
1799
-------------------------------------------------------------------
1800
Fri Mar 14 09:21:41 CET 2008 - mmarek@suse.cz
1801
1802
- synced with server:database:mysql51
1803
- dropped README.SUSE (bnc#357634)
1804
- moved mysql_upgrade to the server package (bnc#366820)
1805
- adjusted license tags
1806
- finally convert err-log to log-error in my.cnf
1807
- Added multi database support by
1808
o updating /etc/init.d/mysql, it has now 2 legs the existing one to start
1809
a single database, and a new one to start and stop multiple database.
1810
o Added a sysconfig variable
1811
o Updated /etc/my.cnf with some examples database configurations
1812
(Done by Richard Bos, minor edits by me, bnc#353120)
1813
1814
1815
-------------------------------------------------------------------
1816
Tue Feb 26 13:50:00 CET 2008 - mmarek@suse.cz
1817
1818
- updated to 5.0.51a
1819
* incorporates previous security fixes
1820
1821
-------------------------------------------------------------------
1822
Fri Jan 4 15:25:50 CET 2008 - mmarek@suse.cz
1823
1824
- updated to 5.0.51
1825
* statements that contain unclosed /*-comments now are rejected
1826
with a syntax error [mysql#28779]
1827
* server parser performance improvements [mysql#30625,
1828
mysql#30237]
1829
* security fix: CVE-2007-5969 / mysql#32111
1830
* for a full list of changes, see
1831
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
1832
- fixed CVE-2007-6303 / mysql#29908
1833
- fixed CVE-2007-6304 / mysql#29801
1834
- fixed several testsuite failures
1835
(mybug25359.patch, mybug32458.patch, mybug33050.patch)
1836
1837
-------------------------------------------------------------------
1838
Wed Dec 26 07:45:12 CET 2007 - crrodriguez@suse.de
1839
1840
- fix library-without-ldconfig-postun
1841
1842
-------------------------------------------------------------------
1843
Thu Nov 8 13:39:51 CET 2007 - mmarek@suse.cz
1844
1845
- avoid using distributed pregenerated files instead of
1846
files generated in the builddirs
1847
1848
-------------------------------------------------------------------
1849
Fri Aug 31 13:46:48 CEST 2007 - mmarek@suse.cz
1850
1851
- make sure mysql-shared is replaced by libmysqlclient15 when
1852
updating from 10.1 or 10.2 [#306556]
1853
1854
-------------------------------------------------------------------
1855
Wed Aug 29 17:55:40 CEST 2007 - mmarek@suse.cz
1856
1857
- fix for http://bugs.mysql.com/30069
1858
(thanks to Richard Guenther)
1859
1860
-------------------------------------------------------------------
1861
Tue Aug 21 10:21:49 CEST 2007 - mmarek@suse.cz
1862
1863
- make TMPDIR relative to datadir= setting in /etc/my.cnf
1864
- add a hint about changing datadir to rcmysql [#285076]
1865
1866
-------------------------------------------------------------------
1867
Fri Jul 27 11:14:56 CEST 2007 - mmarek@suse.cz
1868
1869
- updated to 5.0.45, for changes see
1870
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-45.html
1871
1872
-------------------------------------------------------------------
1873
Mon Jul 2 10:58:59 CEST 2007 - mmarek@suse.cz
1874
1875
- mysql_upgrade: don't fail if the db is already up-to-date
1876
[#287209] (mysql_upgrade-exit-status.patch)
1877
1878
-------------------------------------------------------------------
1879
Mon Jun 4 15:14:50 CEST 2007 - mmarek@suse.cz
1880
1881
- updated the mysql-test package (there are still some failures
1882
that don't occur during build-time tests)
1883
- use a new version of the mysql_upgrade program, which finally
1884
handles errors from /usr/bin/mysql correctly
1885
1886
-------------------------------------------------------------------
1887
Fri Jun 1 09:15:49 CEST 2007 - mmarek@suse.cz
1888
1889
- fixed build for older distributions in the buildservice
1890
1891
-------------------------------------------------------------------
1892
Tue May 29 12:58:35 CEST 2007 - mmarek@suse.de
1893
1894
- run ldconfig in %%post of library packages
1895
- don't copy example my.cnf files to /usr/share/doc (they're
1896
already installed in /usr/share/mysql
1897
- fixed libmysqlclient-devel dependencies
1898
1899
-------------------------------------------------------------------
1900
Mon May 28 10:34:45 CEST 2007 - mmarek@suse.cz
1901
1902
- updated to 5.0.41, for changes see
1903
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-37.html
1904
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-41.html
1905
- fixed --with testsuite build [#252630]
1906
- renamed subpackages according to library packaging policy:
1907
mysql-shared -> libmysqlclient15, libmysqlclient_r15
1908
mysql-devel -> libmysqlclient-devel (pulls in both flavors)
1909
- increased rcmysql start timeout to 30 seconds, don't return
1910
failure if mysql doesn't start early enough (except for update
1911
case) [#273938]
1912
1913
-------------------------------------------------------------------
1914
Thu Mar 29 10:58:14 CEST 2007 - mmarek@suse.de
1915
1916
- BuildRequires fixes:
1917
+ ncurses-devel
1918
+ zlib-devel
1919
+ procps (configure needs /bin/ps)
1920
+ pwdutils (to be able to install the package in the build root)
1921
+ use sed instead of ex in the s390 workaround
1922
- build with -DFORCE_INIT_OF_VARS to get rid of some uninitialized
1923
variable warnings
1924
1925
-------------------------------------------------------------------
1926
Mon Mar 12 10:16:55 CET 2007 - mmarek@suse.cz
1927
1928
- added openssl-devel to Requires: of mysql-devel to fix build of
1929
packages using mysql-devel
1930
1931
-------------------------------------------------------------------
1932
Thu Feb 22 17:20:33 CET 2007 - mmarek@suse.cz
1933
1934
- updated to 5.0.33, see
1935
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-33.html
1936
for a list of changes
1937
- added SuSEfirewall2 description file [#246917]
1938
- print a friendly message about "Duplicate column" errors in
1939
mysql_upgrade
1940
[#228248] (mysql_upgrade.patch)
1941
- fixed a typo in /etc/logrotate/mysql [#244620]
1942
- build the client, libraries and the Max server with OpenSSL
1943
support (FIXME: not yet tested, there are some failures in the
1944
testsuite)
1945
- don't package the PDF manual (it's constantly out of date and it
1946
might make more sense to create a noarch mysql-manual.rpm or just
1947
point users to http://dev.mysql.com/doc/ instead)
1948
- don't link libmysql to the various client binaries statically
1949
- created a new mysql-tools subpackage with scripts / binaries
1950
that aren't essential for the client and server packages and
1951
bring additional deps (perl-DBD-mysql namely)
1952
- use VPATH builds for building the different server versions for
1953
easier debugging (no 'make clean' in-between)
1954
- build the client and libraries only once to save build time
1955
(mysql-build-only-server.patch)
1956
- cleaned up spec file
1957
1958
-------------------------------------------------------------------
1959
Mon Jan 22 15:18:36 CET 2007 - mmarek@suse.cz
1960
1961
- silence some gcc warnings (compiler-warnings.patch)
1962
1963
-------------------------------------------------------------------
1964
Wed Jan 3 12:09:38 CET 2007 - mmarek@suse.cz
1965
1966
- mysql-devel doesn't need mysql-client [#231010]
1967
1968
-------------------------------------------------------------------
1969
Tue Dec 19 11:54:45 CET 2006 - mmarek@suse.cz
1970
1971
- updated to 5.0.27
1972
* includes the fix for http://bugs.mysql.com/bug.php?id=23427
1973
- fixed build with tar-1.16
1974
- fixed small typo in README.SuSE, renamed to README.SUSE [#226716]
1975
1976
-------------------------------------------------------------------
1977
Thu Nov 23 11:28:15 CET 2006 - mmarek@suse.de
1978
1979
- don't run killproc in rcmysql to avoid sending SIGKILL if
1980
possible [#223209]
1981
1982
-------------------------------------------------------------------
1983
Wed Nov 15 17:16:46 CET 2006 - mmarek@suse.de
1984
1985
- create user mysql with shell /bin/false, because 'su mysql' is
1986
not needed anymore (see bug #57071)
1987
1988
-------------------------------------------------------------------
1989
Wed Nov 15 12:30:43 CET 2006 - mmarek@suse.cz
1990
1991
- use /var/lib/mysql/.tmp instead of /var/lib/mysql/tmp to avoid
1992
collision with a database named 'tmp' [#221188]
1993
1994
-------------------------------------------------------------------
1995
Tue Nov 14 12:10:16 CET 2006 - mmarek@suse.cz
1996
1997
- use upstream patch for the varbinary upgrade problem (fixes the
1998
problem in the REPAIR TABLE implementation, not in the mysqlcheck
1999
program)
2000
[#188134, http://bugs.mysql.com/bug.php?id=19371]
2001
2002
-------------------------------------------------------------------
2003
Tue Oct 31 16:56:24 CET 2006 - mmarek@suse.cz
2004
2005
- fixed another binary incompatibility in mysql-shared
2006
[http://bugs.mysql.com/bug.php?id=23427] (mybug23427.patch)
2007
2008
-------------------------------------------------------------------
2009
Thu Oct 19 16:02:59 CEST 2006 - pnemec@suse.cz
2010
2011
- updated to 5.0.26
2012
* fixes security bugs CVE-2006-4226 and CVE-2006-4227
2013
* Ctrl-C in the mysql CLI client tries to kill the current
2014
statement first, instead of exiting
2015
* mysqlshow treats wild characters such as '_' as literal, if the
2016
argument matches a single database name exactly
2017
* DROP VIEW with multiple views will try to drop remaining views
2018
and not stop at first error
2019
* the server now issues a warning if it removes leading spaces
2020
from an alias
2021
* the VIEW_DEFINITION column of the INFORMATION_SCHEMA VIEWS
2022
table now contains information about the view algorithm
2023
* mysql_upgrade doesn't read the [client] section of my.cnf, only
2024
the [mysql_upgrade] section
2025
* the LOAD DATA FROM MASTER and LOAD TABLE FROM MASTER statements
2026
are deprecated, see
2027
http://dev.mysql.com/doc/refman/5.0/en/load-data-from-master.html
2028
* mysqldump now has a --flush-privileges option. It causes
2029
mysqldump to emit a FLUSH PRIVILEGES statement after dumping
2030
the mysql database
2031
* lots of bugfixes
2032
- new patch uninitialized_variable.patch
2033
2034
-------------------------------------------------------------------
2035
Mon Oct 16 10:37:29 CEST 2006 - mmarek@suse.cz
2036
2037
- The ISAM storage engine is no longer supported, update the
2038
warning in rc.mysql.
2039
2040
-------------------------------------------------------------------
2041
Mon Oct 2 13:17:19 CEST 2006 - mmarek@suse.cz
2042
2043
- updated to version 5.0.24a
2044
* fixes a binary incompatibility of mysql-shared introduced in
2045
5.0.24
2046
* fixes a buffer overflow caused by statements with long DEFINER
2047
clause
2048
* fixes crash when closing temporary tables
2049
2050
-------------------------------------------------------------------
2051
Mon Sep 11 19:45:32 CEST 2006 - joeshaw@suse.de
2052
2053
- Add the libmysqld static libraries to the devel package.
2054
2055
-------------------------------------------------------------------
2056
Wed Aug 16 16:17:39 CEST 2006 - mmarek@suse.cz
2057
2058
- updated to version 5.0.24
2059
* added the --ssl-verify-server-cert option to MySQL client
2060
programs and MYSQL_OPT_SSL_VERIFY_SERVER_CERT for
2061
mysql_options()
2062
* new ssl_ca, ssl_capath, ssl_cert, ssl_cipher, and ssl_key
2063
system variables
2064
* added --skip-merge option to disable the MERGE storage engine,
2065
because it has a minor security problem
2066
[http://bugs.mysql.com/20230]
2067
* mysql_upgrade script reimplemented in C
2068
* bug fixes
2069
- dropped obsolete CVE-2006-0903.patch and pick_args.patch,
2070
added my_libwrap.patch [http://bugs.mysql.com/18246]
2071
2072
-------------------------------------------------------------------
2073
Tue Aug 1 16:46:22 CEST 2006 - mmarek@suse.cz
2074
2075
- removed Recommends: from mysql-debug, it doesn't work on older
2076
dists
2077
2078
-------------------------------------------------------------------
2079
Mon Jul 31 16:14:05 CEST 2006 - mmarek@suse.cz
2080
2081
- created a new mysql-debug package compiled with --with-debug
2082
and removed the --with debug rpmbuild option
2083
- fixed --core-file option to really work when the server is
2084
started by root
2085
(coredump.patch) [http://bugs.mysql.com/bug.php?id=21361]
2086
- added a README.debug describing how to debug mysqld crashes
2087
- cleaned up rc.mysql a bit
2088
- the server depends on a minimal mysql-client version to make
2089
sure a recent mysqlcheck is available for rc.mysql
2090
2091
-------------------------------------------------------------------
2092
Mon Jul 31 10:03:39 CEST 2006 - mmarek@suse.cz
2093
2094
- fixed some leaks and overflos in varbinary-upgrade.patch
2095
2096
-------------------------------------------------------------------
2097
Fri Jul 21 10:28:09 CEST 2006 - mmarek@suse.cz
2098
2099
- workaround an incompatibility with pre-5.0 varbinary fields:
2100
update the .frm file and remove trailing zeros and spaces
2101
in 'mysqlcheck --check-upgrade'
2102
[#188134, http://bugs.mysql.com/bug.php?id=19371]
2103
(varbinary-upgrade.patch)
2104
2105
-------------------------------------------------------------------
2106
Fri Jun 30 15:17:39 CEST 2006 - mmarek@suse.cz
2107
2108
- use --skip-networking when running the server with
2109
--skip-grant-tables in rcmysql (problem reported by Lenz Grimmer)
2110
2111
-------------------------------------------------------------------
2112
Mon Jun 19 10:48:57 CEST 2006 - mmarek@suse.cz
2113
2114
- updated to 5.0.22
2115
* new mysql_upgrade script for easies upgrades from previous
2116
versions
2117
* libmysqlclient.so uses versioned symbols
2118
* new 'charset' command in the mysql client to switch charsets
2119
without reconnecting
2120
* lots of bugfixes
2121
- modified rcmysql to use the mysql_upgrade script
2122
- the testsuite can be run in %%build again (run
2123
rpmbuild --with testsuite ... mysql.spec)
2124
- dropped patches: lib64.patch, sql_parse.patch
2125
2126
-------------------------------------------------------------------
2127
Thu Jun 1 14:32:13 CEST 2006 - mmarek@suse.cz
2128
2129
- build as user
2130
2131
-------------------------------------------------------------------
2132
Wed May 3 13:59:11 CEST 2006 - mmarek@suse.cz
2133
2134
- fix buffer overflow and and reading uninitialized memory using
2135
the COM_TABLE_DUMP protocol command (fix from the 5.0.21 release)
2136
[#172155] (sql_parse.patch)
2137
2138
-------------------------------------------------------------------
2139
Tue Apr 4 13:58:58 CEST 2006 - mmarek@suse.cz
2140
2141
- don't allow \0 in SQL even in comments
2142
[#163157] (CVE-2006-0903.patch)
2143
2144
-------------------------------------------------------------------
2145
Mon Mar 27 13:54:20 CEST 2006 - mmarek@suse.cz
2146
2147
- require mysql-shared = %%version in mysql-devel
2148
2149
-------------------------------------------------------------------
2150
Tue Mar 7 11:14:53 CET 2006 - mmarek@suse.cz
2151
2152
- mail error message and explanation in logrotote script
2153
[#155341] (logrotate.patch)
2154
2155
-------------------------------------------------------------------
2156
Mon Mar 6 12:45:30 CET 2006 - mmarek@suse.cz
2157
2158
- make err-log option work again
2159
- put a symlink to the logfile into /var/log
2160
[#155341] (4x-compat.patch)
2161
2162
-------------------------------------------------------------------
2163
Tue Jan 31 18:23:44 CET 2006 - mmarek@suse.cz
2164
2165
- run mysql_fix_privilege_tables.sql when upgrading from 4.1
2166
[#146739]
2167
2168
-------------------------------------------------------------------
2169
Wed Jan 25 21:38:29 CET 2006 - mls@suse.de
2170
2171
- converted neededforbuild to BuildRequires
2172
2173
-------------------------------------------------------------------
2174
Tue Jan 10 14:49:32 CET 2006 - mmarek@suse.cz
2175
2176
- created a new package mysql-test
2177
- removed unnecessary %%suse_update_config
2178
2179
-------------------------------------------------------------------
2180
Mon Jan 2 13:32:53 CET 2006 - mmarek@suse.cz
2181
2182
- update to 5.0.18
2183
2184
-------------------------------------------------------------------
2185
Tue Dec 6 09:36:35 CET 2005 - mmarek@suse.cz
2186
2187
- update to 5.0.16
2188
2189
-------------------------------------------------------------------
2190
Thu Dec 1 10:54:15 CET 2005 - mmarek@suse.cz
2191
2192
- try postadal's update in BETA
2193
2194
-------------------------------------------------------------------
2195
Tue Oct 25 20:28:02 CEST 2005 - postadal@suse.cz
2196
2197
- updated to version 5.0.15 [#119929]
2198
- removed obsoleted buffer-overflow.patch
2199
- fixed gcc issue
2200
2201
-------------------------------------------------------------------
2202
Thu Sep 1 12:19:57 CEST 2005 - pnemec@suse.cz
2203
2204
- fixed bug #95729 : set $TMPDIR to /var/lib/mysql/tmp
2205
2206
-------------------------------------------------------------------
2207
Tue Aug 30 17:59:08 CEST 2005 - lmuelle@suse.de
2208
2209
- Use MySQL for any output of the init script and add a space at each line we
2210
output.
2211
2212
-------------------------------------------------------------------
2213
Tue Jul 26 18:30:33 CEST 2005 - postadal@suse.cz
2214
2215
- updated to version 4.1.13
2216
- removed obsoleted sentinel.patch
2217
- added glibc-devel zlib-devel to devel requires
2218
2219
-------------------------------------------------------------------
2220
Fri May 20 15:56:01 CEST 2005 - mcihar@suse.cz
2221
2222
- update to 4.1.12 (fixes tmp race, bug #84740)
2223
2224
-------------------------------------------------------------------
2225
Fri Apr 22 15:54:17 CEST 2005 - mcihar@suse.cz
2226
2227
- fix buffer overflow in test
2228
2229
-------------------------------------------------------------------
2230
Thu Apr 21 08:37:42 CEST 2005 - tcrhak@suse.de
2231
2232
- use $datadir when initializing a new database (bug #63707)
2233
2234
-------------------------------------------------------------------
2235
Wed Apr 6 12:20:11 CEST 2005 - mcihar@suse.cz
2236
2237
- update to 4.1.11
2238
- compile against readline (bug #75901)
2239
2240
-------------------------------------------------------------------
2241
Sun Apr 3 12:43:10 CEST 2005 - aj@suse.de
2242
2243
- Fix GCC 4 warning.
2244
2245
-------------------------------------------------------------------
2246
Fri Apr 1 14:39:04 CEST 2005 - mcihar@suse.cz
2247
2248
- enable ISAM engine (bug #75320)
2249
- warn about existing ISAM tables (bug #75320)
2250
- fix init script to update MySQL tables on upgrade (bug #75321)
2251
2252
-------------------------------------------------------------------
2253
Thu Mar 10 11:33:17 CET 2005 - mcihar@suse.cz
2254
2255
- update to 4.1.10a (bug #71788)
2256
2257
-------------------------------------------------------------------
2258
Tue Feb 15 14:25:12 CET 2005 - mcihar@suse.cz
2259
2260
- update to 4.1.10 (bug #50825)
2261
2262
-------------------------------------------------------------------
2263
Thu Feb 10 15:08:33 CET 2005 - mcihar@suse.cz
2264
2265
- disable actually test also for second build
2266
2267
-------------------------------------------------------------------
2268
Tue Feb 8 15:25:50 CET 2005 - mcihar@suse.cz
2269
2270
- remove tests at all, these timeout in autobuild and work okay when
2271
building manyally
2272
2273
-------------------------------------------------------------------
2274
Fri Feb 4 17:40:44 CET 2005 - mcihar@suse.cz
2275
2276
- increase test timeout not to fail so often
2277
2278
-------------------------------------------------------------------
2279
Mon Jan 24 18:46:30 CET 2005 - mcihar@suse.cz
2280
2281
- update to 4.1.9
2282
- normal version now also supports InnoDB as well as original MySQL packages
2283
- update mysql tables on server start if needed
2284
2285
-------------------------------------------------------------------
2286
Fri Sep 17 16:32:32 CEST 2004 - ro@suse.de
2287
2288
- added symlinks for libmysqlclient_r also in libdir/mysql
2289
2290
-------------------------------------------------------------------
2291
Fri Sep 17 14:00:23 CEST 2004 - tcrhak@suse.cz
2292
2293
- added symlink libmysqlclient_r.so -> libmysqlclient_r.so.12.0.0
2294
to the file list of mysql-devel (bug #44700)
2295
2296
-------------------------------------------------------------------
2297
Fri Sep 10 16:41:04 CEST 2004 - tcrhak@suse.cz
2298
2299
- update to 4.0.21
2300
2301
-------------------------------------------------------------------
2302
Thu Sep 02 10:50:22 CEST 2004 - tcrhak@suse.cz
2303
2304
- do not use /var/adm/notify for notification mails (bug #44357)
2305
- updated README.SuSE (bug #44332)
2306
- be more verbose in the initial welcome message of mysql_install_db
2307
(also bug #44332)
2308
2309
-------------------------------------------------------------------
2310
Thu Aug 19 13:35:09 CEST 2004 - tcrhak@suse.cz
2311
2312
- update to version 4.0.20
2313
- use group 'mysql' instead of 'daemon' for mysqld (bug #42071)
2314
- fixed a lib64 issue in mysql_config
2315
- applied patch for a security hole in mysqlhotcopy (bug #43829)
2316
- fixed a typo in rcmysql (bug #41055)
2317
- fix in order not to use initgroups() (caused segfault when used
2318
with ldap, bug #39798)
2319
2320
-------------------------------------------------------------------
2321
Fri Apr 02 14:07:42 CEST 2004 - tcrhak@suse.cz
2322
2323
- fixed tmp race in mysqlbug (bug #37115)
2324
2325
-------------------------------------------------------------------
2326
Wed Mar 31 11:39:54 CEST 2004 - tcrhak@suse.cz
2327
2328
- mysql: added dependency on perl-DBD-mysql (bug #36500)
2329
- fixed timezone.test (patch timezone)
2330
2331
-------------------------------------------------------------------
2332
Sat Mar 27 19:09:25 CET 2004 - ro@suse.de
2333
2334
- mysql-bench: replace perl-Msql-Mysql-modules by perl-DBD-mysql
2335
in requires
2336
2337
-------------------------------------------------------------------
2338
Wed Mar 17 16:38:21 CET 2004 - tcrhak@suse.cz
2339
2340
- use -f when running hostname in mysql_install_db (bug #36060)
2341
2342
-------------------------------------------------------------------
2343
Fri Feb 20 10:42:00 CET 2004 - tcrhak@suse.cz
2344
2345
- added /usr/bin/myisam_ftdump to filelist
2346
- updated manual.pdf to the latest version (2004-02-20)
2347
2348
-------------------------------------------------------------------
2349
Wed Feb 18 13:00:25 CET 2004 - tcrhak@suse.cz
2350
2351
- update to version 4.0.18
2352
2353
-------------------------------------------------------------------
2354
Fri Feb 6 11:05:40 CET 2004 - kukuk@suse.de
2355
2356
- Compile with -fno-strict-aliasing
2357
2358
-------------------------------------------------------------------
2359
Wed Oct 29 17:18:33 CET 2003 - tcrhak@suse.cz
2360
2361
- use socket to detect the start of mysqld instead
2362
of 'mysqladmin ping' again [bug #31605]
2363
2364
-------------------------------------------------------------------
2365
Tue Sep 16 12:47:18 CEST 2003 - tcrhak@suse.cz
2366
2367
- fixed the postrotate script [bug #30985]
2368
2369
-------------------------------------------------------------------
2370
Mon Sep 15 20:25:10 CEST 2003 - tcrhak@suse.cz
2371
2372
- fixed bogus 'start failed' reporting [bug #30210]
2373
2374
-------------------------------------------------------------------
2375
Thu Sep 11 14:43:19 CEST 2003 - tcrhak@suse.cz
2376
2377
- update to version 4.0.15
2378
2379
-------------------------------------------------------------------
2380
Thu Aug 28 13:05:51 CEST 2003 - meissner@suse.de
2381
2382
- Readded ppc/ppc64 mutex patch.
2383
2384
-------------------------------------------------------------------
2385
Mon Aug 25 09:09:01 CEST 2003 - tcrhak@suse.cz
2386
2387
- updated to version 4.0.14
2388
- added patch overflow
2389
- added macros %stop_on_removal and %restart_on_update
2390
- updated the pdf manual to version 2003-08-22
2391
2392
-------------------------------------------------------------------
2393
Fri May 30 16:22:59 CEST 2003 - tcrhak@suse.cz
2394
2395
- fixed installed unpacked files
2396
2397
-------------------------------------------------------------------
2398
Fri May 16 18:29:57 CEST 2003 - tcrhak@suse.cz
2399
2400
- update to version 4.0.12
2401
- require mysql-client in the main package (needed for logrotate)
2402
- use mysqladmin ping in logrotate script
2403
- commented out log_bin in my.cnf (my-medium.cnf) (bug #26716)
2404
2405
-------------------------------------------------------------------
2406
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
2407
2408
- fix install_info --delete call and move from preun to postun
2409
2410
-------------------------------------------------------------------
2411
Fri Mar 7 12:13:25 CET 2003 - kukuk@suse.de
2412
2413
- Fix useradd options
2414
2415
-------------------------------------------------------------------
2416
Sun Feb 23 11:05:06 CET 2003 - tcrhak@suse.cz
2417
2418
- added %fillup_prereq and %insserv_prereq [bug #24039]
2419
2420
-------------------------------------------------------------------
2421
Fri Feb 14 12:31:40 CET 2003 - tcrhak@suse.cz
2422
2423
- updated to version 3.23.55
2424
- updated the pdf manual to version 2002-07-26
2425
- fixed script mysql_install_db to use mysql-max if present
2426
( necessary if e.g. options concerning innodb are
2427
uncommented prior to starting mysqld )
2428
- on start-up, detach from the terminal [bug #18440]
2429
- added %install_info macros
2430
2431
-------------------------------------------------------------------
2432
Fri Jan 17 13:14:25 CET 2003 - bg@suse.de
2433
2434
- Disabled berkeley db backend for hppa
2435
2436
-------------------------------------------------------------------
2437
Mon Dec 2 14:49:52 CET 2002 - ro@suse.de
2438
2439
- include errno.h
2440
2441
-------------------------------------------------------------------
2442
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
2443
2444
- removed bogus self-provides
2445
2446
-------------------------------------------------------------------
2447
Sat Aug 24 16:09:52 CEST 2002 - kukuk@suse.de
2448
2449
- Disabled berkeley db backend for SPARC
2450
2451
-------------------------------------------------------------------
2452
Mon Aug 19 18:55:07 CEST 2002 - bk@suse.de
2453
2454
- Update to 3.23.52, which is a bugfix release for 3.23.51. Fixes (trimmed):
2455
o Fixed security bug when having an empty database name in the user.db table.
2456
o Changed initialisation of RND() to make it less predicatable.
2457
o Fixed GROUP BY on result with expression that created a BLOB field.
2458
o Fixed thread bug in SLAVE START, SLAVE STOP and automatic repair of MyISAM
2459
tables that could cause table cache to be corrupted.
2460
o Fixed possible thread related key-cache-corruption problem with OPTIMIZE
2461
TABLE and REPAIR TABLE.
2462
o Fixed bug with creating an auto-increment value on second part of a UNIQUE()
2463
key where first part could contain NULL values.
2464
o Don't write slave-timeout reconnects to the error log.
2465
o Fixed bug with slave net read timeouting
2466
o Fixed a core-dump bug with MERGE tables and MAX() function.
2467
o Fixed bug in ALTER TABLE with BDB tables.
2468
o Fixed bug when logging LOAD DATA INFILE to binary log with no active database.
2469
o Fixed a bug in range optimiser (causing crashes).
2470
o Fixed possible problem in replication when doing DROP DATABASE on a database
2471
with InnoDB tables.
2472
- add fileutils to PreReq and use echo instead of cat.
2473
2474
-------------------------------------------------------------------
2475
Mon Aug 12 14:22:35 CEST 2002 - max@suse.de
2476
2477
- Using pthread mutexes instead of atomic_* on s390 and s390x,
2478
because mysql casts &int to (atomic_t *) when calling the atomic
2479
functions which breaks the alignment constraints of atomic_t.
2480
2481
-------------------------------------------------------------------
2482
Tue Jul 23 20:33:25 CEST 2002 - kukuk@suse.de
2483
2484
- Fix useradd call
2485
2486
-------------------------------------------------------------------
2487
Mon Jul 22 10:51:28 CEST 2002 - kukuk@suse.de
2488
2489
- Create user mysql
2490
2491
-------------------------------------------------------------------
2492
Mon Jul 22 09:57:30 CEST 2002 - max@suse.de
2493
2494
- New version: 3.23.51.
2495
- Init script doesn't source /etc/rc.config anymore [#17122].
2496
- Disabled berkeley db backend for alpha and x86_64 as well.
2497
- Still breaks on s390x, and x86_64.
2498
2499
-------------------------------------------------------------------
2500
Fri Jun 14 16:43:46 CEST 2002 - meissner@suse.de
2501
2502
- Reenabled make test.
2503
- Rerun auto* tools so libtool works on ppc64.
2504
- Do not use the berkeley DB backend on s390,s390x,ppc,ppc64,axp,mips
2505
(needs to be fixed some time)
2506
- Use generic AC_SYS_LARGEFILE macro.
2507
- Do not use asm/atomic stuff on ppc64 (long vs int problem).
2508
- Use CONFIG_SMP for other asm/atomic stuff instead of __SMP__.
2509
2510
-------------------------------------------------------------------
2511
Mon May 27 12:11:31 CEST 2002 - meissner@suse.de
2512
2513
- Disabled make test for x86_64 for now.
2514
- More %_lib fixes, packaged libmysqlclient.so symlink into devel, the
2515
rest *.so.* into shared.
2516
2517
-------------------------------------------------------------------
2518
Wed Apr 24 12:57:49 CEST 2002 - meissner@suse.de
2519
2520
- started x86_64 work. Implemented required fast mutex,
2521
now only the test suite fail.
2522
2523
-------------------------------------------------------------------
2524
Fri Feb 15 16:07:35 CET 2002 - grimmer@suse.de
2525
2526
- Update to 3.23.48 (bugfixes) - MySQL 3.23 is now considered
2527
STABLE!
2528
* Fixed bug in complicated join with const tables
2529
* Added internal safety checks for InnoDB
2530
* SHOW GRANTS now shows REFERENCES instead of REFERENCE
2531
- use more libdir macros
2532
- safe_mysqld logfile has been renamed from
2533
/var/lib/mysql/<hostname>.log to /var/lib/mysql/mysqld.log and
2534
is properly rotated by logrotate
2535
- updated README.SuSE
2536
2537
-------------------------------------------------------------------
2538
Wed Jan 30 17:10:08 CET 2002 - grimmer@suse.de
2539
2540
- Update to 3.23.47 (bugfixes) - see the following URLs for the
2541
full list of changes:
2542
http://www.mysql.com/doc/N/e/News-3.23.47.html
2543
- re-enabled and adjusted inline-patch
2544
- use libdir and prefix macros in configure call
2545
2546
-------------------------------------------------------------------
2547
Thu Dec 20 13:38:29 CET 2001 - grimmer@suse.de
2548
2549
- added /etc/logrotate.d/mysql
2550
- added log-rotate.patch to fit SuSEs logrotating better
2551
- added debugging symbols and /usr/bin/resolve_stack_dump
2552
- reworked installation section in spec file (create all
2553
directories first)
2554
2555
-------------------------------------------------------------------
2556
Mon Dec 17 10:20:38 CET 2001 - grimmer@suse.de
2557
2558
- Update to 3.23.46 (bugfixes) - see the following URLs for the
2559
full list of changes:
2560
http://www.mysql.com/doc/N/e/News-3.23.45.html
2561
http://www.mysql.com/doc/N/e/News-3.23.46.html
2562
- Changed ldflags from "all-static" to "static" and make sure
2563
to archive *.lai files as well before recompiling (required
2564
to build Midgard), thanks to schwab@suse.de for the patch
2565
- changed mysql-shared file list from /usr/lib/libmysqlclient.so*
2566
to /usr/lib/libmysqlclient.so.*
2567
- removed START_MYSQL rc.config entry for SuSE Linux 8.0, adapted
2568
spec file to reflect this change
2569
- updated README.SuSE
2570
2571
-------------------------------------------------------------------
2572
Wed Nov 21 21:52:49 CET 2001 - grimmer@suse.de
2573
2574
- added check for "socket=" variable in function "parse_arguments"
2575
in the mysql init script (thanks to Aivo Kalu and Peter Marschall
2576
for spotting this) - the init script would issue a "failed"
2577
notice, if the socket variable had been changed to a different
2578
path than /var/lib/mysql/mysql.sock in /etc/my.cnf even though
2579
the MySQL daemon would be up and running [#12411]
2580
2581
-------------------------------------------------------------------
2582
Thu Nov 15 21:35:23 CET 2001 - grimmer@suse.de
2583
2584
- Update to 3.23.44 (bugfixes) - see the following URLs for the
2585
full list of changes:
2586
http://www.mysql.com/doc/N/e/News-3.23.43.html
2587
http://www.mysql.com/doc/N/e/News-3.23.44.html
2588
- added "-felide-constructors -fno-exceptions -fno-rtti" to
2589
CXXFLAGS in spec file (thanks to Monty Widenius for pointing
2590
this out)
2591
- Updated manual.pdf
2592
- disabled inline patch (not required anymore)
2593
- Install /etc/mysqlaccess.conf with permissions set to "640"
2594
instead of "755" [#10871]
2595
2596
-------------------------------------------------------------------
2597
Mon Oct 1 11:23:10 CEST 2001 - schwab@suse.de
2598
2599
- Add patch to allow compilation even if the compiler decides to
2600
not actually inline the two largest inline functions,
2601
page_dir_slot_check() and btr_search_check_guess().
2602
- Don't run automake, fix the extra dependency instead.
2603
2604
-------------------------------------------------------------------
2605
Mon Sep 17 15:29:30 CEST 2001 - grimmer@suse.de
2606
2607
- Update to 3.23.42 (bugfixes) - the following bugs were fixed:
2608
* Fixed problem when using LOCK TABLES and BDB tables.
2609
* Fixed problem with REPAIR TABLE on MyISAM tables with row
2610
lengths between 65517 - 65520 bytes
2611
* Fixed rare hang when doing mysqladmin shutdown when there
2612
was a lot of activity in other threads.
2613
* Fixed problem with INSERT DELAYED where delay thread could
2614
be hanging on upgrading locks without any apparent reasons.
2615
* Fixed problem with myisampack and BLOB.
2616
* Fixes problem when one edited .MRG tables by hand. (Patch
2617
from Benjamin Pflugmann).
2618
* Enforce that all tables in a MERGE table come from the same
2619
database.
2620
* Fixed bug with LOAD DATA INFILE and transactional tables.
2621
* Fix bug when using INSERT DELAYED with wrong column definition.
2622
* Fixed coredump during REPAIR of some particularly broken tables.
2623
* Fixed bug in InnoDB and AUTO_INCREMENT columns.
2624
* Fixed bug in InnoDB and RENAME TABLE columns.
2625
* Fixed critical bug in InnoDB and BLOB columns. If one has used
2626
BLOB columns larger than 8000 bytes in an InnoDB table, one
2627
must dump the table with mysqldump, drop it and restore it
2628
from the dump.
2629
* Applied large patch for OS/2 from Yuri Dario.
2630
* Fixed problem with InnoDB when one could get the error
2631
Can't execute the given command... even when one didn't have
2632
an active transaction.
2633
* Applied some minor fixes that concern Gemini.
2634
* Use real arithmetic operations even in integer context if not
2635
all arguments are integers. (Fixes uncommon bug in some integer
2636
contexts).
2637
* Don't force everything to lower cases on Windows. (To fix
2638
problem with Windows and ALTER TABLE). Now --lower_case_names
2639
also works on Unix.
2640
* Fixed that automatic rollback that is done when thread end
2641
doesn't lock other threads.
2642
2643
-------------------------------------------------------------------
2644
Tue Aug 14 14:11:40 CEST 2001 - grimmer@suse.de
2645
2646
- Update to 3.23.41 (bugfixes, see the changelog at
2647
http://www.mysql.com/doc/N/e/News-3.23.41.html for details)
2648
2649
-------------------------------------------------------------------
2650
Mon Jul 30 14:15:29 CEST 2001 - grimmer@suse.de
2651
2652
- Update to 3.23.40 (see the changelogs at
2653
http://www.mysql.com/doc/N/e/News-3.23.x.html for details)
2654
- spec file: added mysql-Max subpackage that includes all the
2655
new bells and whistles (BerkeleyDB, InnoDB)
2656
- spec file: added "--with-libwrap" compile option to enable
2657
TCP wrapper support
2658
- spec file: reworked the build and install section to ease
2659
the creation of mysqld-max
2660
- rc.mysql: fixed two (trivial) typos
2661
- rc.mysql: make sure to test for mysqld-max as well before
2662
trying to start up
2663
- spec file: moved "replace" and "perror" binaries incl.
2664
man pages to the mysql-client package
2665
- spec file: corrected URLs
2666
- manual.pdf: update to current version
2667
- README.SuSE: updated to document the above changes
2668
2669
-------------------------------------------------------------------
2670
Fri May 4 20:35:32 CEST 2001 - grimmer@suse.de
2671
2672
- Fixed a nasty bug when updating after the database files
2673
have been copied to the new location, but the old ones have
2674
not been removed (#7692) - thanks to Jochen Schulz
2675
<jschulz1@gwdg.de> for spotting this one.
2676
2677
-------------------------------------------------------------------
2678
Sat Apr 28 19:03:03 CEST 2001 - grimmer@suse.de
2679
2680
- Update to 3.23.37 (bugfixes, see
2681
http://www.mysql.com/doc/N/e/News-3.23.37.html for full
2682
changelog)
2683
- fixed init script, now start MySQL using the wrapper script
2684
"safe_mysqld" instead of mysqld again (logging did not work),
2685
fixes for bug [#6876] and [#6840]
2686
- we currently do not enable MySQL-Max, since it is still
2687
considered beta (http://www.mysql.com/downloads/mysql-max-3.23.html)
2688
2689
-------------------------------------------------------------------
2690
Thu Apr 12 14:35:13 CEST 2001 - grimmer@suse.de
2691
2692
- Update to 3.23.36 (bugfix and security release)
2693
full Changelogs for Changes between 3.23.33 and 3.23.36 are here:
2694
http://www.mysql.com/doc/N/e/News-3.23.36.html
2695
http://www.mysql.com/doc/N/e/News-3.23.35.html
2696
http://www.mysql.com/doc/N/e/News-3.23.34.html
2697
- reworked init script
2698
- added more man pages to file list
2699
- reworked README.SuSE
2700
- added automated testing to spec file
2701
2702
-------------------------------------------------------------------
2703
Thu Mar 8 09:39:38 CET 2001 - grimmer@suse.de
2704
2705
- Update to 3.23.33 (bugfix release, see
2706
http://www.mysql.com/doc/N/e/News-3.23.33.html for a complete
2707
list of changes)
2708
- updated manual.pdf
2709
- fixed init script (#6044, "failed" on startup on a 2.4 kernel)
2710
beautified init script output a bit, changed "reload" argument
2711
to "force-reload" and added separate "reload" section
2712
- added some comments about replication and BerkeleyDB code to
2713
README.SuSE
2714
- marked init script as config file in spec file
2715
2716
-------------------------------------------------------------------
2717
Tue Jan 23 10:30:18 CET 2001 - grimmer@suse.de
2718
2719
- Update to 3.23.32 - stable release including security fixes
2720
for the SHOW GRANTS statement and a remote buffer overflow
2721
(Bugtraq ID 2262)
2722
- updated manual.pdf
2723
- added some missing files to the file list
2724
- added --without-berkeley-db to the configure options
2725
(according to the release notes, Berkeley DB support and
2726
replication have not been exhaustively tested yet)
2727
2728
-------------------------------------------------------------------
2729
Wed Jan 10 12:51:02 CET 2001 - grimmer@suse.de
2730
2731
- Update to 3.23.30-gamma (bugfix-release)
2732
- added manual.pdf as a separate file
2733
- removed verbosity flag from cp-command in preinstall section
2734
2735
-------------------------------------------------------------------
2736
Fri Dec 22 19:32:57 CET 2000 - grimmer@suse.de
2737
2738
- fixed initial startup in init script (correct ownerships of
2739
the mysql datadir before starting mysqld using "chown")
2740
- added different mysql sample configurations to directory "cnf"
2741
in the documentation directory
2742
- use my-medium.cnf as default configuration /etc/my.cnf
2743
2744
-------------------------------------------------------------------
2745
Mon Dec 18 12:19:39 CET 2000 - grimmer@suse.de
2746
2747
- fixed packaging of mysql-bench (file list was empty)
2748
2749
-------------------------------------------------------------------
2750
Fri Dec 15 13:29:16 CET 2000 - grimmer@suse.de
2751
2752
- init script fixes (added $remote_fs to Required-Start,
2753
check if /usr/sbin/mysqld exists)
2754
- README.SuSE updates
2755
2756
-------------------------------------------------------------------
2757
Fri Dec 1 13:20:12 CET 2000 - ro@suse.de
2758
2759
- added static libs to devel package
2760
2761
-------------------------------------------------------------------
2762
Mon Nov 27 15:25:54 CET 2000 - grimmer@suse.de
2763
2764
- update to 3.23.28-gamma (considered stable enough by Monty)
2765
- added --with-extra-charsets=complex
2766
- database files are now located below /var/lib/mysql
2767
- do not use --with-raid or --with-berkeley-db yet
2768
- adapted to new init scheme (new init script, removed symlinks,
2769
moved init script from /sbin/init.d -> /etc/init.d)
2770
- moved socket from /tmp/mysql.sock to /var/lib/mysql/mysql.sock
2771
- removed AGREEMENT since mysql is GPL now
2772
- removed README.SuSE, rc.config.mysql and rc.mysql from patch
2773
and added them as additional source files instead
2774
2775
-------------------------------------------------------------------
2776
Fri Nov 10 17:25:51 CET 2000 - grimmer@suse.de
2777
2778
- added a symlink /usr/lib/mysql/libmysqlclient.so ->
2779
../libmysqlclient.so.6.0.0 to make libtool happy
2780
2781
-------------------------------------------------------------------
2782
Mon Nov 6 09:24:10 CET 2000 - grimmer@suse.de
2783
2784
- fixed Requires: for mysql-bench (mysql-perl -> perl-Msql-Mysql-modules)
2785
2786
-------------------------------------------------------------------
2787
Thu Nov 2 17:24:47 CET 2000 - grimmer@suse.de
2788
2789
- switched to long package names:
2790
mysqclnt -> mysql-client
2791
mysqldev -> mysql-devel
2792
mysqbnch -> mysql-bench
2793
mysqllib -> mysql-shared
2794
- removed subpackage mysqperl from mysql.spec and created
2795
separate packages (perl-Msql-Mysql-modules and perl-Data-ShowTable)
2796
- finally use BuildRoot
2797
- updated README.SuSE to reflect changes
2798
2799
-------------------------------------------------------------------
2800
Wed Aug 23 00:07:55 CEST 2000 - ro@suse.de
2801
2802
- fixed perl path
2803
2804
-------------------------------------------------------------------
2805
Fri Jul 21 16:52:02 CEST 2000 - grimmer@suse.de
2806
2807
- corrected removal of comment - bash does not like
2808
empty if-statements...
2809
2810
-------------------------------------------------------------------
2811
Thu Jul 13 18:43:17 CEST 2000 - grimmer@suse.de
2812
2813
- added missing "-" to parameter "hostname --fqdn" in
2814
scripts/mysql_install_db.sh (BUG#3383)
2815
- removed comment from scripts/mysql_install_db.sh about
2816
needing to install an init script, since we supply this already
2817
2818
-------------------------------------------------------------------
2819
Wed Jul 5 12:54:13 CEST 2000 - grimmer@suse.de
2820
2821
- removed DBI perl module from subpackage mysqperl (is in a
2822
separate package "perl_dbi" now) and adjusted file list
2823
(BUG#3173)
2824
2825
-------------------------------------------------------------------
2826
Wed May 24 19:26:20 MEST 2000 - uli@suse.de
2827
2828
- moved docs to /usr/share
2829
2830
-------------------------------------------------------------------
2831
Fri May 5 15:35:12 CEST 2000 - freitag@suse.de
2832
2833
- Security change requested by a feedback mail - sets initially
2834
a full qualified hostname and notifies the user to change the
2835
two root passwords and not only one.
2836
- added autoconf and automake to neededforbuild
2837
- added --host=%{_host} to configure call due to suspicious libtool
2838
probs
2839
- /usr/doc/packages replaced by %{_defaultdocdir}
2840
2841
-------------------------------------------------------------------
2842
Sat Apr 8 00:21:24 CEST 2000 - bk@suse.de
2843
2844
- added suse update config macro
2845
2846
-------------------------------------------------------------------
2847
Wed Feb 23 12:51:51 MET 2000 - grimmer@suse.de
2848
2849
- Update to 3.22.32
2850
- created subpackage "mysqllib" which contains shared libs only
2851
- created subpackage "mysqperl" which contains the perl modules
2852
- removed obsolete security patch (is included in new version)
2853
- update now checks for existing database files and chowns them
2854
to "mysql" itself, if they still belong to "root" - specfile
2855
and init script modified
2856
- removed SuSE Linux version from AGREEMENT
2857
- updated README.SuSE to reflect changes
2858
2859
-------------------------------------------------------------------
2860
Fri Feb 11 17:40:11 MET 2000 - grimmer@suse.de
2861
2862
- added security patch from monty@tcx.se (password authentication)
2863
2864
-------------------------------------------------------------------
2865
Thu Jan 13 16:29:16 MET 2000 - grimmer@suse.de
2866
2867
- update to 3.22.30 (security fix for GRANT privileges)
2868
- now uses version macro in spec file
2869
2870
-------------------------------------------------------------------
2871
Fri Jan 7 09:55:27 MET 2000 - grimmer@suse.de
2872
2873
- update to 3.22.29
2874
- updated Msql-Mysql-modules to 1.2210 and removed obsolete patch
2875
- changed RPM Group of mysqldev to Development/Libraries
2876
- corrected paths in mysqlaccess
2877
2878
-------------------------------------------------------------------
2879
Thu Oct 28 04:33:56 MEST 1999 - grimmer@suse.de
2880
2881
- update to 3.22.27
2882
- updated Msql-Mysql-modules to 1.2209
2883
- fixed check for ownership of installed db in specfile
2884
2885
-------------------------------------------------------------------
2886
Mon Oct 25 01:26:07 MEST 1999 - grimmer@suse.de
2887
2888
- update to 3.22.26a
2889
- now runs as user "mysql" (resolved Bug #371)
2890
- now uses /etc/my.cnf
2891
- updated perl-modules (DBI, Msql-Mysql-modules)
2892
- moved long names from PAC-file to specfile (Provides:)
2893
- misc minor corrections/updates (specfile, init-script...)
2894
2895
-------------------------------------------------------------------
2896
Mon Aug 30 15:28:36 CEST 1999 - grimmer@suse.de
2897
2898
- added bugfix for Alpha (TEXT and BLOB were broken)
2899
- modified configure-call in spec
2900
- added long aliases to PAC-files
2901
2902
-------------------------------------------------------------------
2903
Tue Jul 13 10:14:43 MEST 1999 - grimmer@suse.de
2904
2905
- update to 3.22.25
2906
- updated perl-modules (DBI, Msql-Mysql-modules)
2907
- moved libs (mysqlclient.so et al) from /usr/lib/mysql to /usr/lib
2908
- minor corrections (README.SuSE, init-Script)
2909
2910
-------------------------------------------------------------------
2911
Thu May 20 01:20:25 MEST 1999 - ro@suse.de
2912
2913
- activate assembler parts only on x86
2914
2915
-------------------------------------------------------------------
2916
Wed Apr 28 15:52:37 MEST 1999 - grimmer@suse.de
2917
2918
- added missing perl module (Mysql.pm)
2919
- added missing perl package (Data-Showtable)
2920
2921
-------------------------------------------------------------------
2922
Tue Apr 6 17:29:51 MEST 1999 - ro@suse.de
2923
2924
- update to 3.22.21
2925
- split into subpackages (mysql, mysqclnt, mysqldev, mysqbnch)
2926
- re-added perl-modules
2927
- updated init-Script
2928
- /etc/mysql.passwd is now obsolete
2929
2930
-------------------------------------------------------------------
2931
Fri Dec 11 17:02:45 MET 1998 - grimmer@suse.de
2932
2933
- updated init-Script
2934
2935
-------------------------------------------------------------------
2936
Sun Nov 29 14:53:08 MET 1998 - bs@suse.de
2937
2938
- fixed pathes for perl modules.
2939
- remove symlinks before creating them.
2940
2941
-------------------------------------------------------------------
2942
Fri Nov 27 01:07:18 MET 1998 - ro@suse.de
2943
2944
- adapted paths to old perl
2945
- this version should not have been in stable
2946
2947
-------------------------------------------------------------------
2948
Tue Nov 24 17:58:42 MET 1998 - grimmer@suse.de
2949
2950
- added /usr/doc/packages/AGREEMENT
2951
2952
-------------------------------------------------------------------
2953
Tue Nov 17 17:00:28 MET 1998 - ro@suse.de
2954
2955
- adapted paths to perl5.005_02
2956
2957
-------------------------------------------------------------------
2958
Wed Nov 11 12:30:18 MET 1998 - ro@suse.de
2959
2960
- added libgpp to neededforbuild
2961
2962
-------------------------------------------------------------------
2963
Mon Nov 9 16:49:33 MET 1998 - grimmer@suse.de
2964
2965
- New Package (Version 3.21.33b)
2966
2967