forked from pool/mariadb
Accepting request 346880 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/346880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=50
This commit is contained in:
commit
f98d463b05
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8d6d0f3e672fe0b13c0eaf57a2659dc5da2cc26ceb2a0fca4d272490c7289163
|
oid sha256:77fca575a40f9e6c846e190b833784db778f188eb36ac01baec17aeb4cff3cba
|
||||||
size 317
|
size 316
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b9a32e15ceadefdb1057a02eb3e0addf702b75aef631a3c9194b832ecfa3545
|
|
||||||
size 56216903
|
|
3
mariadb-10.0.22.tar.gz
Normal file
3
mariadb-10.0.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e17f4aaccb7069a874555cca254974d0f0103f0ad5e2434acab6aa353dafc7b
|
||||||
|
size 56252325
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 30 11:38:12 UTC 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 14:38:45 UTC 2015 - kstreitova@suse.com
|
Fri Aug 28 14:38:45 UTC 2015 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
%define with_cassandra 0
|
%define with_cassandra 0
|
||||||
%endif
|
%endif
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 10.0.21
|
Version: 10.0.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Server part of %{pretty_name}
|
Summary: Server part of %{pretty_name}
|
||||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
@ -127,8 +127,8 @@ Provides: %{extra_provides}-debug-version = %{version}
|
|||||||
Obsoletes: %{extra_provides}-debug-version < %{version}
|
Obsoletes: %{extra_provides}-debug-version < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
# On mariadb we want readline5 and on mysql we use libedit from system
|
# On mariadb we want readline5 (except for SLE12) and on mysql we use libedit from system
|
||||||
%if "%{name}" == "mariadb"
|
%if ("%{name}" == "mariadb" ) && ! (( 0%{?suse_version} == 1315 ) && ( ! 0%{?is_opensuse} ))
|
||||||
BuildRequires: readline5-devel
|
BuildRequires: readline5-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7f9e27993a63973a763a8c2ca9d1ec8246b6989547e8352c1a5be7995c64cb37
|
oid sha256:1a5c5d9b7fc4f4b9e2cff38abb0dd8123aeae43b28c52ebdd0ad0e142da449f6
|
||||||
size 14773
|
size 13972
|
||||||
|
4
series
4
series
@ -6,10 +6,10 @@ mariadb-5.2.3-cnf.patch
|
|||||||
mysql-community-server-5.5.6-safe-process-in-bin.patch
|
mysql-community-server-5.5.6-safe-process-in-bin.patch
|
||||||
mariadb-10.0.17-group.patch
|
mariadb-10.0.17-group.patch
|
||||||
mariadb-10.0.5-deharcode-libdir.patch
|
mariadb-10.0.5-deharcode-libdir.patch
|
||||||
mysql-community-server-5.6.12-srv_buf_size.patch
|
|
||||||
mariadb-10.0.16-header_files_const_warnings.patch
|
|
||||||
mariadb-10.0.15-fortify-and-O.patch
|
mariadb-10.0.15-fortify-and-O.patch
|
||||||
mariadb-10.0.15-logrotate-su.patch
|
mariadb-10.0.15-logrotate-su.patch
|
||||||
mariadb-10.0.15-covscan-signexpr.patch
|
mariadb-10.0.15-covscan-signexpr.patch
|
||||||
mariadb-10.0.10-string-overflow.patch
|
mariadb-10.0.10-string-overflow.patch
|
||||||
mariadb-10.0.20-tabxml-bufferoverflowstrncat.patch
|
mariadb-10.0.20-tabxml-bufferoverflowstrncat.patch
|
||||||
|
mariadb-10.0.21-mysql-test_main_bootstrap.patch
|
||||||
|
mariadb-10.0.22-fix_build_denabled_profiling_off.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user