summaryrefslogtreecommitdiffstats
path: root/package/snmppp
Commit message (Collapse)AuthorAgeFilesLines
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-3/+3
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: fix the header package nameJerzy Grzegorek2014-06-241-1/+1
| | | | | | | | | | | | According to the documentation: "Header: The file starts with a header. It contains the module name, preferably in lowercase, enclosed between separators made of 80 hashes." This patch makes the appropriate changes. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snmp++: need dynamic library supportLuca Ceresoli2014-04-161-2/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/7b9/7b9ec11514219e5f315df0b30204f431b4c4f8a1/ Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* snmppp: add option to disable SNMPv3 supportLuca Ceresoli2014-04-082-2/+15
| | | | | | | | | | | Disabling SNMPv3 support also removes the dependency on OpenSSL, which is pretty large (over 2 MB of uncompressed filesystem size on an ARM926 platform). BR2_PACKAGE_SNMPPP_SNMPV3 defaults to yes for backward compatibility with previous Buildroot releases, where SNMPv3 was always enabled. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snmppp: add option to enable loggingLuca Ceresoli2014-04-082-0/+12
| | | | | | | | | SNMP++ logging can be overly verbose, and according to the SNMP++ documentation, disabling logging "increases performance drastically and minimizes memory consumption". Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snmppp: update download URLLuca Ceresoli2014-04-081-1/+1
| | | | | | | | | The filename of the SNMP++ sources has changed. The old one is still working because the server automatically redirects to the new file, but it is safer to use the official name. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snmppp: fix missing includesLuca Ceresoli2014-04-081-0/+41
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snmppp: bump to version 3.3.4Axel Lin2014-03-051-1/+1
| | | | | | | | | Changes snmp++v3.3.4: - Fixed: Incorrect time values conversion in += and -= operators of the msec class in msec.cpp. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* snmppp: bump to version 3.3.3Axel Lin2014-02-081-1/+1
| | | | | | | | | | | | | | Changes snmp++v3.3.3 ==================== - Fixed: [APP-30] SNMP++ cannot BER decode Oids starting with 2 and with second sub-identifier >39 correctly. - Fixed: [APP-31] SNMP++ does not encode Oids starting with 2 and second sub-ID greater than 47 correctly. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snmppp: fix legal informations after version bumpThomas Petazzoni2013-12-271-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/e64/e64c3edcb00132620b07ad815c6e4d33b70c262f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* snmppp: bump to version 3.3.2Axel Lin2013-12-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes snmp++v3.3.2 ==================== - Fixed: Regression through [APP-19] which lead to too long timeouts on systems with clock_gettime. - Fixed: Restored missing files (CHANGES, READMEs) to distribution. - Fixed: Fixed compilation error when using poll syscall. - Fixed: Do not use _vscprintf as it is not portable, instead just truncate the log message. - Fixed: Fixed test that produced an error during configure: checking which _XOPEN_SOURCE macro must be defined... ./configure: line 6229: test: : integer expression expected - Fixed: msec.cpp: timezone is a struct and not a class. Changes snmp++v3.3.1 ==================== - Fixed: Replaced strcasecmp usage in consoleExamples by _stricmp for WIN32 platform. - Improved: Debug output buffer length is now computed exactly on WIN32. - Fixed: Compilation of IPv6Utility.h with Visual Studio 2013. - Fixed: Removed #define of Uint32 in eventlistholder.h. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* snmppp: adjust toolchain comment for new-style formatPeter Korsgaard2013-10-141-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snmppp: new packageGustavo Zacarias2013-10-142-0/+29
[Peter: add comment about why AUTORECONF is needed] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud