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
df5d5235
Commit
df5d5235
authored
Feb 04, 2015
by
Otto Kekäläinen
Browse files
Critical backport from 10.0 (commit 439123d)
parent
94448dcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
df5d5235
mariadb-5.5 (5.5.41-2) unstable; urgency=low
* 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-1) unstable; urgency=low
mariadb-5.5 (5.5.41-1) unstable; urgency=low
* New upstream release
* New upstream release
* Backported new cacert.pem etc from 5.5 the replace the expired ones
* Backported new cacert.pem etc from 5.5 the replace the expired ones
-- Otto Kekäläinen <otto@seravo.fi>
Sat, 27 Dec
201
4
1
5:59
:4
6
+0200
-- Otto Kekäläinen <otto@seravo.fi>
Wed, 04 Feb
201
5
1
1:27
:4
0
+0200
mariadb-5.5 (5.5.39-3) UNRELEASED; urgency=low
mariadb-5.5 (5.5.39-3) UNRELEASED; urgency=low
...
...
debian/mariadb-server-5.5.postinst
View file @
df5d5235
...
@@ -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