[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#698434: marked as done (unblock: mha4mysql-manager/0.53-2)



Your message dated Wed, 23 Jan 2013 16:55:54 +0100
with message-id <5100080A.3040508@thykier.net>
and subject line Re: Bug#698434: unblock: mha4mysql-manager/0.53-2
has caused the Debian Bug report #698434,
regarding unblock: mha4mysql-manager/0.53-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
698434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698434
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: medium
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear release team,

Please unblock package mha4mysql-manager 0.53-2, which fix RC bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697197

> masterha_master_switch aborts with the following error upon attempting a master
> failover/switch, rendering it virtually unusable:

Here is the debdiff of this change, it's so small backport from upstream.

diff -Nru mha4mysql-manager-0.53/debian/changelog mha4mysql-manager-0.53/debian/changelog
--- mha4mysql-manager-0.53/debian/changelog	2012-03-31 23:53:10.000000000 +0900
+++ mha4mysql-manager-0.53/debian/changelog	2013-01-18 22:38:59.000000000 +0900
@@ -1,3 +1,10 @@
+mha4mysql-manager (0.53-2) unstable; urgency=medium
+
+  * backports upstream patch to fix UUV issue. (Closes: #697197)
+    - set urgency medium to close serious bug.
+
+ -- KURASHIKI Satoru <lurdan@gmail.com>  Fri, 18 Jan 2013 22:12:15 +0900
+
 mha4mysql-manager (0.53-1) unstable; urgency=low
 
   * Initial release (Closes: #648571)
diff -Nru mha4mysql-manager-0.53/debian/patches/chomp-fix mha4mysql-manager-0.53/debian/patches/chomp-fix
--- mha4mysql-manager-0.53/debian/patches/chomp-fix	1970-01-01 09:00:00.000000000 +0900
+++ mha4mysql-manager-0.53/debian/patches/chomp-fix	2013-01-18 22:34:16.000000000 +0900
@@ -0,0 +1,12 @@
+Index: mha4mysql-manager-0.53/lib/MHA/ManagerConst.pm
+===================================================================
+--- mha4mysql-manager-0.53.orig/lib/MHA/ManagerConst.pm	2012-01-09 00:06:46.000000000 +0900
++++ mha4mysql-manager-0.53/lib/MHA/ManagerConst.pm	2013-01-18 12:51:36.000000000 +0900
+@@ -87,6 +87,7 @@
+ our $log_fmt = sub {
+   my %args = @_;
+   my $msg  = $args{message};
++  $msg = "" unless($msg);
+   chomp $msg;
+   if ( $args{level} eq "error" ) {
+     my ( $ln, $script ) = ( caller(4) )[ 2, 1 ];
diff -Nru mha4mysql-manager-0.53/debian/patches/series mha4mysql-manager-0.53/debian/patches/series
--- mha4mysql-manager-0.53/debian/patches/series	1970-01-01 09:00:00.000000000 +0900
+++ mha4mysql-manager-0.53/debian/patches/series	2013-01-18 22:34:16.000000000 +0900
@@ -0,0 +1 @@
+chomp-fix

unblock mha4mysql-manager/0.53-2

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
On 2013-01-23 16:54, Satoru KURASHIKI wrote:
> hi,
> 
> On Wed, Jan 23, 2013 at 12:17 AM, Niels Thykier <niels@thykier.net>
> wrote:
>>> So, future version will have "unless(defined($msg))". I will
>>> prepare 0.53-3 which apply this in advance.
> 
>> Okay, let me know when 0.53-3 is in unstable.
> 
> I've uploaded 0.53-3 into unstable. debdiff below:
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: