Package: release.debian.org Severity: normal User: release.debian....@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 + <b...@internet-exception.de> for fixing that! + Closes: #596263 + * Bump Standards-Version to 3.9.1 (no changes needed). + + -- Patrick Matthäi <pmatth...@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 <pmatth...@debian.org> Uploaders: Bjoern Boschman <bjo...@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 <b...@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 -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101030175906.25311.31548.report...@gnu