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
ea5d5c0d
Commit
ea5d5c0d
authored
Feb 04, 2015
by
Otto Kekäläinen
Browse files
Critical backport from 10.0 (commit 439123d)
parent
917583f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ea5d5c0d
mariadb-5.5 (5.5.41-0ubuntu0.14.10.1) utopic-security; urgency=medium
mariadb-5.5 (5.5.41-1ubuntu0.14.10.2) utopic-security; urgency=medium
* Critical backport from 10.0 (commit 439123d):
Fix mariadb-server-5.5.postinst so that the flag removal will not emit
an error code if there are no previous debian-*.flag files.
-- Otto Kekäläinen <otto@seravo.fi> Wed, 04 Feb 2015 11:28:16 +0200
mariadb-5.5 (5.5.41-0ubuntu0.14.10.2) utopic-security; urgency=medium
* SECURITY UPDATE: Update to 5.5.41 to fix security issues (LP: #1414755)
* SECURITY UPDATE: Update to 5.5.41 to fix security issues (LP: #1414755)
- CVE-2015-0411
- CVE-2015-0411
...
...
debian/mariadb-server-5.5.postinst
View file @
ea5d5c0d
...
@@ -135,7 +135,7 @@ EOF
...
@@ -135,7 +135,7 @@ EOF
db_set mysql-server/postrm_remove_database
false
||
true
db_set mysql-server/postrm_remove_database
false
||
true
# Clean up old flags before setting new one
# Clean up old flags before setting new one
rm
$mysql_statedir
/debian-
*
.flag
rm
-f
$mysql_statedir
/debian-
*
.flag
# To avoid downgrades.
# To avoid downgrades.
touch
$mysql_statedir
/debian-5.5.flag
touch
$mysql_statedir
/debian-5.5.flag
...
...
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