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
MariaDB and MySQL Packaging Team
mariadb-5.5
Commits
fa322efd
Commit
fa322efd
authored
Sep 14, 2016
by
Otto Kekäläinen
Browse files
Update changelog and refresh patches after 5.5.52 import
parent
955e2819
Changes
5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fa322efd
mariadb-5.5 (5.5.5
0
-1ubuntu0.14.04.1)
UNRELEASED
; urgency=low
mariadb-5.5 (5.5.5
2
-1ubuntu0.14.04.1)
trusty-security
; urgency=low
* SECURITY UPDATE: New upstream release 5.5.50 (LP: #1605493)
* SECURITY UPDATE: New upstream release 5.5.52 (LP: #1605493)
- Latest maintenance release includes only fixes to serious bugs.
* Previous release 5.5.51 included included fixes for
the following security vulnerabilities:
- CVE-2016-6662
* Previous release 5.5.50 included included fixes for
the following security vulnerabilities:
- CVE-2016-5440
- CVE-2016-3615
- CVE-2016-3521
- CVE-2016-3477
* Update previous changelog entries to contain new CVE identifiers
-- Otto Kekäläinen <otto@debian.org>
Fri, 22 Jul 2016 09:24:36
+0300
-- Otto Kekäläinen <otto@debian.org>
Wed, 14 Sep 2016 21:01:08
+0300
mariadb-5.5 (5.5.49-1ubuntu0.14.04.1) trusty-security; urgency=low
...
...
debian/patches/33_scripts__mysql_create_system_tables__no_test.diff
View file @
fa322efd
...
...
@@ -6,8 +6,8 @@
##
DP: circumstances as it is checked first. See #301741.
##
DP: http://bugs.mysql.com/bug.php?id=6901
---
old
/scripts/mysql_system_tables_data.sql
2008-12-04 22:59:44.000000000 +0100
+++
new
/scripts/mysql_system_tables_data.sql
2008-12-04 23:00:07.000000000 +0100
---
a
/scripts/mysql_system_tables_data.sql
+++
b
/scripts/mysql_system_tables_data.sql
@@ -30,8 +30,6 @@
SELECT LOWER( REPLACE((SELECT REPLACE(@@
-- Fill "db" table with default grants for anyone to
-- access database 'test' and 'test_%' if "db" table didn't exist
...
...
debian/patches/41_scripts__mysql_install_db.sh__no_test.diff
View file @
fa322efd
...
...
@@ -4,8 +4,8 @@
##
DP: scripts__mysql_install_db.sh__no_test
##
DP: http://bugs.mysql.com/bug.php?id=6901
---
mysql-dfsg-5.1-5.1.23rc.orig/scripts/mysql_install_db.sh 2008-01-29 22:41:20.000000000 +0100
+++
mysql-dfsg-5.1-5.1.23rc
/scripts/mysql_install_db.sh
2008-02-28 10:08:11.000000000 +0100
---
a/scripts/mysql_install_db.sh
+++
b
/scripts/mysql_install_db.sh
@@ -372,7 +372,7 @@
then
fi
...
...
debian/patches/50_mysql-test__db_test.diff
View file @
fa322efd
...
...
@@ -6,7 +6,7 @@
##
DP: suite depends on them.
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -35
73
,6 +35
73
,11 @@
sub mysql_install_db {
@@ -35
56
,6 +35
56
,11 @@
sub mysql_install_db {
mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
$bootstrap_sql_file);
...
...
debian/patches/61_replace_dash_with_bash_mbug675185.diff
View file @
fa322efd
...
...
@@ -5,12 +5,11 @@
##
DP: A race in dash causes mysqld_safe to occasionally loop infinitely.
##
DP: Fix by using bash instead.
##
DP: https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/675185
---
old
/scripts/mysqld_safe.sh
2010-04-09 11:47:18 +0000
+++
new
/scripts/mysqld_safe.sh
2010-11-21 09:40:50 +0000
---
a
/scripts/mysqld_safe.sh
+++
b
/scripts/mysqld_safe.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
# This file is public domain and comes with NO WARRANTY of any kind
#
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