Merge lp:~makinacorpus/ubuntu/trusty/net-snmp/trusty into lp:ubuntu/trusty/net-snmp

Proposed by kiorky
Status: Merged
Merge reported by: Brian Murray
Merged at revision: not available
Proposed branch: lp:~makinacorpus/ubuntu/trusty/net-snmp/trusty
Merge into: lp:ubuntu/trusty/net-snmp
Diff against target: 25 lines (+10/-0)
2 files modified
debian/changelog (+8/-0)
debian/libsnmp-dev.install (+2/-0)
To merge this branch: bzr merge lp:~makinacorpus/ubuntu/trusty/net-snmp/trusty
Reviewer Review Type Date Requested Status
Brian Murray Needs Fixing
Review via email: mp+216542@code.launchpad.net

Description of the change

packaging error: the net-snmp-create-v3-user script in recent snmp package is not present.

This patch was included in upstream debian package.

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

Thanks for working on this, however for this to be fixed in Trusty we will need to follow the Stable Release Update procedure. You can learn more about it at http://wiki.ubuntu.com/StableReleaseUpdates. Basically, you'll need to report a bug about this issue, ideally add a bug watch for the upstream debian bug, create a test case for the bug, update debian/changelog with a reference to the bug you reported in the format (LP: #1234), and that should be about it. Thanks again.

review: Needs Fixing
Revision history for this message
kiorky (kiorky) wrote :

There is no bug upstream O.o, this is a backport from debian package to the ubuntu 's one.
So basically, there is nothing to report upstream.

There is also no test case as simply the new command net-snmp-create-v3-user is missing (and the relevant man page) from current snmp packages.

Revision history for this message
kiorky (kiorky) wrote :

relevant debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726158

impact: make the net-snmp-config --create-snmpv3-user work with current ubuntu package which is totally broekn on this point

regression: i do not see at that point any potential regression as it is a new command introduction and that can cause more good than harm as for now the package is broken on the user creation front.

testcase: use sucessfully the net-snmp-config --create-snmpv3-user:

net-snmp-config --create-snmpv3-user $args should create a snmp user without outputting something like: /usr/bin/net-snmp-config: 236: /usr/bin/net-snmp-config: net-snmp-create-v3-user: not found

Revision history for this message
kiorky (kiorky) wrote :

...

Revision history for this message
Brian Murray (brian-murray) wrote :

I've essentially merge the same change now and am uploading it to the trusty queue.

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 2014-04-08 08:17:14 +0000
3+++ debian/changelog 2014-04-20 14:08:26 +0000
4@@ -1,3 +1,11 @@
5+net-snmp (5.7.2~dfsg-8.1ubuntu4) trusty; urgency=medium
6+
7+ * +net-snmp (5.7.2~dfsg-8.1ubuntu4) trusty; urgency=medium
8+ - add missing net-snmp-create-v3-user
9+
10+
11+ -- kiorky <kiorky@cryptelium.net> Sun, 20 Apr 2014 10:34:21 +0000
12+
13 net-snmp (5.7.2~dfsg-8.1ubuntu3) trusty; urgency=medium
14
15 * SECURITY UPDATE: denial of service via AgentX subagent timeout
16
17=== modified file 'debian/libsnmp-dev.install'
18--- debian/libsnmp-dev.install 2013-10-29 06:29:46 +0000
19+++ debian/libsnmp-dev.install 2014-04-20 14:08:26 +0000
20@@ -11,3 +11,5 @@
21 agent/mibgroup/header_complex.h usr/include/net-snmp/agent
22 usr/bin/net-snmp-config
23 usr/share/man/man1/net-snmp-config.1
24+usr/bin/net-snmp-create-v3-user
25+usr/share/man/man1/net-snmp-create-v3-user.1

Subscribers

People subscribed via source and target branches