forked from pool/mariadb
Accepting request 638723 from server:database
OBS-URL: https://build.opensuse.org/request/show/638723 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=77
This commit is contained in:
commit
bc34a4377d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7b3078f8de874a4d451242a8a3eed49bf6f916dcd52fc3efa55886f5f35be27
|
||||
size 73409162
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iEYEABECAAYFAltx6xsACgkQy8sIKhu5Q9tyUwCfaiU/m0c5UJSSy81Ls5gk2a6q
|
||||
8YUAoKt/om5vHhGzNmEW4DHAYHbzSZO6
|
||||
=h/iF
|
||||
-----END PGP SIGNATURE-----
|
3
mariadb-10.2.18.tar.gz
Normal file
3
mariadb-10.2.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24cef69a81deb7c778de6b226cfedf84193133c49b22e4a37b6a454ec401fc78
|
||||
size 71715758
|
7
mariadb-10.2.18.tar.gz.sig
Normal file
7
mariadb-10.2.18.tar.gz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iEYEABECAAYFAluptx8ACgkQy8sIKhu5Q9tRXgCfaNROAo21kB1ZJmhP3IlQWSwx
|
||||
rxIAoI01G/GOYA73vERmaTxK5ePGXepD
|
||||
=EgaD
|
||||
-----END PGP SIGNATURE-----
|
@ -9,7 +9,7 @@ Index: CMakeLists.txt
|
||||
===================================================================
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -217,7 +217,6 @@ IF(SECURITY_HARDENED)
|
||||
@@ -224,7 +224,6 @@ IF(SECURITY_HARDENED)
|
||||
MY_CHECK_AND_SET_COMPILER_FLAG("-pie -fPIC")
|
||||
MY_CHECK_AND_SET_COMPILER_FLAG("-Wl,-z,relro,-z,now")
|
||||
MY_CHECK_AND_SET_COMPILER_FLAG("-fstack-protector --param=ssp-buffer-size=4")
|
||||
@ -33,8 +33,8 @@ Index: storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
|
||||
)
|
||||
endif ()
|
||||
|
||||
@@ -102,23 +100,23 @@ set_cflags_if_supported(
|
||||
)
|
||||
@@ -111,23 +109,23 @@ set_cflags_if_supported(
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions")
|
||||
|
||||
## set extra debugging flags and preprocessor definitions
|
||||
-set(CMAKE_C_FLAGS_DEBUG "-g3 -O0 ${CMAKE_C_FLAGS_DEBUG}")
|
||||
@ -65,7 +65,7 @@ Index: storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake
|
||||
else ()
|
||||
if (APPLE)
|
||||
set(FLTO_OPTS "-fwhole-program")
|
||||
@@ -126,10 +124,10 @@ else ()
|
||||
@@ -135,10 +133,10 @@ else ()
|
||||
set(FLTO_OPTS "-fuse-linker-plugin")
|
||||
endif()
|
||||
# we overwrite this because the default passes -DNDEBUG and we don't want that
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 09:28:21 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
- update to 10.2.18 GA
|
||||
* notable changes:
|
||||
* 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
|
||||
* fixes for the following security vulnerabilities: none
|
||||
* 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-10.2.4-fortify-and-O.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 08:15:11 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
%define with_mroonga 0
|
||||
%endif
|
||||
Name: mariadb
|
||||
Version: 10.2.17
|
||||
Version: 10.2.18
|
||||
Release: 0
|
||||
Summary: Server part of MariaDB
|
||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||
|
Loading…
Reference in New Issue
Block a user