Commit 235d5605 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Update changelog and refresh patches after 10.1.31 import

parent a5747ce0
mariadb-10.1 (10.1.31-0ubuntu0.17.10.1) artful-security; urgency=high
* SECURITY UPDATE: New upstream release 10.1.31. Includes fixes for
the following security vulnerabilities (LP: #1751920):
- CVE-2018-2668
- CVE-2018-2665
- CVE-2018-2640
- CVE-2018-2622
- CVE-2018-2612
- CVE-2018-2562
* Update git-buildpackage Debian branch setting so gbp import-orig works
* Update git-buildpackage filters to match master branch
* Update VCS-* links to point to the new source repository
-- Otto Kekäläinen <otto@debian.org> Mon, 26 Feb 2018 18:07:57 -0500
mariadb-10.1 (10.1.30-0ubuntu0.17.10.1) artful-security; urgency=high mariadb-10.1 (10.1.30-0ubuntu0.17.10.1) artful-security; urgency=high
[ Otto Kekäläinen ] [ Otto Kekäläinen ]
......
...@@ -23,7 +23,7 @@ index 0057c7f..43ad114 100644 ...@@ -23,7 +23,7 @@ index 0057c7f..43ad114 100644
${LIBM} ${LIBNSL} ${LIBBIND} ${LIBCRYPT} ${LIBSOCKET} ${LIBDL} ${CMAKE_THREAD_LIBS_INIT} ${LIBRT} ${LIBEXECINFO}) ${LIBM} ${LIBNSL} ${LIBBIND} ${LIBCRYPT} ${LIBSOCKET} ${LIBDL} ${CMAKE_THREAD_LIBS_INIT} ${LIBRT} ${LIBEXECINFO})
# Need explicit pthread for gcc -fsanitize=address # Need explicit pthread for gcc -fsanitize=address
IF(CMAKE_USE_PTHREADS_INIT AND CMAKE_C_FLAGS MATCHES "-fsanitize=") IF(CMAKE_USE_PTHREADS_INIT AND CMAKE_C_FLAGS MATCHES "-fsanitize=")
@@ -1028,7 +1028,26 @@ ELSEIF(NOT WITH_ATOMIC_OPS) @@ -1038,7 +1038,26 @@ ELSEIF(NOT WITH_ATOMIC_OPS)
long long int *ptr= &var; long long int *ptr= &var;
return (int)__atomic_load_n(ptr, __ATOMIC_SEQ_CST); return (int)__atomic_load_n(ptr, __ATOMIC_SEQ_CST);
}" }"
......
...@@ -10,7 +10,7 @@ diff --git a/mysql-test/CMakeLists.txt b/mysql-test/CMakeLists.txt ...@@ -10,7 +10,7 @@ diff --git a/mysql-test/CMakeLists.txt b/mysql-test/CMakeLists.txt
index 1c7cfaf..bc45177 100644 index 1c7cfaf..bc45177 100644
--- a/mysql-test/CMakeLists.txt --- a/mysql-test/CMakeLists.txt
+++ b/mysql-test/CMakeLists.txt +++ b/mysql-test/CMakeLists.txt
@@ -64,7 +64,7 @@ ELSE() @@ -65,7 +65,7 @@ ELSE()
ENDIF() ENDIF()
......
...@@ -10,7 +10,7 @@ diff --git a/storage/tokudb/PerconaFT/portability/portability.cc b/storage/tokud ...@@ -10,7 +10,7 @@ diff --git a/storage/tokudb/PerconaFT/portability/portability.cc b/storage/tokud
index 19f445a..73dce92 100644 index 19f445a..73dce92 100644
--- a/storage/tokudb/PerconaFT/portability/portability.cc --- a/storage/tokudb/PerconaFT/portability/portability.cc
+++ b/storage/tokudb/PerconaFT/portability/portability.cc +++ b/storage/tokudb/PerconaFT/portability/portability.cc
@@ -115,6 +115,10 @@ toku_os_gettid(void) { @@ -118,6 +118,10 @@ toku_os_gettid(void) {
return syscall(SYS_gettid); return syscall(SYS_gettid);
#elif defined(HAVE_PTHREAD_GETTHREADID_NP) #elif defined(HAVE_PTHREAD_GETTHREADID_NP)
return pthread_getthreadid_np(); return pthread_getthreadid_np();
......
...@@ -173,9 +173,9 @@ index acbd80b..5819d79 100644 ...@@ -173,9 +173,9 @@ index acbd80b..5819d79 100644
+ OUTPUT_NAME mariadbclient + OUTPUT_NAME mariadbclient
VERSION "${OS_SHARED_LIB_VERSION}" VERSION "${OS_SHARED_LIB_VERSION}"
SOVERSION "${SHARED_LIB_MAJOR_VERSION}") SOVERSION "${SHARED_LIB_MAJOR_VERSION}")
IF(LINK_FLAG_NO_UNDEFINED OR VERSION_SCRIPT_LINK_FLAGS) IF(VERSION_SCRIPT_LINK_FLAGS)
@@ -510,13 +515,13 @@ IF(NOT DISABLE_SHARED) @@ -510,13 +515,13 @@ IF(NOT DISABLE_SHARED)
"${libmysql_link_flags} ${LINK_FLAG_NO_UNDEFINED} ${VERSION_SCRIPT_LINK_FLAGS}") "${libmysql_link_flags} ${VERSION_SCRIPT_LINK_FLAGS}")
ENDIF() ENDIF()
# clean direct output needs to be set several targets have the same name # clean direct output needs to be set several targets have the same name
- #(mysqlclient in this case) - #(mysqlclient in this case)
......
...@@ -16,7 +16,7 @@ diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl ...@@ -16,7 +16,7 @@ diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index ac9f493..7e7f116 100755 index ac9f493..7e7f116 100755
--- a/mysql-test/mysql-test-run.pl --- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl
@@ -3203,6 +3203,10 @@ sub mysql_install_db { @@ -3207,6 +3207,10 @@ sub mysql_install_db {
mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql", mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
$bootstrap_sql_file); $bootstrap_sql_file);
......
...@@ -15,7 +15,7 @@ diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh ...@@ -15,7 +15,7 @@ diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index aad9ef5..c6f0e3c 100644 index aad9ef5..c6f0e3c 100644
--- a/scripts/mysql_install_db.sh --- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh
@@ -408,7 +408,7 @@ then @@ -414,7 +414,7 @@ then
fi fi
# Create database directories # Create database directories
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment