mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mariadb: security bump to 10.2.26
mariadb: security bump to 10.2.26
New upstream release. Addresses:
CVE-2019-2805
CVE-2019-2740
CVE-2019-2739
CVE-2019-2737
CVE-2019-2758
Package updates:
- includes "THIRDPARTY" in PKG_LICENSE_FILES
- drops client_ed25519 as a dynamic plugin and install it with the lib
as per upstream decision
- refreshes patches
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -24,7 +24,7 @@ Date: Sun Dec 9 21:19:24 2018 +0100
|
||||
|
||||
--- a/client/mysql.cc
|
||||
+++ b/client/mysql.cc
|
||||
@@ -2577,7 +2577,7 @@ C_MODE_END
|
||||
@@ -2578,7 +2578,7 @@ C_MODE_END
|
||||
if not.
|
||||
*/
|
||||
|
||||
@@ -33,7 +33,7 @@ Date: Sun Dec 9 21:19:24 2018 +0100
|
||||
static int fake_magic_space(int, int);
|
||||
extern "C" char *no_completion(const char*,int)
|
||||
#elif defined(USE_LIBEDIT_INTERFACE)
|
||||
@@ -2659,7 +2659,7 @@ static int not_in_history(const char *li
|
||||
@@ -2660,7 +2660,7 @@ static int not_in_history(const char *li
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ Date: Sun Dec 9 21:19:24 2018 +0100
|
||||
static int fake_magic_space(int, int)
|
||||
#else
|
||||
static int fake_magic_space(const char *, int)
|
||||
@@ -2676,7 +2676,7 @@ static void initialize_readline (char *n
|
||||
@@ -2677,7 +2677,7 @@ static void initialize_readline (char *n
|
||||
rl_readline_name = name;
|
||||
|
||||
/* Tell the completer that we want a crack first. */
|
||||
@@ -51,7 +51,7 @@ Date: Sun Dec 9 21:19:24 2018 +0100
|
||||
rl_attempted_completion_function= (rl_completion_func_t*)&new_mysql_completion;
|
||||
rl_completion_entry_function= (rl_compentry_func_t*)&no_completion;
|
||||
|
||||
@@ -2706,7 +2706,7 @@ static char **new_mysql_completion(const
|
||||
@@ -2707,7 +2707,7 @@ static char **new_mysql_completion(const
|
||||
int end __attribute__((unused)))
|
||||
{
|
||||
if (!status.batch && !quick)
|
||||
|
||||
Reference in New Issue
Block a user