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
f0256238
Commit
f0256238
authored
May 03, 2019
by
Otto Kekäläinen
Browse files
Update changelog and refresh patches after 10.1.39 import
parent
c90ffae0
Changes
5
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f0256238
mariadb
-
10.1
(
10.1.39
-
0
+
deb9u1
)
stretch
-
security
;
urgency
=
high
*
SECURITY
UPDATE
:
New
upstream
version
10.1.39
.
Includes
fixes
for
the
following
security
vulnerabilities
:
-
CVE
-
2019
-
2627
-
CVE
-
2019
-
2614
*
Amend
previous
changelog
entries
to
include
newly
released
CVE
numbers
.
--
Otto
Kek
ä
l
ä
inen
<
otto
@
debian
.
org
>
Fri
,
03
May
2019
10
:
18
:
41
+
0300
mariadb
-
10.1
(
10.1.38
-
0
+
deb9u1
)
stretch
;
urgency
=
medium
mariadb
-
10.1
(
10.1.38
-
0
+
deb9u1
)
stretch
;
urgency
=
medium
*
SECURITY
UPDATE
:
New
upstream
release
10.1.38
.
Includes
fixes
for
*
SECURITY
UPDATE
:
New
upstream
release
10.1.38
.
Includes
fixes
for
...
@@ -23,6 +33,7 @@ mariadb-10.1 (10.1.37-0+deb9u1) stretch-security; urgency=high
...
@@ -23,6 +33,7 @@ mariadb-10.1 (10.1.37-0+deb9u1) stretch-security; urgency=high
*
SECURITY
UPDATE
:
New
upstream
release
10.1.37
.
Includes
fixes
for
*
SECURITY
UPDATE
:
New
upstream
release
10.1.37
.
Includes
fixes
for
the
following
security
vulnerabilities
(
Closes
:
#
912848
):
the
following
security
vulnerabilities
(
Closes
:
#
912848
):
-
CVE
-
2019
-
2503
-
CVE
-
2018
-
3282
-
CVE
-
2018
-
3282
-
CVE
-
2018
-
3251
-
CVE
-
2018
-
3251
-
CVE
-
2018
-
3174
-
CVE
-
2018
-
3174
...
@@ -46,6 +57,7 @@ mariadb-10.1 (10.1.37-0+deb9u1) stretch-security; urgency=high
...
@@ -46,6 +57,7 @@ mariadb-10.1 (10.1.37-0+deb9u1) stretch-security; urgency=high
-
CVE
-
2018
-
3058
-
CVE
-
2018
-
3058
*
Previous
upstream
version
10.1.33
included
fixes
for
the
following
*
Previous
upstream
version
10.1.33
included
fixes
for
the
following
security
vulnerabilities
:
security
vulnerabilities
:
-
CVE
-
2019
-
2455
-
CVE
-
2018
-
2819
-
CVE
-
2018
-
2819
-
CVE
-
2018
-
2817
-
CVE
-
2018
-
2817
-
CVE
-
2018
-
2813
-
CVE
-
2018
-
2813
...
@@ -69,6 +81,7 @@ mariadb-10.1 (10.1.37-0+deb9u1) stretch-security; urgency=high
...
@@ -69,6 +81,7 @@ mariadb-10.1 (10.1.37-0+deb9u1) stretch-security; urgency=high
*
Revert
"Update d/gbp.conf to track stretch branches"
*
Revert
"Update d/gbp.conf to track stretch branches"
*
New
upstream
version
10.1.30
.
Includes
fixes
for
the
following
*
New
upstream
version
10.1.30
.
Includes
fixes
for
the
following
security
vulnerabilities
(
Closes
:
#
885345
):
security
vulnerabilities
(
Closes
:
#
885345
):
-
CVE
-
2018
-
3133
-
CVE
-
2017
-
15365
-
CVE
-
2017
-
15365
*
Amend
previous
Debian
changelog
entries
to
contain
new
CVE
identifiers
*
Amend
previous
Debian
changelog
entries
to
contain
new
CVE
identifiers
*
Refresh
patches
for
MariaDB
10.1.30
and
again
for
.34
*
Refresh
patches
for
MariaDB
10.1.30
and
again
for
.34
...
...
debian/patches/mips-compilation-failure-__bss_start-symbol-miss.patch
View file @
f0256238
...
@@ -18,11 +18,9 @@ and will correctly detect if __bss_start will be available or not.
...
@@ -18,11 +18,9 @@ and will correctly detect if __bss_start will be available or not.
configure.cmake | 3 +++
configure.cmake | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53d67813b5c..b6300d28b2d 100644
--- a/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3
18
,6 +3
18
,8 @@
ELSE()
@@ -3
33
,6 +3
33
,8 @@
ELSE()
SET(DEFAULT_TMPDIR "\"${TMPDIR}\"")
SET(DEFAULT_TMPDIR "\"${TMPDIR}\"")
ENDIF()
ENDIF()
...
@@ -31,7 +29,7 @@ index 53d67813b5c..b6300d28b2d 100644
...
@@ -31,7 +29,7 @@ index 53d67813b5c..b6300d28b2d 100644
# Run platform tests
# Run platform tests
INCLUDE(configure.cmake)
INCLUDE(configure.cmake)
@@ -35
0
,8 +3
52
,6 @@
CHECK_JEMALLOC()
@@ -3
6
5,8 +3
67
,6 @@
CHECK_JEMALLOC()
CHECK_PCRE()
CHECK_PCRE()
...
@@ -40,8 +38,6 @@ index 53d67813b5c..b6300d28b2d 100644
...
@@ -40,8 +38,6 @@ index 53d67813b5c..b6300d28b2d 100644
IF(CMAKE_CROSSCOMPILING)
IF(CMAKE_CROSSCOMPILING)
SET(IMPORT_EXECUTABLES "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Path to import_executables.cmake from a native build")
SET(IMPORT_EXECUTABLES "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Path to import_executables.cmake from a native build")
INCLUDE(${IMPORT_EXECUTABLES})
INCLUDE(${IMPORT_EXECUTABLES})
diff --git a/cmake/systemd.cmake b/cmake/systemd.cmake
index 692d4df9f26..61ff6e8812b 100644
--- a/cmake/systemd.cmake
--- a/cmake/systemd.cmake
+++ b/cmake/systemd.cmake
+++ b/cmake/systemd.cmake
@@ -15,6 +15,8 @@
@@ -15,6 +15,8 @@
...
@@ -53,8 +49,6 @@ index 692d4df9f26..61ff6e8812b 100644
...
@@ -53,8 +49,6 @@ index 692d4df9f26..61ff6e8812b 100644
MACRO(CHECK_SYSTEMD)
MACRO(CHECK_SYSTEMD)
IF(UNIX)
IF(UNIX)
diff --git a/configure.cmake b/configure.cmake
index b036d457294..b2d8fbcdb9e 100644
--- a/configure.cmake
--- a/configure.cmake
+++ b/configure.cmake
+++ b/configure.cmake
@@ -130,6 +130,9 @@
IF(UNIX)
@@ -130,6 +130,9 @@
IF(UNIX)
...
@@ -67,6 +61,3 @@ index b036d457294..b2d8fbcdb9e 100644
...
@@ -67,6 +61,3 @@ index b036d457294..b2d8fbcdb9e 100644
# 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=")
SET(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} pthread)
SET(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} pthread)
--
2.19.2
debian/patches/mysql-test__db_test.patch
View file @
f0256238
...
@@ -14,7 +14,7 @@ Subject: mysql-test__db_test
...
@@ -14,7 +14,7 @@ Subject: mysql-test__db_test
--- 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
@@ -322
5
,6 +322
5
,10 @@
sub mysql_install_db {
@@ -322
7
,6 +322
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/remove_rename_mariadb-server_files_in.patch
View file @
f0256238
...
@@ -8,7 +8,7 @@ Subject: remove_rename_mariadb-server_files_in
...
@@ -8,7 +8,7 @@ Subject: remove_rename_mariadb-server_files_in
--- a/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4
5
6,12 +4
5
6,6 @@
CONFIGURE_FILE(
@@ -46
5
,12 +46
5
,6 @@
CONFIGURE_FILE(
${CMAKE_SOURCE_DIR}/cmake/info_macros.cmake.in
${CMAKE_SOURCE_DIR}/cmake/info_macros.cmake.in
${CMAKE_BINARY_DIR}/info_macros.cmake @ONLY)
${CMAKE_BINARY_DIR}/info_macros.cmake @ONLY)
...
...
debian/patches/scripts__mysql_install_db.sh__no_test.patch
View file @
f0256238
...
@@ -2,23 +2,16 @@ From: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
...
@@ -2,23 +2,16 @@ From: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Date: Thu, 10 Aug 2017 20:40:28 +0200
Date: Thu, 10 Aug 2017 20:40:28 +0200
Subject: scripts__mysql_install_db.sh__no_test
Subject: scripts__mysql_install_db.sh__no_test
## 41_scripts__mysql_install_db.sh__no_test.dpatch by <ch@debian.org>
Updated 2019-05-03 to match upstream change:
##
https://github.com/mariadb/server/commit/3db6de33b2b47a3c31bc8f8deb721abe0c5b0e1c
## All lines beginning with `## DP:' are a description of the patch.
##
DP: scripts__mysql_install_db.sh__no_test
##
DP: http://bugs.mysql.com/bug.php?id=6901
---
scripts/mysql_install_db.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/scripts/mysql_install_db.sh
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -429,7 +429,7 @@
then
@@ -36,7 +36,6 @@
in_rpm=0
fi
ip_only=0
cross_bootstrap=0
# Create database directories
install_params="create database if not exists mysql;
-for dir in "$ldata" "$ldata/mysql" "$ldata/test"
-create database if not exists test;
+for dir in "$ldata" "$ldata/mysql"
use mysql;"
do
auth_root_authentication_method=normal
if test ! -d "$dir"
auth_root_socket_user='root'
then
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