Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
235d5605
Commit
235d5605
authored
Feb 26, 2018
by
Otto Kekäläinen
Browse files
Update changelog and refresh patches after 10.1.31 import
parent
a5747ce0
Changes
8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
235d5605
mariadb
-
10.1
(
10.1.31
-
0u
buntu0
.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
-
0u
buntu0
.17.10.1
)
artful
-
security
;
urgency
=
high
mariadb
-
10.1
(
10.1.30
-
0u
buntu0
.17.10.1
)
artful
-
security
;
urgency
=
high
[
Otto
Kek
ä
l
ä
inen
]
[
Otto
Kek
ä
l
ä
inen
]
...
...
debian/patches/0026-Mroonga-fix-ice-arm64.patch
View file @
235d5605
debian/patches/c11_atomics.patch
View file @
235d5605
...
@@ -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=")
@@ -10
2
8,7 +10
2
8,26 @@
ELSEIF(NOT WITH_ATOMIC_OPS)
@@ -10
3
8,7 +10
3
8,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);
}"
}"
...
...
debian/patches/extend_default_test_timeout_for_tokudb.patch
View file @
235d5605
...
@@ -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
@@ -6
4
,7 +6
4
,7 @@
ELSE()
@@ -6
5
,7 +6
5
,7 @@
ELSE()
ENDIF()
ENDIF()
...
...
debian/patches/kFreeBSD-gettid.patch
View file @
235d5605
...
@@ -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
@@ -11
5
,6 +11
5
,10 @@
toku_os_gettid(void) {
@@ -11
8
,6 +11
8
,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();
...
...
debian/patches/libmariadbclient-rename.patch
View file @
235d5605
...
@@ -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)
...
...
debian/patches/mysql-test__db_test.patch
View file @
235d5605
...
@@ -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
@@ -320
3
,6 +320
3
,10 @@
sub mysql_install_db {
@@ -320
7
,6 +320
7
,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);
...
...
debian/patches/scripts__mysql_install_db.sh__no_test.patch
View file @
235d5605
...
@@ -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
@@ -4
08
,7 +4
08
,7 @@
then
@@ -4
14
,7 +4
14
,7 @@
then
fi
fi
# Create database directories
# Create database directories
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment