Merge lp:~tdb/ubuntu/precise/munin/fix-for-1066942 into lp:ubuntu/precise-updates/munin

Proposed by Tim Bishop
Status: Needs review
Proposed branch: lp:~tdb/ubuntu/precise/munin/fix-for-1066942
Merge into: lp:ubuntu/precise-updates/munin
Diff against target: 44 lines (+24/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/lp_1066942_cps_plugin_autodetection.patch (+16/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~tdb/ubuntu/precise/munin/fix-for-1066942
Reviewer Review Type Date Requested Status
Brian Murray Approve
Review via email: mp+226304@code.launchpad.net

Description of the change

Fixes LP #1066942. Not sure if I've followed the procedures correctly, but the fix is trivial ultimately.

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

The patch itself looks good, the bug just needs updating for the SRU procedure. See the bug for the details, thanks!

review: Approve

Unmerged revisions

49. By Tim Bishop

debian/patches/lp_1066942_cps_plugin_autodetection.patch: Fix
autodetection for cps plugin. (LP: #1066942)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-12-18 09:43:31 +0000
+++ debian/changelog 2014-07-10 14:41:55 +0000
@@ -1,3 +1,10 @@
1munin (1.4.6-3ubuntu3.5) precise; urgency=low
2
3 * debian/patches/lp_1066942_cps_plugin_autodetection.patch: Fix
4 autodetection for cps plugin. (LP: #1066942)
5
6 -- Tim Bishop <tim@bishnet.net> Tue, 01 Jul 2014 17:24:25 +0100
7
1munin (1.4.6-3ubuntu3.4) precise-security; urgency=low8munin (1.4.6-3ubuntu3.4) precise-security; urgency=low
29
3 * SECURITY UPDATE: multiple denial of service issues10 * SECURITY UPDATE: multiple denial of service issues
411
=== added file 'debian/patches/lp_1066942_cps_plugin_autodetection.patch'
--- debian/patches/lp_1066942_cps_plugin_autodetection.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/lp_1066942_cps_plugin_autodetection.patch 2014-07-10 14:41:55 +0000
@@ -0,0 +1,16 @@
1## Description: Fix cps plugin autodetection
2## Origin/Author: https://github.com/munin-monitoring/munin/commit/3281ce622bbd5dbf2c0ac5be8c951cb9a488e47a
3## Bug: https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1066942
4Index: munin/plugins/node.d.linux/cps_.in
5===================================================================
6--- munin.orig/plugins/node.d.linux/cps_.in 2014-07-01 17:23:46.030555000 +0100
7+++ munin/plugins/node.d.linux/cps_.in 2014-07-01 17:24:21.625308963 +0100
8@@ -103,7 +103,7 @@
9
10 foreach my $vip (sort keys %{$ipvs}) {
11 foreach my $port (sort keys %{$ipvs->{$vip}}) {
12- print "cps_${vip}_$port\n";
13+ print "${vip}_$port\n";
14 }
15 }
16 exit 0;
017
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-12-18 09:43:31 +0000
+++ debian/patches/series 2014-07-10 14:41:55 +0000
@@ -16,3 +16,4 @@
16CVE-2012-3512.patch16CVE-2012-3512.patch
17CVE-2012-3512-regression.patch17CVE-2012-3512-regression.patch
18CVE-2013-6xxx.patch18CVE-2013-6xxx.patch
19lp_1066942_cps_plugin_autodetection.patch

Subscribers

People subscribed via source and target branches

to all changes: