<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/netsnmp, branch 2017.11</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.11</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.11'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-09-13T21:23:40+00:00</updated>
<entry>
<title>netsnmp: install all MIB files</title>
<updated>2017-09-13T21:23:40+00:00</updated>
<author>
<name>Julien Floret</name>
<email>julien.floret@6wind.com</email>
</author>
<published>2017-09-08T13:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c665c7c9cd6646b135cdd9aa7036809f7771ab80'/>
<id>urn:sha1:c665c7c9cd6646b135cdd9aa7036809f7771ab80</id>
<content type='text'>
Since commit be8e32d585f3 ("netsnmp: configurable MIB modules"),
the list of MIB modules can be selected with a configuration option.

However, there was still an hardcoded list of MIB files to exclude from
the target filesystem.
Since it is complicated to know which MIB files are necessary according
to the configuration, let's install all of them.

Cc: przemyslaw &lt;przemyslaw.wrzos@calyptech.com&gt;
Cc: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Julien Floret &lt;julien.floret@6wind.com&gt;
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>package: remove empty line at end of file</title>
<updated>2017-04-06T20:40:07+00:00</updated>
<author>
<name>Ricardo Martincoski</name>
<email>ricardo.martincoski@gmail.com</email>
</author>
<published>2017-04-04T22:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9576defc4b84df475cbfbc8de62f290538d94fad'/>
<id>urn:sha1:9576defc4b84df475cbfbc8de62f290538d94fad</id>
<content type='text'>
Occurrences were searched using [1]:
check-package --include-only EmptyLastLine $(find * -type f)
and manually removed.

[1] http://patchwork.ozlabs.org/patch/729666/

Signed-off-by: Ricardo Martincoski &lt;ricardo.martincoski@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>arch, linux, package: remove whitespaces</title>
<updated>2017-03-29T21:30:37+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-03-26T15:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cc405b4cb323b6f16dbf12ae319885ec88d1dddd'/>
<id>urn:sha1:cc405b4cb323b6f16dbf12ae319885ec88d1dddd</id>
<content type='text'>
Whitespaces were searched using the following regex:

[ ]{1,}\t

and then manually removed in most of the cases. For
xserver_xorg-server.mk, tabs before backslashes were removed.

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>netsnmp: handle libnl dependency properly</title>
<updated>2016-12-14T09:13:13+00:00</updated>
<author>
<name>Julien Floret</name>
<email>julien.floret@6wind.com</email>
</author>
<published>2016-12-14T08:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2c410189bfd843be62b35dd3f5796726cdf5db2a'/>
<id>urn:sha1:2c410189bfd843be62b35dd3f5796726cdf5db2a</id>
<content type='text'>
libnl3 include path was hardcoded in the configure script,
causing the following gcc warning:

WARNING: unsafe header/library path used in cross-compilation:
'/usr/include/libnl3'

Let's apply an upstream patch that addresses the issue: now
pkg-config is used to detect libnl include path.

Also:
- add optional libnl build dependency;
- enable libnl support only when libnl package is selected.

Signed-off-by: Julien Floret &lt;julien.floret@6wind.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>netsnmp: add OK/FAIL output in init script</title>
<updated>2016-07-01T12:53:11+00:00</updated>
<author>
<name>universe II</name>
<email>universeii@gmx.de</email>
</author>
<published>2016-02-25T21:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=45136f30973f2767a9db6293f081024140f086d0'/>
<id>urn:sha1:45136f30973f2767a9db6293f081024140f086d0</id>
<content type='text'>
This commit reworks the output of the start(), stop() and reload()
functions. The return values of start-stop-daemon are now checked and a
OK or FAIL message is printed out.

Signed-off-by: Andreas Ehmanns &lt;universeII@gmx.de&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>netsnmp: add missing reload of snmptrapd in init script</title>
<updated>2016-07-01T12:49:24+00:00</updated>
<author>
<name>universe II</name>
<email>universeii@gmx.de</email>
</author>
<published>2016-02-25T21:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6eba255b716865fcb688afe627eb1568718bc09b'/>
<id>urn:sha1:6eba255b716865fcb688afe627eb1568718bc09b</id>
<content type='text'>
In case of a reload command the snmpdtrapd wasn't restarted.

Signed-off-by: Andreas Ehmanns &lt;universeII@gmx.de&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>netsnmp: remove 'set -e' from init script</title>
<updated>2016-07-01T12:47:58+00:00</updated>
<author>
<name>universe II</name>
<email>universeii@gmx.de</email>
</author>
<published>2016-02-25T21:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=11d99e7257094606d36e86429f08ae4fdd6471c5'/>
<id>urn:sha1:11d99e7257094606d36e86429f08ae4fdd6471c5</id>
<content type='text'>
This patch removes 'set -e' from the netsnmp init script since it causes
the init script to terminate if an error occurs. This prevents the
script to create an "FAIL" printout in case of an error.

Signed-off-by: Andreas Ehmanns &lt;universeII@gmx.de&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>netsnmp: adjust init script by creating start(), stop(), reload()</title>
<updated>2016-07-01T12:47:02+00:00</updated>
<author>
<name>universe II</name>
<email>universeii@gmx.de</email>
</author>
<published>2016-02-25T21:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=291f3f948dbf3fdcbbd1f9d6fb00d1bac0bd92c5'/>
<id>urn:sha1:291f3f948dbf3fdcbbd1f9d6fb00d1bac0bd92c5</id>
<content type='text'>
Change the init script to get rid of double code. Start, stop and reload
code has been put into separate functions and 'restart' will just call
stop() and start() with a delay in between.

Signed-off-by: Andreas Ehmanns &lt;universeII@gmx.de&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>netsnmp: ensure lm-sensors is available if enabled</title>
<updated>2016-04-18T21:19:25+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2016-04-18T14:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fdbbff08bc8a62a1c5bc5c14f7fce07a84858cf9'/>
<id>urn:sha1:fdbbff08bc8a62a1c5bc5c14f7fce07a84858cf9</id>
<content type='text'>
The ucd-snmp/lmsensorsMib module uses lm-sensors, so ensure netsnmp is built
after lm-sensors if enabled.

As the list of mib modules to built is configured using a string option in
Kconfig, we cannot easily select lm-sensors from the netsnmp package - But
we can at least ensure it gets built before hand if enabled.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>netsnmp: add explicit support for pciutils</title>
<updated>2015-12-15T20:35:59+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-12-15T17:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=83124e7dd6355f39edadee06b6179b8f0acc2e63'/>
<id>urn:sha1:83124e7dd6355f39edadee06b6179b8f0acc2e63</id>
<content type='text'>
As pointed by Lonnie Abelbeck via email.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
