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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-12-18 09:43:31 +0000
3+++ debian/changelog 2014-07-10 14:41:55 +0000
4@@ -1,3 +1,10 @@
5+munin (1.4.6-3ubuntu3.5) precise; urgency=low
6+
7+ * debian/patches/lp_1066942_cps_plugin_autodetection.patch: Fix
8+ autodetection for cps plugin. (LP: #1066942)
9+
10+ -- Tim Bishop <tim@bishnet.net> Tue, 01 Jul 2014 17:24:25 +0100
11+
12 munin (1.4.6-3ubuntu3.4) precise-security; urgency=low
13
14 * SECURITY UPDATE: multiple denial of service issues
15
16=== added file 'debian/patches/lp_1066942_cps_plugin_autodetection.patch'
17--- debian/patches/lp_1066942_cps_plugin_autodetection.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/lp_1066942_cps_plugin_autodetection.patch 2014-07-10 14:41:55 +0000
19@@ -0,0 +1,16 @@
20+## Description: Fix cps plugin autodetection
21+## Origin/Author: https://github.com/munin-monitoring/munin/commit/3281ce622bbd5dbf2c0ac5be8c951cb9a488e47a
22+## Bug: https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1066942
23+Index: munin/plugins/node.d.linux/cps_.in
24+===================================================================
25+--- munin.orig/plugins/node.d.linux/cps_.in 2014-07-01 17:23:46.030555000 +0100
26++++ munin/plugins/node.d.linux/cps_.in 2014-07-01 17:24:21.625308963 +0100
27+@@ -103,7 +103,7 @@
28+
29+ foreach my $vip (sort keys %{$ipvs}) {
30+ foreach my $port (sort keys %{$ipvs->{$vip}}) {
31+- print "cps_${vip}_$port\n";
32++ print "${vip}_$port\n";
33+ }
34+ }
35+ exit 0;
36
37=== modified file 'debian/patches/series'
38--- debian/patches/series 2013-12-18 09:43:31 +0000
39+++ debian/patches/series 2014-07-10 14:41:55 +0000
40@@ -16,3 +16,4 @@
41 CVE-2012-3512.patch
42 CVE-2012-3512-regression.patch
43 CVE-2013-6xxx.patch
44+lp_1066942_cps_plugin_autodetection.patch

Subscribers

People subscribed via source and target branches

to all changes: