forked from pool/mariadb
Accepting request 879293 from home:kstreitova:branches:server:database
- Update to 10.5.9 * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-1059-release-notes https://mariadb.com/kb/en/library/mariadb-1059-changelog * fixes for the following security vulnerabilities: 10.5.9: none - Tracker bug: [bsc#1182739] - Update fixes [bsc#1182255] (MDL BF-BF Conflict caused by TRUNCATE TABLE) - refresh mariadb-10.2.19-link-and-enable-c++11-atomics.patch - remove fix-lock-rollback-assert-abort.patch (applied upstream) OBS-URL: https://build.opensuse.org/request/show/879293 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=267
This commit is contained in:
parent
cd8fa83003
commit
9356248433
@ -7,11 +7,11 @@ Date: Fri Dec 21 19:14:04 2018 +0200
|
||||
atomic operations. Check first if support is available without
|
||||
linking, otherwise use the library.
|
||||
|
||||
Index: mariadb-10.5.8/configure.cmake
|
||||
Index: mariadb-10.5.9/configure.cmake
|
||||
===================================================================
|
||||
--- mariadb-10.5.8.orig/configure.cmake
|
||||
+++ mariadb-10.5.8/configure.cmake
|
||||
@@ -861,7 +861,25 @@ int main()
|
||||
--- mariadb-10.5.9.orig/configure.cmake
|
||||
+++ mariadb-10.5.9/configure.cmake
|
||||
@@ -862,7 +862,25 @@ int main()
|
||||
long long int *ptr= &var;
|
||||
return (int)__atomic_load_n(ptr, __ATOMIC_SEQ_CST);
|
||||
}"
|
||||
@ -38,11 +38,11 @@ Index: mariadb-10.5.8/configure.cmake
|
||||
|
||||
IF(WITH_VALGRIND)
|
||||
SET(HAVE_valgrind 1)
|
||||
Index: mariadb-10.5.8/mysys/CMakeLists.txt
|
||||
Index: mariadb-10.5.9/mysys/CMakeLists.txt
|
||||
===================================================================
|
||||
--- mariadb-10.5.8.orig/mysys/CMakeLists.txt
|
||||
+++ mariadb-10.5.8/mysys/CMakeLists.txt
|
||||
@@ -140,6 +140,10 @@ TARGET_LINK_LIBRARIES(mysys dbug strings
|
||||
--- mariadb-10.5.9.orig/mysys/CMakeLists.txt
|
||||
+++ mariadb-10.5.9/mysys/CMakeLists.txt
|
||||
@@ -154,6 +154,10 @@ TARGET_LINK_LIBRARIES(mysys dbug strings
|
||||
${LIBNSL} ${LIBM} ${LIBRT} ${CMAKE_DL_LIBS} ${LIBSOCKET} ${LIBEXECINFO})
|
||||
DTRACE_INSTRUMENT(mysys)
|
||||
|
||||
@ -53,11 +53,11 @@ Index: mariadb-10.5.8/mysys/CMakeLists.txt
|
||||
IF(HAVE_BFD_H)
|
||||
TARGET_LINK_LIBRARIES(mysys bfd)
|
||||
ENDIF(HAVE_BFD_H)
|
||||
Index: mariadb-10.5.8/sql/CMakeLists.txt
|
||||
Index: mariadb-10.5.9/sql/CMakeLists.txt
|
||||
===================================================================
|
||||
--- mariadb-10.5.8.orig/sql/CMakeLists.txt
|
||||
+++ mariadb-10.5.8/sql/CMakeLists.txt
|
||||
@@ -215,6 +215,10 @@ ELSE()
|
||||
--- mariadb-10.5.9.orig/sql/CMakeLists.txt
|
||||
+++ mariadb-10.5.9/sql/CMakeLists.txt
|
||||
@@ -222,6 +222,10 @@ ELSE()
|
||||
SET(MYSQLD_SOURCE main.cc ${DTRACE_PROBES_ALL})
|
||||
ENDIF()
|
||||
|
||||
@ -65,6 +65,6 @@ Index: mariadb-10.5.8/sql/CMakeLists.txt
|
||||
+ TARGET_LINK_LIBRARIES(sql atomic)
|
||||
+ENDIF()
|
||||
+
|
||||
IF(MSVC)
|
||||
IF(MSVC OR CMAKE_SYSTEM_NAME MATCHES AIX)
|
||||
SET(libs_to_export_symbols sql mysys dbug strings)
|
||||
# Create shared library of already compiled object
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb4824f6f2c532cd3fc6a6bce7bf78ea7c6b949f8bdd07656b2c84344e757be8
|
||||
size 88206163
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQQZk2nlQEvV/H0v5DvLywgqG7lD2wUCX6s7dQAKCRDLywgqG7lD
|
||||
27aMAKCAdX+NC/VksUO9bk5zjiaPLVdZzwCfTrccWCS7uAGMk2fLbFMLb4DSQ20=
|
||||
=hJl1
|
||||
-----END PGP SIGNATURE-----
|
3
mariadb-10.5.9.tar.gz
Normal file
3
mariadb-10.5.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40ab19aeb8de141fdc188cf2251213c9e7351bee4d0cd29db704fae68d1068cf
|
||||
size 88639930
|
6
mariadb-10.5.9.tar.gz.sig
Normal file
6
mariadb-10.5.9.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQQZk2nlQEvV/H0v5DvLywgqG7lD2wUCYDAyFgAKCRDLywgqG7lD
|
||||
2wrXAJ4vsH4IiLiLTiF4fwE0qcHZL4joLgCffboEebE3ibxCXu+9Zp03n+LHVpk=
|
||||
=I2yi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 22:07:53 UTC 2021 - Kristyna Streitova <kstreitova@suse.com>
|
||||
|
||||
- Update to 10.5.9
|
||||
* release notes and changelog:
|
||||
https://mariadb.com/kb/en/library/mariadb-1059-release-notes
|
||||
https://mariadb.com/kb/en/library/mariadb-1059-changelog
|
||||
* fixes for the following security vulnerabilities:
|
||||
10.5.9: none
|
||||
- Tracker bug: [bsc#1182739]
|
||||
- Update fixes [bsc#1182255] (MDL BF-BF Conflict caused by
|
||||
TRUNCATE TABLE)
|
||||
- refresh mariadb-10.2.19-link-and-enable-c++11-atomics.patch
|
||||
- remove fix-lock-rollback-assert-abort.patch (applied upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 18:49:43 UTC 2021 - Kristyna Streitova <kstreitova@suse.com>
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
# Build with cracklib plugin when cracklib-dict-full >= 2.9.0 is available
|
||||
%define with_cracklib_plugin 0
|
||||
Name: mariadb
|
||||
Version: 10.5.8
|
||||
Version: 10.5.9
|
||||
Release: 0
|
||||
Summary: Server part of MariaDB
|
||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||
@ -85,7 +85,6 @@ Patch4: mariadb-10.2.4-fortify-and-O.patch
|
||||
Patch5: mariadb-10.2.19-link-and-enable-c++11-atomics.patch
|
||||
Patch6: mariadb-10.4.12-harden_setuid.patch
|
||||
Patch7: mariadb-10.4.12-fix-install-db.patch
|
||||
Patch8: fix-lock-rollback-assert-abort.patch
|
||||
# needed for bison SQL parser and wsrep API
|
||||
BuildRequires: bison
|
||||
BuildRequires: cmake
|
||||
@ -374,7 +373,6 @@ find . -name "*.jar" -type f -exec rm --verbose -f {} \;
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
cp %{_sourcedir}/suse-test-run .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user