Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mariadb-rpm-macros-10.4.13-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: mariadb-rpm-macros Distribution: openSUSE Leap 15.2
Version: 10.4.13 Vendor: openSUSE
Release: lp152.1.1 Build date: Mon Jun 8 16:10:14 2020
Group: Productivity/Databases/Servers Build host: obs-arm-4
Size: 2893 Source RPM: mariadb-10.4.13-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.mariadb.org
Summary: MariaDB RPM macros
Provides macros usable in rpm spec files.

Provides

Requires

License

SUSE-GPL-2.0-with-FLOSS-exception

Changelog

* Thu May 28 2020 Kristyna Streitova <kstreitova@suse.com>
  - Build with oqgraph by default for all codestreams [jsc#SLE-12253]
* Fri May 22 2020 Kristyna Streitova <kstreitova@suse.com>
  - Update to 10.4.13
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10413-release-notes
      https://mariadb.com/kb/en/library/mariadb-10413-changelog
    * fixes for the following security vulnerabilities:
      CVE-2020-2752, CVE-2020-2812, CVE-2020-2814, CVE-2020-2760,
      CVE-2020-13249
  - fixes [bsc#1168380] (the same as [bsc#1166781])
    MDEV-21244 mysql_upgrade creating empty global_priv table support
    upgrades from 5.2 privilege tables
  - drop specfile "hacks" as things work correctly in upstream now:
    * renaming tmpfiles.conf -> mariadb.conf
    * installing pam_user_map.so to /lib64/security for non 32bit
      architectures
    * sysusers.conf was renamed to mariadb.conf
  - update suse_skipped_tests.list
* Mon Apr 27 2020 Kristyna Streitova <kstreitova@suse.com>
  - move mariadb-client-test from client subpackage to test subpackage
    so the symlink from mariadb-client-test -> mysql_client_test works
    [bsc#1170204]
* Mon Mar 09 2020 Kristyna Streitova <kstreitova@suse.com>
  - update the list of the skipped tests
* Wed Mar 04 2020 Kristyna Streitova <kstreitova@suse.com>
  - test macros: clarify who is admin and user of the database,
    fix build with 10.4
  - modified sources
    % macros.mariadb-test
* Fri Feb 21 2020 Kristyna Streitova <kstreitova@suse.com>
  - disable testing with rpm macros as it does not work as for 10.4,
    needs to be investigated
  - remove @VERSION@ from mariadb.service and mariadb@.service
* Tue Feb 04 2020 Kristyna Streitova <kstreitova@suse.com>
  - update to 10.4.12 [jsc#SLE-8269]
    * Changes & Improvements
      https://mariadb.com/kb/en/changes-improvements-in-mariadb-104/
      https://mariadb.com/kb/en/changes-improvements-in-mariadb-103/
    * Fixes for the following security vulnerabilities:
      CVE-2020-2574
    * don't let mysql_install_db set SUID bit for auth_pam_tool
      in rpm/deb packages CVE-2020-7221 [bsc#1160868]
  - pack pam_user_map.so module in the /%{_lib}/security directory
    and user_map.conf configuration file in the /etc/security directory
  - fix race condition with mysql_upgrade_info status file by moving
    it to the location owned by root (/var/lib/misc) CVE-2019-18901
    [bsc#1160895]
  - move .run-mysql_upgrade file from $datadir/.run-mysql_upgrade
    to /var/lib/misc/.mariadb_run_upgrade so the mysql user can't
    use it for a symlink attack [bsc#1160912]
  - change -DWITH_COMMENT and -DCOMPILATION_COMMENT to be
    SUSE/openSUSE independent
  - enhance mariadb.service and mariadb@.service with various options
    (Documentation=, User=, Group=, KillSignal=, SendSIGKILL=,
    Restart=, RestartSec=, CapabilityBoundingSet=, ProtectSystem=,
    ProtectHome=, PermissionsStartOnly= and UMask=) [bsc#1160878]
  - mysql-systemd-helper: use systemd-tmpfiles instead of shell
    script operations for a cleaner and safer creating of /run/mysql
    [bsc#1160883]
  - pack mariadb variants of the mysql binaries (e.g. mariadb-dumpslow
    is a symlink to mysqldumpslow and the like)
  - update suse_skipped_tests.list
  - _constraints: increase physicalmemory value
  - package auth_pam_tool setuid binary properly
  - add cracklib-password-check subpackage but do not build it right
    now (cracklib-dict-full >= 2.9.0 is not available yet)
  - add rcmariadb compat link
  - add mariadb-rpmlintrc file
  - do not move my_safe_process to bindir but use rpmlint
    arch-dependent-file-in-usr-share exception for it (this file
    is used just for the testing and it doesn't have to be in bindir
  - added rpm test macros: %mysql_testserver_start,
    %mysql_testserver_cconf, %mysql_testserver_stop
    First two consuments are python-sortinghat and python-mysqlclient.
  - remove sql_mode from my.ini/my.cnf as NO_ENGINE_SUBSTITUTION and
    STRICT_TRANS_TABLES are already set by default from version
    10.2.4 [bsc#1144314]
  - add "BuildRequires: python3" as some tests and myrocks_hotbackup
    script need python3. Make the PYTHON_SHEBANG value configurable
    [bsc#1142909]
  - add "Requires: python3-mysqlclient" that is needed by
    myrocks_hotbackup script
  - remove "innodb_file_format" option from my.ini (my.cnf) file that
    was removed in MariaDB 10.3.1. Also remove "innodb_file_per_table=ON"
    option that is by default ON and it's redundant now.
  - Use FAT LTO objects in order to provide proper static library.
  - refresh README.install and suse-test-run
  - rename libmysqld subpackage (embedded library) to libmariadbd as
    libmysqld.so was renamed to libmariadbd.so (MDEV-14953)
  - simplify removing static libs (we don't need to have .static)
  - add perl(Memoize) and perl(Symbol) to BuildRequires and Requires
    that are needed for tests
  - replace Requires pwdutils with shadow
  - build RocksDB only for x86_64 as other platforms are not supported
  - add the following patches
    * add mariadb-10.2.19-link-and-enable-c++11-atomics.patch to link
      against libatomic where necessary and use C++11 atomics instead
      of gcc built-in atomics
    * mariadb-10.4.12-harden_setuid.patch to harden auth_pam_tool
      setuid-root binary [bsc#1160285]
    * mariadb-10.4.12-fix-install-db.patch to improve default behaviour
      of mysql_install_db. This prevents performing security sensitive
      actions to be performed but instead only warns the caller
      (bsc#1160868)
  - refresh mariadb-10.2.4-fortify-and-O.patch
  - remove the following patches:
    * mysql-community-server-5.1.45-multi-configuration.patch as
      we have the same configuration in /etc/my.cnf and it doesn't make
      any sense to keep it twice. Moreover the patched file
      support-files/my-medium.cnf.sh was removed in upstream
    * mariadb-5.5.28-install_db-quiet.patch and add "--rpm"
      option to the mysql_install_db script that does basically the same
      [bsc#1080891]
    * mariadb-5.2.3-cnf.patch as all patched files were removed
      upstream
    * remove mariadb-10.1.12-deharcode-libdir.patch because it's not
      needed - we don't build libmariadb library in mariadb package
      anymore so we don't need to take care about LIBDIR and PLUGINDIR
      here. Moreover we shouldn't (and we don't) touch *_RPM
      variables as they are internal) [bsc#1080891]
    * mariadb-10.2.9-galera_cnf.patch as it's not clear what the
      correct path to galera wsrep provider is while users can use
      galera 3, galera 4 or galera compiled on their own
* Mon Nov 11 2019 Kristyna Streitova <kstreitova@suse.com>
  - update to 10.2.29 GA
    * Fixes for the following security vulnerabilities:
    * 10.2.29: none
    * 10.2.28: CVE-2019-2974, CVE-2019-2938
    * 10.2.27: none
    * 10.2.26: CVE-2019-2805, CVE-2019-2740, CVE-2019-2739,
      CVE-2019-2737, CVE-2019-2758
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10229-release-notes
      https://mariadb.com/kb/en/library/mariadb-10229-changelog
      https://mariadb.com/kb/en/library/mariadb-10228-release-notes
      https://mariadb.com/kb/en/library/mariadb-10228-changelog
      https://mariadb.com/kb/en/library/mariadb-10227-release-notes
      https://mariadb.com/kb/en/library/mariadb-10227-changelog
      https://mariadb.com/kb/en/library/mariadb-10226-release-notes
      https://mariadb.com/kb/en/library/mariadb-10226-changelog
  - refresh
    mariadb-10.0.15-logrotate-su.patch
    mariadb-10.2.4-logrotate.patch
  - tracker bug [bsc#1156669]
  - update the list of the skipped tests
    * add main.gis_notembedded to the skipped tests (fails when
      latin1 is not set)
    * add unit.conc_connection
* Wed Aug 07 2019 Kristyna Streitova <kstreitova@suse.com>
  - adjust mysql-systemd-helper ("shutdown protected MySQL" section)
    so it checks both ping response and the pid in a process list
    as it can take some time till the process is terminated.
    Otherwise it can lead to "found left-over process" situation
    when regular mariadb is started [bsc#1143215]
* Thu Jul 25 2019 Kristyna Streitova <kstreitova@suse.com>
  - remove client_ed25519.so plugin because it's shipped in
    mariadb-connector-c package (libmariadb_plugins)
* Wed Jul 03 2019 Kristyna Streitova <kstreitova@suse.com>
  - update to 10.2.25 GA
    * Fixes for the following security vulnerabilities:
    * 10.2.23: none
    * 10.2.24: CVE-2019-2628, CVE-2019-2627, CVE-2019-2614
    * 10.2.25: none
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10223-release-notes
      https://mariadb.com/kb/en/library/mariadb-10223-changelog
      https://mariadb.com/kb/en/library/mariadb-10224-release-notes
      https://mariadb.com/kb/en/library/mariadb-10224-changelog
      https://mariadb.com/kb/en/library/mariadb-10225-release-notes
      https://mariadb.com/kb/en/library/mariadb-10225-changelog
  - remove mariadb-10.2.22-fix_path.patch that was applied upstream
    in mariadb 10.2.23
  - remove caching_sha2_password.so because it's shipped in
    mariadb-connector-c package (libmariadb_plugins)
  - remove xtrabackup scripts as it was replaced by mariabackup (we
    already removed xtrabackup requires in the first phase)
  - fix reading options for multiple instances if my${INSTANCE}.cnf
    is used. Also remove "umask 077" from mysql-systemd-helper that
    causes that new datadirs are created with wrong permissions. Set
    correct permissions for files created by us (mysql_upgrade_info,
    .run-mysql_upgrade) [bsc#1132666]
  - fix build comment to not refer to openSUSE
  - tracker bug [bsc#1136035]
* Wed Feb 27 2019 kstreitova@suse.com
  - add mariadb-10.2.22-fix_path.patch to fix a path to resolveip in
    mysql_install_db script [bsc#1127027] MDEV-18526
* Wed Feb 20 2019 kstreitova@suse.com
  - update to 10.2.22 GA
    * notable changes:
    * Backport Information Schema CHECK_CONSTRAINTS Table.
    * MDEV-17475: Maximum value of table_definition_cache is
      now 2097152
    * InnoDB ALTER TABLE fixes: MDEV-16499, MDEV-18186, MDEV-18237,
      MDEV-18222, MDEV-18256, MDEV-18016, MDEV-16849
    * Mariabackup fixes: MDEV-18185, MDEV-18201, MDEV-18194
    * Galera crash recovery fix: MDEV-15740
    * Encryption fixes: MDEV-18129, MDEV-18183, MDEV-18279
    * Fixes for the following security vulnerabilities:
    * CVE-2019-2510, CVE-2019-2537
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10222-release-notes
      https://mariadb.com/kb/en/library/mariadb-10222-changelog
  - add slow_query_log example to my.cnf (my.ini) and adjust the
    logrotate configuration to rotate all /var/log/mysql/*.log files.
    This is useful when the slow query log is enabled. In that case,
    this log file should also be rotated (bsc#1112767)
    * refresh the following patches:
      mariadb-10.0.15-logrotate-su.patch
      mariadb-10.2.4-logrotate.patch
      mariadb-10.2.9-galera_cnf.patch
  - fix references path below legacy directory /var/run -> /run
  - remove xtrabackup requirement as MariaDB ships a build in
    mariabackup so xtrabackup is not needed unless a user specificaly
    wants to use xtrabackup as sst method (also solves [bsc#1122475])
  - tracker bug [bsc#1122198]
* Thu Jan 03 2019 kstreitova@suse.com
  - update to 10.2.21 GA
    * notable changes:
    * MDEV-17589 - Stack-buffer-overflow with indexed varchar
      (utf8) field
    * MDEV-16987 - ALTER DATABASE possible in read-only mode
      (forbid ALTER DATABASE in read_only)
    * MDEV-17720 - slave_ddl_exec_mode=IDEMPOTENT does not handle
      DROP DATABASE
    * MDEV-6453 - Assertion `inited==NONE || (inited==RND && scan)'
      failed in handler::ha_rnd_init(bool) with InnoDB, joins,
      AND/OR conditions
    * MDEV-18105 - Mariabackup fails to copy encrypted InnoDB
      system tablespace if LSN>4G
    * MDEV-18041 - Database corruption after renaming a
      prefix-indexed column [bsc#1120041]
    * MDEV-17470 - Orphan temporary files after interrupted ALTER
      cause InnoDB: Operating system error number 17 and eventual
      fatal error 71
    * MDEV-17833: ALTER TABLE is not enforcing prefix index size
      limit
    * MDEV-17989: InnoDB: Failing assertion:
      dict_tf2_is_valid(flags, flags2)
    * MDEV-17765: Locking bug fix for SPATIAL INDEX
    * MDEV-17923, MDEV-17904, MDEV-17938: Fixes for FULLTEXT INDEX
    * Fixes for regressions introduced in MariaDB Server 10.2.19 by
      the backup-safe TRUNCATE TABLE (MDEV-13564,
      innodb_safe_truncate=ON) and innodb_undo_log_truncate:
    * MDEV-17780, MDEV-17816, MDEV-17849, MDEV-17851, MDEV-17885
    * Several improvements to MariaDB Server and backup for dealing
      with encrypted or page_compressed pages:
    * MDEV-12112: corruption in encrypted table may be overlooked
    * MDEV-17958: On little-endian systems, remove bug-compatible
      variant of innodb_checksum_algorithm=crc32
    * MDEV-17957: Make innodb_checksum_algorithm stricter for
      strict_* values
    * MDEV-18025: Mariabackup fails to detect corrupted
      page_compressed=1 tables
    * fixes for the following security vulnerabilities: none
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10221-release-notes
      https://mariadb.com/kb/en/library/mariadb-10221-changelog
      https://mariadb.com/kb/en/library/mariadb-10220-release-notes
      https://mariadb.com/kb/en/library/mariadb-10220-changelog
  - update suse_skipped_tests.list
* Wed Dec 12 2018 kstreitova@suse.com
  - remove PerconaFT from the package as it has AGPL licence
    [bsc#1118754]
* Wed Nov 14 2018 kstreitova@suse.com
  - update to 10.2.19 GA [bsc#1116686]
    * notable changes:
    * innodb_safe_truncate system variable for a backup-safe
      TRUNCATE TABLE implementation that is based on RENAME,
      CREATE, DROP (MDEV-14717, MDEV-14585, MDEV-13564). Default
      value for this variable is ON. If you absolutely must use
      XtraBackup instead of Mariabackup, you can set it to OFF and
      restart the server
    * MDEV-17289: Multi-pass recovery fails to apply some redo
      log records
    * MDEV-17073: INSERT…ON DUPLICATE KEY UPDATE became more
      deadlock-prone
    * MDEV-17491: micro optimize page_id_t
    * MDEV-13671: InnoDB should use case-insensitive column name
      comparisons like the rest of the server
    * Fixes for indexed virtual columns: MDEV-17215, MDEV-16980
    * MDEV-17433: Allow InnoDB start up with empty ib_logfile0
      from mariabackup --prepare
    * MDEV-12547: InnoDB FULLTEXT index has too strict
      innodb_ft_result_cache_limit max limit
    * MDEV-17541: KILL QUERY during lock wait in FOREIGN KEY
      check causes hang
    * MDEV-17531: Crash in RENAME TABLE with FOREIGN KEY and
      FULLTEXT INDEX
    * MDEV-17532: Performance_schema reports wrong directory for
      the temporary files of ALTER TABLE…ALGORITHM=INPLACE
    * MDEV-17545: Predicate lock for SPATIAL INDEX should lock
      non-matching record
    * MDEV-17546: SPATIAL INDEX should not be allowed for
      FOREIGN KEY
    * MDEV-17548: Incorrect access to off-page column for
      indexed virtual column
    * MDEV-12023: Assertion failure sym_node->table != NULL
      on startup
    * MDEV-17230: encryption_key_id from alter is ignored by
      encryption threads
    * fixes for the following security vulnerabilities:
      CVE-2018-3282 [bsc#1112432], CVE-2016-9843 [bsc#1013882],
      CVE-2018-3174 [bsc#1112368], CVE-2018-3143 [bsc#1112421],
      CVE-2018-3156 [bsc#1112417], CVE-2018-3251 [bsc#1112397],
      CVE-2018-3185 [bsc#1112384], CVE-2018-3277 [bsc#1112391],
      CVE-2018-3162 [bsc#1112415], CVE-2018-3173 [bsc#1112386],
      CVE-2018-3200 [bsc#1112404], CVE-2018-3284 [bsc#1112377]
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10219-release-notes
      https://mariadb.com/kb/en/library/mariadb-10219-changelog
  - do not pack libmariadb.pc (packed in mariadb-connector-c)
* Tue Oct 30 2018 kstreitova@suse.com
  - update to MariaDB 10.2.18
    * notable changes in 10.2.18
    * MDEV-15511 - if available, stunnel can be used during Galera
      rsync SST
    * MDEV-16791 - mariabackup: Support DDL commands during backup
    * MDEV-13564 - Refuse MLOG_TRUNCATE in mariabackup
    * MDEV-16934 - add new system variable eq_range_index_dive_limit
      to speed up queries that new long nested IN lists. The default
      value, for backward compatibility, is 0 meaning "unlimited".
    * MDEV-13333 - errors on InnoDB lock conflict
    * Report all InnoDB redo log corruption
    * MDEV-17043 - Purge of indexed virtual columns may cause hang
      on table-rebuilding DDL
    * MDEV-16868 - corruption of InnoDB temporary tables
    * MDEV-16465 - Invalid (old?) table or database name or hang
      in ha_innobase::delete_table and log semaphore wait upon
      concurrent DDL with foreign keys
    * it fixes the following security vulnerabilities:
      CVE-2018-3066 [bsc#1101678], CVE-2018-3064 [bsc#1103342]
      CVE-2018-3063 [bsc#1101677], CVE-2018-3060 (no bsc)
      CVE-2018-3058 [bsc#1101676]
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10218-release-notes
      https://mariadb.com/kb/en/library/mariadb-10218-changelog
  - refresh mariadb-5.5.28-install_db-quiet.patch
  - refresh mariadb-10.2.4-fortify-and-O.patch
  - refresh mariadb-10.2.9-galera_cnf.patch
  - pack wsrep_sst_rsync_wan file to galera subpackage (not shipped)
  - add "Requires: libmariadb_plugins" to the mariadb-test subpackage
    in order to be able to test client plugins successfuly
    [bsc#1111859]
  - don't remove debug_key_management.so anymore [bsc#1111858]
* Fri Jul 27 2018 kstreitova@suse.com
  - switch to libedit as control sequences were already fixed there
    so we don't have to avoid it [bsc#1098683]
* Fri May 18 2018 kstreitova@suse.com
  - update to 10.2.15 GA
    * notable changes:
    * PCRE updated to 8.42
    * The embedded server library now supports SSL when connecting
      to remote servers [bsc#1088681], [CVE-2018-2767]
    * MDEV-15325 - Incomplete validation of missing tablespace
      during recovery
    * MDEV-15720 - ib_buffer_pool unnecessarily includes the
      temporary tablespace
    * MDEV-15764 - InnoDB may write uninitialized garbage to redo
      log
    * MDEV-15553 - Virtual Columns: Assertion failed in
      dict_table_get_col_name
    * MDEV-14705 - slow innodb startup/shutdown can exceed systemd
      timeout
    * MDEV-15507 - Assertion failed in dict_check_sys_tables on
      upgrade from 5.5
    * MDEV-15916 - Change buffer crash during TRUNCATE or
      DROP TABLE
    * encryption fixes - MDEV-12632, MDEV-13516, MDEV-15752,
      MDEV-15566, MDEV-16092
    * temporary table ROLLBACK fixes - MDEV-15826, MDEV-15374
    * applicable changes from 5.7.22 - MDEV-16142
    * fixes for the following security vulnerabilities:
      CVE-2018-2786, CVE-2018-2759, CVE-2018-2777, CVE-2018-2810,
      CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2766,
      CVE-2018-2755, CVE-2018-2819, CVE-2018-2817, CVE-2018-2761,
      CVE-2018-2781, CVE-2018-2771, CVE-2018-2813
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10215-release-notes
      https://mariadb.com/kb/en/library/mariadb-10215-changelog
  - update suse_skipped_tests.list and add tests that are failing
    with GCC 8 [bsc#1092544], MDEV-16127
  - do not build TokuDB as a build without jemalloc is not supported
    upstream
* Mon Apr 30 2018 kstreitova@suse.com
  - update suse_skipped_tests.list and add failing tests for s390
* Mon Apr 30 2018 kstreitova@suse.com
  - update to 10.2.14 GA
    * notable changes:
    * MyRocks is now Gamma (RC)
    * MDEV-14533 - Added the DISKS plugin, for monitoring disk
      space
    * MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
      properly when used with DATA DIRECTORY.
    * MDEV-15333 - MariaDB (still) slow start
    * MDEV-12255 - Wrong result with
      innodb_prefix_index_cluster_optimization
    * MDEV-12396 - IMPORT TABLESPACE cleanup
    * MDEV-14648 - Restore fix for MySQL BUG#39053 - UNINSTALL
      PLUGIN does not allow the storage engine to cleanup open
      connections
    * MDEV-15249 - IMPORT fixes
    * MDEV-14988 - innodb_read_only tries to modify files if
      transactions were recovered in COMMITTED state
    * MDEV-14773 - DROP TABLE hangs for InnoDB table with FULLTEXT
      index (fixing a recent regression from upstream)
    * MDEV-15529 - IMPORT TABLESPACE unnecessarily uses the
      doublewrite buffer
    * MDEV-15554 - InnoDB page_cleaner shutdown sometimes hangs
    * MDEV-14545 - Mariabackup - Backup fails due to
      MLOG_INDEX_LOAD record
    * fixes for the following security vulnerabilities: none
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10214-release-notes
      https://mariadb.com/kb/en/library/mariadb-10214-changelog
  - remove the following patches
    * mariadb-10.2.14-xtrabackup-v2.patch (applied upstream,
      MDEV-15254)
    * mariadb-10.2.13-aarch_compilefix.patch (applied upstream,
      MDEV-14318)
    * mariadb-10.2.10-disable_openssl_compatibility_check.patch
      (fixed upstream in https://github.com/MariaDB/server/pull/558)
    * mariadb-10.2.8-systemd-cmake.patch and DWITH_SYSTEMD=ON
      compile option that are no longer needed - systemd is detected
      correctly now (discussed in [bsc#1080891] and MDEV-8379)
    * mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch (fixed
      upstream in 52516706c86f9f66c76836eabde7e2477694bac3)
    * remove mariadb-10.2.3-group.patch that was just a half solution
      of the group support (missing server part) and moreover using
      a group option in mysql-systemd-helper was removed few years ago
      as it caused troubles because MariaDB resolved it as
      'group_concat_max_len option' (see
      https://github.com/openSUSE/mysql-packaging/issues/15)
  - remove jar files from the tarball (used for testing from the
    source)
  - build TokuDB without the jemalloc support for now. Jemalloc 5
    is not backwards compatible which leads to the errors in the
    testsuite at least (MDEV-15034)
  - update suse_skipped_tests.list
* Fri Mar 16 2018 kstreitova@suse.com
  - change %{extra_provides} macro from "mariadb_102" to "mariadb-102"
    and use this macro in Provides/Obsoletes for mariadb, test,
    tools, bench and errormessages subpackages to ensure a smooth
    transition from SLE12 to SLE15 [fate#323756]
  - remove "Provides: mariadb-errormessages = 10.1.25" that shouldn't
    be needed anymore
* Tue Mar 13 2018 ro@suse.de
  - fix build on aarch64: compile a few more files with -O0
    from https://jira.mariadb.org/browse/MDEV-14318
    add patch mariadb-10.2.13-aarch_compilefix.patch
* Tue Feb 27 2018 rsalevsky@suse.com
  - add mariadb-10.2.14-xtrabackup-v2.patch (bsc#1083087)
* Wed Feb 14 2018 kstreitova@suse.com
  - update to 10.2.13 GA
    * notable changes
    * InnoDB updated to 5.7.21
    * Galera wsrep library updated to 25.3.23
    * MDEV-13869 - MariaDB slow start
    * MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
      properly when used with DATA DIRECTORY
    * MDEV-15249 - Crash in MVCC read after IMPORT TABLESPACE
    * Foreign key bugs:
    * MDEV-15199 - Referential integrity broken in ON DELETE
      CASCADE/MDEV-14222 Unnecessary 'cascade' memory allocation
      for every updated row
    * MDEV-15219 - FOREIGN KEY CASCADE or SET NULL operations will
      not resume after lock wait
    * MDEV-15042 - INSERT ON DUPLICATE KEY UPDATE produces error
      1032 (Can't find record)
    * MDEV-13205 - InnoDB: Failing assertion:
      !dict_index_is_online_ddl(index) upon ALTER TABLE
    * MDEV-14958 - Merge new release of InnoDB MySQL 5.7.21 to 10.2
    * MDEV-15165 - InnoDB purge for index on virtual column is
      trying to access an incomplete record
    * MDEV-15143 - InnoDB: Rollback of trx with id 0 completed
    * MDEV-11415 - Remove excessive undo logging during ALTER
      TABLE…ALGORITHM=COPY
    * MDEV-15016 - multiple page cleaner threads use a lot of CPU
    * MDEV-14941 - Timeouts on persistent statistics tables caused
      by MDEV-14511
    * MDEV-14985 - innodb_undo_log_truncate may be blocked if
      transactions were recovered at startup
    * MDEV-14441 - InnoDB hangs when setting
      innodb_adaptive_hash_index=OFF during UPDATE
    * MDEV-14887 - On a 32-bit system, MariaDB 10.2 mishandles
      data file sizes exceeding 4GiB
    * fixes for the following security vulnerabilities:
    * CVE-2018-2562, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665,
      CVE-2018-2668, CVE-2018-2612
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10213-release-notes/
      https://mariadb.com/kb/en/library/mariadb-10213-changelog/
    * fixes [bsc#1058729] and [bsc#1068906]
  - refresh mariadb-10.2.10-disable_openssl_compatibility_check.patch
  - refresh mariadb-10.2.3-group.patch
* Mon Feb 12 2018 dmueller@suse.com
  - add dependency on which for galera scripts
* Fri Jan 19 2018 kstreitova@suse.com
  - change owner of mysql-test directory from root to mysql. It also
    fixes sys_vars.secure_file_priv running under mysql user (e.g.
    if ít's started via suse-test-run script) that needs to be able
    to create a test file there during its run [bsc#1012075]
* Fri Jan 05 2018 kstreitova@suse.com
  - update to 10.2.12 GA
    * release notes and changelog:
      https://mariadb.com/kb/en/library/mariadb-10212-release-notes/
      https://mariadb.com/kb/en/library/mariadb-10212-changelog/
  - remove mysql-community-server-5.5.6-safe-process-in-bin.patch
    becuase this moving is done in the specfile
  - get rid of the archive with patches (remove mysql-patches.tar.xz
    and series files), handle patches in the standard way
      mysql-community-server-5.1.45-multi-configuration.patch
      mariadb-10.2.4-logrotate.patch
      mariadb-5.5.28-install_db-quiet.patch
      mariadb-10.1.1-mysqld_multi-features.patch
      mariadb-5.2.3-cnf.patch
      mariadb-10.2.3-group.patch
      mariadb-10.1.12-deharcode-libdir.patch
      mariadb-10.0.15-logrotate-su.patch
      mariadb-10.2.4-fortify-and-O.patch
      mariadb-10.2.8-systemd-cmake.patch
      mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
      mariadb-10.2.9-galera_cnf.patch
      mariadb-10.2.10-disable_openssl_compatibility_check.patch
  - add comments to the section with removing unused files (based on
    https://lists.launchpad.net/maria-developers/msg11028.html)
  - put rm statements together
  - install the new upstream systemd-tmpfiles configuration file
    'tmpfiles.conf' and rename it to 'mariadb.conf' in order to
    follow the manual
  - remove the new upstream systemd-sysusers configuration file as
    we handle creating of mysql user in the specfile
  - mysql.service: remove calling of the wait function and let
    systemd to do this job. Switch from 'Type=simple' to
    'Type=notify' and add TimeoutSec=300
  - rename unit files from mysql to mariadb and add mysql alias for
    the backward compatibility [bsc#1067443]
    * mysql.service -> mariadb.service
    * mysql.target -> mariadb.target
    * mysql@.service -> mariadb@.service
  - remove configuration-tweaks.tar.xz and move configuration to
    my.ini/my.cnf file (omit default_plugins.cnf as all
    configuration here was commented out)
  - add a numeric prefix for galera.cnf file in order to allow users
    to speficy in which order the configs will be loaded within the
    my.cnf.d directory [bsc#1055268]
  - add 'bind-address = 127.0.0.1' as a default option to my.cnf file
    for security reasons (disable MariaDB to listen for TCP/IP
    connections by default) [bsc#1058374]
  - update my.cnf file and add a section with SSL configuration
    [bsc#1058374]
* Tue Jan 02 2018 kstreitova@suse.com
  - switch from deprecated 'net-tools' to 'iproute2' for
    mariadb-galera subpackage. This dependency switch is sufficient
    for making wsrep_sst_rsync.sh script to use 'ip' instead of
    'ifconfig' command
* Thu Dec 21 2017 dimstar@opensuse.org
  - Do not manually delete
    %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something:
    The file is listed as ghost and thus properly owned by the
    package.
  - Use %tmpfiles_create which can cope with transactional updates.
* Thu Nov 30 2017 kstreitova@suse.com
  - update to 10.2.11 GA
    * release notes and changelog:
    * https://mariadb.com/kb/en/library/mariadb-10211-release-notes/
    * https://mariadb.com/kb/en/library/mariadb-10211-changelog/
  - pack additional mroonga/groonga files
  - change default charset to utf8mb4 for full Unicode support
    [fate#324329]
  - remove mariadb-10.2.10-wsrep_sst_common.patch as it's no longer
    needed
* Wed Nov 29 2017 rhafer@suse.de
  - Added mariadb-10.2.10-wsrep_sst_common.patch (bsc#1069401).
    Upstream bug: https://jira.mariadb.org/browse/MDEV-14256
* Wed Nov 29 2017 vcizek@suse.com
  - Disable openssl compatibility checking
    * the check uses CRYPTO_set_mem_functions() to set debugging
      memory allocation function. The setting only succeeds if no allocation
      was done before. Our fips self-tests, which are run from the library
      constructor, however, do allocate memory, so the subsequent call to
      CRYPTO_set_mem_functions causes the compatibility check to fail
    * add mariadb-10.2.10-disable_openssl_compatibility_check.patch
* Tue Oct 31 2017 kstreitova@suse.com
  - update to 10.2.10 GA
    * release notes and changelogs
      https://downloads.mariadb.org/mariadb/+releases/
    * fixes for the following security vulnerabilities
    * 10.2.10: CVE-2017-10378, CVE-2017-10268, CVE-2017-15365
    * 10.2.8:  CVE-2017-3636, CVE-2017-3641, CVE-2017-3653,
      CVE-2017-10320, CVE-2017-10365, CVE-2017-10379,
      CVE-2017-10384, CVE-2017-10286, CVE-2017-3257
    * 10.2.6:  CVE-2017-3308, CVE-2017-3309, CVE-2017-3453,
      CVE-2017-3456, CVE-2017-3464
    * 10.2.5:  CVE-2017-3313, CVE-2017-3302
    * [bsc#1042632], [bsc#1043328], [bsc#1019948], [fate#323738]
  - refresh and rename the following patches:
    * mariadb-10.1.4-group.patch to
      mariadb-10.2.3-group.patch
    * mariadb-10.1.16-systemd-cmake.patch to
      mariadb-10.2.8-systemd-cmake.patch
    * mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to
      mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
    * mariadb-10.1.12-fortify-and-O.patch to
      mariadb-10.2.4-fortify-and-O.patch
    * mysql-community-server-5.1.46-logrotate.patch to
      mariadb-10.2.4-logrotate.patch
  - add mariadb-10.2.10.tar.gz.sig signature and mariadb.keyring files
  - start building without client library part, use
    mariadb-connector-c for getting libmariadb libraries. Remove
    libmysclient* packages
  - remove baselibs.conf because we no longer build client libraries
    here
  - update %{soname} to 19 (libmysqld soname)
  - change '=' to '>=' in  Requires:mariadb-errormessages for
    libmysqld%{soname}. Versioned libraries shouldn't require regular
    packages with '='. It also causes problems during update (Problem:
    libmysqld18-10.1.25-3.1.x86_64 requires mariadb-errormessages = 10.1.25,
    but this requirement cannot be provided).
    Also add "Provides: mariadb-errormessages = 10.1.25" for errormessages
    subpackage that solves this problem for the current update.
  - pack new files, remove mysql specific files
  - remove README.SUSE as it was outdated
  - package cleaning
    * run spec-cleaner
    * renumber sources
    * reorganize subpackages order and update summaries, descriptions
      and groups
    * tweak and add some comments to the specfile
    * remove warning about mysql-packaging repository that is no longer
      used for this package
    * remove checks whether we build mysql or mariadb (we build mariadb
      only)
  - add galera subpackage
    * add missing "Requires:" (lsof, net-tools, rsync, socat,
      xtrabackup) for proper wsrep scripts functionality
    * add mariadb-10.2.9-galera_cnf.patch that enhances galera.cnf
      configuration file (add wsrep_on=OFF and set the location
      of the wsrep library)
    * rename README-wsrep to README.wsrep so it corresponds with the
      other README names
    * move galera_new_cluster, galera_recovery,
      use_galera_new_cluster.conf, wsrep_* scripts to the galera
      subpackage
  - remove the following macros definitions:
    * %{_tmpfilesdir} - it's been defined in systemd macros since
      openSUSE 13.2
    * %{preferred} - we no longer need to distinguish between preferred
      and not preferred version (we build mariadb only)
    * %{with_mandatory_lz4} - mysql specific
    * %{build_extras}, %{pretty_name}, %{build_readline},
      %{builtin_plugins} and {libname} - they are no longer needed
  - add the following macros
    * %{run_testsuite} macro that controls the run of the regression
      testsuite
    * %{ignore_testsuite_result} macro - when set to 1 it ignores
      results from the regression testsuite (debug purposes)
    * %{with_mroonga} macro (enable mroonga build for x86_64 archs only)
  - rename %{with_jemalloc} to %{with_tokudb} and enable tokudb for
    x86_64 architectures for openSUSE and SLE15 [fate#323280]. Don't
    enable it for SLE12 (missing jemalloc dependency)
  - add the following BuildRequires:
    * unixODBC-devel to allow ODBC support for Connect engine [bsc#1039034]
    * krb5-devel to build auth_gssapi.so plugin
    * libarchive-devel
    * use libboost_headers-devel instead of boost-devel for TW. Boost
      package has been split up and will migrate to using multibuild.
      This results in packages that unnecessarily build require
      boost-devel to cause major bottlenecks [bsc#1062583]
  - do not use "BuildRequires: lzo-devel" for i586 and arm because
    it makes build fail
  - add the following Requires:
    * hostname - as mariadb_install_db depends on this tool [bsc#1060110]
    * libaio-devel for libmysqld-devel because libmysqld depends
      on libaio
  - tweak build options:
    * remove "DWITH_ASAN=OFF" - this option was added because of mysql
      and it's no longer needed
    * switch from "-DWITH_JEMALLOC=auto" to "-DWITH_JEMALLOC=system"
    * use "DCMAKE_SKIP_INSTALL_RPATH" - this allows to link with -rpath
      during build and fixes quite a few test suite failures. When
      installing the file -rpath is still disabled, so this should
      not have any effect on the installed binaries
    * add "-DWITH_LIBARCHIVE=ON" and "-DWITH_MARIABACKUP=ON"
    * remove -DWITH_BOOST=../boost/ as we use system boost now
  - enable OQGRAPH to build (openSUSE only, SLE is missing Judy
    requirement)
  - disable Cassandra storage engine build as it's no longer actively
    being developed (See MDEV-4695) [bsc#1055165]
    * Remove "BuildRequires: libthrift-devel" and %{with_cassandra}
      macros that are no longer needed now
  - disable make test (Connector/C unit tests) as it requires a
    running server. These tests are part of mysql-test-run
    now (MDEV-12470)
  - add suse_skipped_tests.list - the list of the tests that we want
    to skip (they fail correctly or the fix is in progress)
    * adjust mysql-test-run options to skip tests listed there
      [bsc#1041891]
  - remove mytop utility that is packaged separately
  - remove *.jar files from mysql-test
  - remove python scripts remains from tokudb upstream
  - remove generating of the MySQL NDB Cluster filelists
  - remove removing of manpages for MySQL Carrier Grade Edition
  - provide a symlink for the my_safe_process executable that was
    moved from its location to bindir
  - update filename in /var/adm/update-messages to match
    documentation and build-compare pattern
  - README is now README.md
  - fix "file listed twice" build error
* Tue Oct 31 2017 vcizek@suse.com
  - Also Require: libopenssl-1_0_0-devel from the libmysqlclient-devel package
* Thu Oct 26 2017 bwiedemann@suse.com
  - Drop INFO_BIN from package because it is not needed
    and differs for every build (boo#1047218)
* Tue Sep 19 2017 vcizek@suse.com
  - Explicitly require libopenssl-1_0_0-devel, to successfully build
    once we switch openssl to 1.1 (bsc#1042632)
* Mon Jul 10 2017 kstreitova@suse.com
  - update to MariaDB 10.1.25 GA
    * notable changes
    * MariaDB can no longer be compiled with OpenSSL version 0.9.8
      and below. The last 0.9.8 release was in December 2015, it is
      out of support and is no longer getting security fixes.
    * MariaDB Backup is now beta
    * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10125-release-notes
    * https://mariadb.com/kb/en/mariadb/mariadb-10125-changelog
    * refresh mariadb-10.1.12-fortify-and-O.patch
    * remove mariadb-10.1.22-xtradb_null_checks.patch (MDEV-12358),
      a fix was merged upstream
    * update file lists for new man-pages and tools
  - switch from 'Restart=on-failure' to 'Restart=on-abort' in
    mysql.service in order to follow the upstream
* Tue May 30 2017 fvogt@suse.com
  - Add mariadb-10.1.22-xtradb_null_checks.patch (boo#1041525)
    (See also https://jira.mariadb.org/browse/MDEV-12358)
  - switch from '/var/run' to '/run' as /var/run is just a symlink to /run
  - fix permissions for /var/run/mysql that were wrongly set to
    700 instead of 755 due to added umask. This prevented non-root
    from connecting to the database [bsc#1038740]
  - change permissions of the configuration dir/files to 755/644.
    Please note that storing the password in the /etc/my.cnf file is
    not safe. Use for example an option file that is accessible only
    by yourself [bsc#889126]
  - set the default umask to 077 in mysql-systemd-helper [bsc#1020976]
* Tue Apr 11 2017 kstreitova@suse.com
  - increase required physical memory in _constraints from 5 GB to
    7 GB in order to try to fix i586 build that fails because of
    "Out of memory" error
* Wed Mar 15 2017 kstreitova@suse.com
  - update to MariaDB 10.1.22 GA
    * notable changes
    * XtraDB updated to 5.6.35-80.0
    * TokuDB updated to 5.6.35-80.0
    * PCRE updated to 8.40
    * MDEV-12160: ed25519 authentication plugin
    * MDEV-11842: Fix a 10.1.21 regression with failed INSERT, BEFORE
      INSERT triggers, and columns with no default value
    * MDEV-12075: Fix a 10.1.21 regression in the InnoDB data file
      extension code
    * MDEV-11027: better InnoDB crash recovery progress reporting
    * MDEV-11520: improvements to how InnoDB data files are extended
    * Improvements to InnoDB startup/shutdown to make it more robust
    * MDEV-11233: fix for FULLTEXT index crash
    * MDEV-9734: systemd compatible bintar files now available
    * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10122-changelog/
    * fixes the following CVEs:
    * CVE-2017-3313 [bsc#1020890], CVE-2017-3302 [bsc#1022428]
  - refresh mysql-community-server-5.1.46-logrotate.patch
  - refresh mariadb-10.1.16-systemd-cmake.patch
  - remove mariadb-10.1.20-incorrect_list_handling.patch that is no
    longer needed [bsc#1022428] [CVE-2017-3302]
* Fri Feb 03 2017 kstreitova@suse.com
  - update to MariaDB 10.1.21
    * notable changes:
    * Innodb updated to 5.6.35
    * Performance Schema updated to 5.6.35
    * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10121-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10121-changelog/
    * fixes the following CVEs:
      CVE-2017-3318 [bsc#1020896], CVE-2017-3317 [bsc#1020894],
      CVE-2017-3312 [bsc#1020873], CVE-2017-3291 [bsc#1020884],
      CVE-2017-3265 [bsc#1020885], CVE-2017-3258 [bsc#1020875],
      CVE-2017-3257 [bsc#1020878], CVE-2017-3244 [bsc#1020877],
      CVE-2017-3243 [bsc#1020891], CVE-2017-3238 [bsc#1020882],
      CVE-2016-6664 [bsc#1008253]
  - add mariadb.te file to the filelist
  - add mysqld_safe_helper to the filelist
  - refresh mariadb-10.1.4-group.patch
  - add mariadb-10.1.20-incorrect_list_handling.patch to fix incorrect
    linked list handling in mysql_prune_stmt_list() function that can
    cause use-after-free error [bsc#1022428]
* Thu Jan 26 2017 dimstar@opensuse.org
  - Replace systemd and systemd-devel BuildRequires with
    pkgconfig(libsystemd), which matches what the build system is
    actually looking for.
* Tue Dec 27 2016 13ilya@gmail.com
  - update to MariaDB 10.1.20
    * notable changes:
    * XtraDB updated to 5.6.34-79.1
    * TokuDB updated to 5.6.34-79.1
    * HeidiSQL updated to 9.4
    * The limit for the table_open_cache system variable has been increased to 1024K
    * Galera wsrep library updated to 25.3.19
    * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10120-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10120-changelog/
* Fri Dec 02 2016 kstreitova@suse.com
  - update to MariaDB 10.1.19
    * notable changes:
    * XtraDB updated to 5.6.33-79.0
    * TokuDB updated to 5.6.33-79.0
    * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10119-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10119-changelog/
    * fixes for the following security vulnerabilities:
      CVE-2016-7440 [bsc#1005581]
      CVE-2016-5584 [bsc#1005558]
  - add mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to fix
    mysql_install_db.sh script to find data files in mariadb
    directories when a user uses "--basedir" option [bsc#1006539]
  -  switch to xz compression instead of bz2 for the following tarballs:
    * mysql-patches.tar.bz2 renamed to mysql-patches.tar.xz
    * configuration-tweaks.tar.bz2 renamed to configuration-tweaks.tar.xz
    replace occurrences of "bzip2" with "xz" in README.debug
* Mon Oct 24 2016 kstreitova@suse.com
  - update to 10.1.18
    * Release notes:
      https://mariadb.com/kb/en/mariadb/mariadb-10118-release-notes/
      https://mariadb.com/kb/en/mariadb/mariadb-10117-release-notes/
      https://mariadb.com/kb/en/mariadb/mariadb-10116-release-notes/
      https://mariadb.com/kb/en/mariadb/mariadb-10115-release-notes/
    * Changelog:
      https://mariadb.com/kb/en/mariadb/mariadb-10118-changelog/
      https://mariadb.com/kb/en/mariadb/mariadb-10117-changelog/
      https://mariadb.com/kb/en/mariadb/mariadb-10116-changelog/
      https://mariadb.com/kb/en/mariadb/mariadb-10115-changelog/
    * fixed CVE's:
      CVE-2016-8283, CVE-2016-6663, CVE-2016-5629, CVE-2016-5626,
      CVE-2016-5624, CVE-2016-5616, CVE-2016-3492, CVE-2016-6662,
      CVE-2016-5440, CVE-2016-3615, CVE-2016-3521, CVE-2016-3477
    * fix:
      [bsc#1005582], [bsc#1001367], [bsc#1005569], [bsc#1005566],
      [bsc#1005564], [bsc#1005562], [bsc#1005555], [bnc#998309],
      [bsc#989926],  [bsc#989922],  [bsc#989919],  [bsc#989913]
    * refresh mariadb-10.1.4-group.patch
    * refresh mariadb-10.1.12-fortify-and-O.patch
  - requires devel packages for aio and lzo2
  - remove mariadb-10.0.21-mysql-test_main_bootstrap.patch that is no
    longer needed [bnc#984858]
  - append "--ignore-db-dir=lost+found" to the mysqld options in
    "mysql-systemd-helper" script if "lost+found" directory is found
    in $datadir [bnc#986251]
  - remove syslog.target from *.service files [bsc#983938]
  - add BuildRequires: systemd-devel
  - make some dependecies switchable
  - add systemd to deps to build on leap and friends
  - add mariadb-10.1.16-systemd-cmake.patch to allow more
    (case-insensitive) values for 'WITH_SYSTEMD' variable in systemd.cmake
  - replace '%{_libexecdir}/systemd/system' with %{_unitdir} macro
  - remove useless mysql@default.service [bsc#971456]
  - replace all occurrences of the string "@sysconfdir@" with "/etc" in
    mysql-community-server-5.1.46-logrotate.patch as it wasn't expanded
    properly [bsc#990890]
* Sun Jun 12 2016 kstreitova@suse.com
  - update to 10.1.14
    * What is MariadDB 10.1:
      https://mariadb.com/kb/en/mariadb/what-is-mariadb-101/
    * CVEs fixed in 10.1.x branch
      CVE-2016-2047, CVE-2016-0668, CVE-2016-0651, CVE-2016-0650,
      CVE-2016-0649, CVE-2016-0646, CVE-2016-0644, CVE-2016-0642,
      CVE-2016-0641, CVE-2016-0640, CVE-2016-0616, CVE-2016-0610,
      CVE-2016-0609, CVE-2016-0608, CVE-2016-0606, CVE-2016-0600,
      CVE-2016-0598, CVE-2016-0597, CVE-2016-0596, CVE-2016-0546,
      CVE-2016-0505, CVE-2015-7744, CVE-2015-4913, CVE-2015-4895,
      CVE-2015-4879, CVE-2015-4870, CVE-2015-4866, CVE-2015-4864,
      CVE-2015-4861, CVE-2015-4858, CVE-2015-4836, CVE-2015-4830,
      CVE-2015-4826, CVE-2015-4819, CVE-2015-4816, CVE-2015-4815,
      CVE-2015-4807, CVE-2015-4802, CVE-2015-4792
    * adjust mysql-patches.tar.bz2 archive for mariadb-101
    * pack new MariaDB 10.1.x files
  - remove '%define _rundir' as 13.1 is out of support scope
  - temporarily disable OQGraph It seems to need the boost library with
    the version not earlier than 1.40 and not later than 1.55 (MDEV-9479)
  - add "BuildRequires: systemd-devel" for SLE12, openSUSE 13.2 and
    openSUSE Leap in order to enable systemd features during the build of
    mariadb-101 for these products. Otherwise we get "Performing Test
    HAVE_SYSTEMD - Failed" and systemd files aren't installed.
  - re-enable profiling support
  - don't remove HandlerSocket plugin [bnc#979524]
  - add 'log-error' and 'secure-file-priv' configuration options
    (added via configuration-tweaks.tar.bz2) [bsc#963810]
    * add '/etc/my.cnf.d/error_log.conf' that specifies
      'log-error = /var/log/mysql/mysqld.log'. If no path is set, the error
      log is written to '/var/lib/mysql/$HOSTNAME.err', which is not picked
      up by logrotate.
    * add '/etc/my.cnf.d/secure_file_priv.conf' which specifies that
      'LOAD DATA', 'SELECT ... INTO' and 'LOAD FILE()' will only work with
      files in the directory specified by 'secure-file-priv' option
      (='/var/lib/mysql-files').
  - run 'usermod -g mysql mysql' only if mysql user is not in mysql group.
    Run 'usermod -s /bin/false/ mysql' only if mysql user doesn't have
    '/bin/false' shell set.
  - don't delete the log data when migration fails
* Thu May 05 2016 dmueller@suse.com
  - fix constraints conditions for 32bit architectures
* Tue Feb 02 2016 kstreitova@suse.com
  - fix information leak via mysql-systemd-helper script
    [CVE-2015-5969], [bnc#957174]
* Mon Nov 30 2015 kstreitova@suse.com
  - update to 10.0.22
    * Release notes:
      https://kb.askmonty.org/en/mariadb-10022-release-notes/
    * Changelog:
      https://kb.askmonty.org/en/mariadb-10022-changelog/
    * fixed CVEs:
      CVE-2015-4802, CVE-2015-4807, CVE-2015-4815, CVE-2015-4826
      CVE-2015-4830, CVE-2015-4836, CVE-2015-4858, CVE-2015-4861
      CVE-2015-4870, CVE-2015-4913, CVE-2015-4792
    * remove the following patches (applied upstream)
    * mysql-community-server-5.6.12-srv_buf_size.patch
    * mariadb-10.0.16-header_files_const_warnings.patch
  - add mariadb-10.0.21-mysql-test_main_bootstrap.patch that fix
    main.bootstrap test (change default charset to utf8 in test
    result) [bnc#937787]
  - add mariadb-10.0.22-fix_build_denabled_profiling_off.patch to
    fix compilation with '-DENABLED_PROFILING=OFF'
* Fri Aug 28 2015 kstreitova@suse.com
  - update to MariaDB 10.0.21
    * changes:
    * https://mariadb.com/kb/en/mariadb/mariadb-10021-release-notes
    * the following patches were processed upstream and are no longer needed:
    * mariadb-5.5.28-hotcopy.patch
    * mariadb-5.1.50-strncat-overflow.patch
    * mysql-community-server-5.1.51-mysql_config.patch
    * mariadb-5.5.32-upgrade-exit-status.patch
    * mariadb-5.5.41-mariadb-admincrash.patch
  - use syntax in mysql-systemd-helper that is accepted by both mariadb
    and mysql [bnc#937767]
  - fix spurious macro expansion in comment in specfile
  - install INFO_BIN and INFO_SRC, noticed in MDEV-6912
  - replace readline-devel for readline5-devel (MDEV-6912) [bnc#902396]
  - use spec-cleaner
  - Tweak some cmake switches to enable more things
    * WITH_ASAN=OFF adress sanitization
      WITH_LIBWRAP=ON tcp wrappers
      ENABLED_PROFILING=OFF profiling disable (for mysql)
      ENABLE_DEBUG_SYNC=OFF debug testing sync disable (for mysql)
      WITH_PIC=ON by default we want pic generated binaries (for mysql)
  - set cmake options for MariaDB Galera Cluster
  - remove superfluous '--group' parameter from mysql-systemd-helper
  - make -devel package installable in the presence of LibreSSL
  - cleanup after the update-message if it was displayed
  - add 'exec' to mysql-systemd-helper to shutdown mysql/mariadb cleanly
    [bnc#943096]
  - remove redundant entry from %{_tmpfilesdir}/mysql.conf. Using both
    'x' and 'X' options is redundant and causes a warning message.
    Leaving only the 'x' line fixes this problem. [bnc#942908]
* Sat Jul 11 2015 tchvatal@suse.com
  - Sync to git state, fixes bnc#937754 too
* Tue Jul 07 2015 tchvatal@suse.com
  - Sync to git state fixing few triv issues
* Fri Jun 26 2015 tchvatal@suse.com
  - Enable testsuite
* Thu Jun 25 2015 tchvatal@suse.com
  - Update to 10.0.20:
    https://mariadb.com/kb/en/mariadb/mariadb-10020-release-notes/
    * Fixes bnc#934789 Logjam Attack using 512bit dh groups in ssl
  - Sync the package to git state, redoing initscripts to be more
    robust
* Tue Jun 23 2015 tchvatal@suse.com
  - Update to 10.0.19, sync to git state of repository:
    https://mariadb.com/kb/en/mariadb/mariadb-10019-release-notes/
* Tue Apr 14 2015 michal.hrusecky@opensuse.org
  - fix parent directory has insecure permissions error
* Tue Apr 14 2015 michal.hrusecky@opensuse.org
  - disable optional features for mariadb
    * still possible to use them from mariadb_100 package
* Mon Mar 23 2015 dvaleev@suse.com
  - Adjust _constraints. 11GB is not enough for ppc64 builds,
    increase to 13GB
* Wed Mar 11 2015 sweet_f_a@gmx.de
  - fix build for openSUSE 13.2 ppc bnc#921955
* Tue Mar 03 2015 michal.hrusecky@opensuse.org
  - Updated to the version 10.0.17
    * Release notes:
      http://kb.askmonty.org/v/mariadb-10017-release-notes
    * Changelog:
      http://kb.askmonty.org/v/mariadb-10017-changelog
  - merged patches to packaging git and regenerated
    * few fixes mainly to upgrades
* Mon Mar 02 2015 mgorse@suse.com
  - README.SuSE is now README.SUSE; fix name in some places.
* Fri Jan 23 2015 xrigou@otenet.gr
  - Fix undefined initial status in systemd script (boo #914370)
* Mon Jan 12 2015 xrigou@otenet.gr
  - Fix include dir in alternative cnf files (bnc #859345)
* Sat Dec 06 2014 michal.hrusecky@opensuse.org
  - run spec cleaner on spec
  - update to 10.0.15
    * Release notes:
      http://kb.askmonty.org/v/mariadb-10015-release-notes
    * Changelog:
      http://kb.askmonty.org/v/mariadb-10015-changelog
  - conditionally enable more storage engines
  - updated packaging to the latest templates
* Sun Nov 09 2014 Led <ledest@gmail.com>
  - fix bashism in posttrans script

Files

/usr/lib/rpm/macros.d
/usr/lib/rpm/macros.d/macros.mariadb-test


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:07:01 2024