diff --git a/mariadb-10.2.18.tar.gz b/mariadb-10.2.18.tar.gz deleted file mode 100644 index d9e809c..0000000 --- a/mariadb-10.2.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24cef69a81deb7c778de6b226cfedf84193133c49b22e4a37b6a454ec401fc78 -size 71715758 diff --git a/mariadb-10.2.18.tar.gz.sig b/mariadb-10.2.18.tar.gz.sig deleted file mode 100644 index c3efe42..0000000 --- a/mariadb-10.2.18.tar.gz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAluptx8ACgkQy8sIKhu5Q9tRXgCfaNROAo21kB1ZJmhP3IlQWSwx -rxIAoI01G/GOYA73vERmaTxK5ePGXepD -=EgaD ------END PGP SIGNATURE----- diff --git a/mariadb-10.2.19.tar.gz b/mariadb-10.2.19.tar.gz new file mode 100644 index 0000000..47a3bfc --- /dev/null +++ b/mariadb-10.2.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e103cfd73ee96d58402073e9513f0f7b5c0bd216641faecc8d763fb6529727 +size 71856357 diff --git a/mariadb-10.2.19.tar.gz.sig b/mariadb-10.2.19.tar.gz.sig new file mode 100644 index 0000000..9344f72 --- /dev/null +++ b/mariadb-10.2.19.tar.gz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAlvqESQACgkQy8sIKhu5Q9uNigCdHL6cuWFDbpRNjla4ekBojtVk +NfIAoPCWnL5TKkj9M6KMW3HezyWmpAfP +=hgQ7 +-----END PGP SIGNATURE----- diff --git a/mariadb.changes b/mariadb.changes index 8566851..3435e9b 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +Wed Nov 14 09:42:24 UTC 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 14:59:59 UTC 2018 - kstreitova@suse.com + +- 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] + + ------------------------------------------------------------------- Wed Sep 26 09:28:21 UTC 2018 - kstreitova@suse.com diff --git a/mariadb.spec b/mariadb.spec index 7234a87..fe1c0ca 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -48,7 +48,7 @@ %define with_mroonga 0 %endif Name: mariadb -Version: 10.2.18 +Version: 10.2.19 Release: 0 Summary: Server part of MariaDB License: SUSE-GPL-2.0-with-FLOSS-exception @@ -273,6 +273,8 @@ Requires: %{name} = %{version} Requires: %{name}-bench = %{version} Requires: %{name}-client = %{version} Requires: %{name}-tools = %{version} +# Requires libmariadb_plugins in order to test client plugins successfuly +Requires: libmariadb_plugins >= 3.0 Requires: perl-DBD-mysql Requires: procps Requires: time @@ -498,9 +500,6 @@ rm -f %{buildroot}'%{_unitdir}/mariadb@bootstrap.service.d/use_galera_new_cluste # Remove systemd-sysusers conf file for creating of mysql user (we do it in the specfile) rm -f %{buildroot}%{_sysusersdir}/sysusers.conf -# Remove debug management for keys Mariadb 101+ -rm -f %{buildroot}%{_libdir}/mysql/plugin/debug_key_management.so - # Remove client libraries that are now provided in mariadb-connector-c # Client library and links rm %{buildroot}%{_libdir}/libmariadb*.so.* @@ -513,6 +512,7 @@ rm %{buildroot}%{_libdir}/mysql/plugin/{auth_gssapi_client.so,dialog.so,mysql_cl rm %{buildroot}%{_bindir}/mysql_config rm %{buildroot}%{_bindir}/mariadb_config rm %{buildroot}%{_datadir}/pkgconfig/mariadb.pc +rm %{buildroot}%{_prefix}/lib/pkgconfig/libmariadb.pc rm %{buildroot}%{_datadir}/aclocal/mysql.m4 rm %{buildroot}%{_mandir}/man1/mysql_config*.1* rm -r %{buildroot}%{_includedir}/mysql