Commit ea5d5c0d authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Critical backport from 10.0 (commit 439123d)

parent 917583f4
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
......
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment