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

Bug#601890: marked as done (unblock: serverstats/0.8.2-8)



Your message dated Sun, 31 Oct 2010 16:55:15 +0100
with message-id <20101031155515.GA24806@dogguy.org>
and subject line Re: Bug#601890: unblock: serverstats/0.8.2-8
has caused the Debian Bug report #601890,
regarding unblock: serverstats/0.8.2-8
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.)


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


Please unblock package serverstats
An important bug has been fixed with an minimal diff (changed regexpression).
The full diff is:


diff -Naur '--exclude=.svn' 0.8.2-7/debian/changelog 0.8.2-8/debian/changelog
--- 0.8.2-7/debian/changelog    2010-04-15 21:09:33.000000000 +0200
+++ 0.8.2-8/debian/changelog    2010-10-30 19:54:38.000000000 +0200
@@ -1,3 +1,13 @@
+serverstats (0.8.2-8) unstable; urgency=low
+
+  * Add patch 04-changed-ping-response.diff, which fixes the regexpression for
+    the changed ping output. Much thanks to Benedikt Marquadt
+    <bene@internet-exception.de> for fixing that!
+    Closes: #596263
+  * Bump Standards-Version to 3.9.1 (no changes needed).
+
+ -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 30 Oct 2010 19:51:35 +0200
+
 serverstats (0.8.2-7) unstable; urgency=low
 
   * Add patch 03-do_not_define_syslog_variabes.diff from Elmar Athmer
diff -Naur '--exclude=.svn' 0.8.2-7/debian/control 0.8.2-8/debian/control
--- 0.8.2-7/debian/control      2010-04-15 21:09:33.000000000 +0200
+++ 0.8.2-8/debian/control      2010-10-30 19:54:38.000000000 +0200
@@ -5,7 +5,7 @@
 Maintainer: Patrick Matthäi <pmatthaei@debian.org>
 Uploaders: Bjoern Boschman <bjoern@boschman.de>
 Build-Depends: debhelper (>= 5), cdbs
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 
 Package: serverstats
 Architecture: all
diff -Naur '--exclude=.svn' 0.8.2-7/debian/patches/04-changed-ping-response.diff 0.8.2-8/debian/patches/04-changed-ping-response.diff
--- 0.8.2-7/debian/patches/04-changed-ping-response.diff        1970-01-01 01:00:00.000000000 +0100
+++ 0.8.2-8/debian/patches/04-changed-ping-response.diff        2010-10-30 19:54:38.000000000 +0200
@@ -0,0 +1,17 @@
+# The output of /bin/ping has been changed with the consequence, that the
+# regexp does not match anymore. Much thanks for fixing this bug to
+# Benedikt Marquadt <bene@internet-exception.de>.
+# Closes: #596263
+
+diff -Naur serverstats-0.8.2.orig/sources/ping.php serverstats-0.8.2/sources/ping.php
+--- serverstats-0.8.2.orig/sources/ping.php    2007-12-03 15:04:48.000000000 +0100
++++ serverstats-0.8.2/sources/ping.php 2010-10-30 19:44:15.000000000 +0200
+@@ -57,7 +57,7 @@
+               foreach ($output as $line)
+               {
+                       $matches = array();
+-                      if (preg_match('/^.*icmp_seq=.+ttl=.+time=([0-9\.]+) ms$/', $line, $matches))
++                      if (preg_match('/^.*icmp_req=.+ttl=.+time=([0-9\.]+) ms$/', $line, $matches))
+                       {
+                               $this->ping_time = $matches[1];
+                               break;
diff -Naur '--exclude=.svn' 0.8.2-7/debian/patches/series 0.8.2-8/debian/patches/series
--- 0.8.2-7/debian/patches/series       2010-04-15 21:09:33.000000000 +0200
+++ 0.8.2-8/debian/patches/series       2010-10-30 19:54:38.000000000 +0200
@@ -1,3 +1,4 @@
 01-fix_mysql5.1_status.diff
 02-fix_rrd_generation.diff
 03-do_not_define_syslog_variabes.diff
+04-changed-ping-response.diff




unblock serverstats/0.8.2-8

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
On  0, Patrick Matthäi <pmatthaei@debian.org> wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> 
> Please unblock package serverstats

Unblocked serverstats/0.8.2-8.

Regards,

-- 
Mehdi Dogguy


--- End Message ---

Reply to: