summaryrefslogtreecommitdiffstats
path: root/rules/net-snmp.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: Fix licenses and add license file hashAlexander Dahl2019-05-291-1/+2
| | | | | | | Fixes: 4cb0b96e0df94644e42a735039967c6a5fa22a27 Cc: Oliver Graute <oliver.graute@gmail.com> Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: don't use full debuggingUwe Kleine-König2018-07-251-0/+2
| | | | | | | | | | | If net-snmp is built with TARGET_DEBUG_FULL=y the prepare stage fails with checking for and configuring transport modules to use... configure: error: foo . So blacklist full debugging for this package. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: switch to libnl-3 and fix detectionMichael Olbrich2015-07-061-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: version bump to 5.7.3 LTSOliver Graute2015-07-061-2/+3
| | | | | | | | Version bump to net-snmp version 5.7.3 Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de> [mol: fix series file] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: clean up rule fileBruno Thomsen2014-04-091-84/+14
| | | | | | | v2: fixed missing '\' after endianness line. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: Improved SNMPv3 authentication and privacy support.Bruno Thomsen2014-03-131-2/+2
| | | | | | | | | | | Enabled SHA authentication and AES privacy (encryption) using OpenSSL. Disable minimal agent when privacy is enabled. Tested SNMPv3 with USM (User-based Security Model) SHA auth + AES priv, minimal agent option disabled. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> [mol: stay with libnl1] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: fix vim mode linesAlexander Dahl2013-09-271-1/+1
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: let user choose MIB files to installAlexander Dahl2013-09-271-26/+54
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: remove no longer used/needed stuffAlexander Dahl2013-09-271-8/+0
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: added extra menu entries for mib modulesAlexander Dahl2013-09-271-1/+8
| | | | | | | | | | | Previously the MIB modules to be compiled where specified in a space separated list only. Other packages depending on special modules could not easily set a dependency. Now there are some extra menu entries to be referenced by other packages and still the old list. Both are integrated at build time. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: enable rewritten mib modules by defaultAlexander Dahl2013-09-271-1/+1
| | | | | | | | | | | Upstream started rewriting some old/ancient MIB modules. Using --disable-mfd-rewrites like before would compile those not rewritten options. This also affects basic MIBs like the IF-MIB. Because this is the LTS branch of net-snmp and Debian enables this too, I consider it safe. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: check mib config by defaultAlexander Dahl2013-09-271-1/+1
| | | | | | | | | | | | If you compile additional MIB modules --enable-mib-config-checking checks for conlicts in the options you provided. Without setting this, a warning would be given, but the build would proceed with deactivated options and silently not building a desired module would be the result. Setting this the build fails and the user can correct the chosen MIB modules. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: drop duplicated option passed to ./configureUwe Kleine-König2013-09-271-1/+0
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: version bump to 5.7.x LTS branchAlexander Dahl2013-09-091-2/+2
| | | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: also move new patch] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: fix installed MIB files (one typo, one missing)Alexander Dahl2013-09-091-2/+3
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: make the agent's availability via TCP/UDP configurableUwe Kleine-König2013-09-091-1/+1
| | | | | | | | | | This needs a patch to net-snmp's autoconf magic because without it it makes no difference if you pass --enable-agentx-dom-sock-only or --disable-...; in both cases only domain sockets were allowed. So default to the conservative setting as this is what older builds resulted in. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: drop usage of undefined Kconfig variablesUwe Kleine-König2013-09-091-55/+10
| | | | | | | | | Some variables that are used in the .make file with ifdef are not defined in the .in file. So all ifdefs evaluate to false. Hard-code this behaviour instead. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: fix debugging optionsWolfram Sang2011-03-151-2/+4
| | | | | | | Debugging options are a bit unusual and have three states. Now we can have the default case, too. Also, update the comment about the build-fix for 5.6.1. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* net-snmp: install config-fileWolfram Sang2011-02-241-0/+3
| | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* net-snmp: version bump 5.3.3 -> 5.6.1Wolfram Sang2011-02-171-3/+5
| | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* [net-snmp] fix dependenciesMichael Olbrich2011-01-181-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [net-snmp] targetinstall consolidationRobert Schwebel2010-10-221-32/+6
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [net-snmp] use global IPv6 optionMichael Olbrich2010-07-161-6/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-10/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [net-snmp] fix lib version for targetinstallMichael Olbrich2010-01-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [net-snmp] just cleanupsMarc Kleine-Budde2010-01-101-52/+52
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [net-snmp] define NET_SNMP_BINCONFIG_GLOBMarc Kleine-Budde2010-01-101-0/+1
| | | | | | | ... to only install net-snmp-config. This is needed because there are config files matching the default glob "*-config". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [net-snmp] version bump to 5.3.3Marc Kleine-Budde2010-01-101-2/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [net-snmp] cleanup makefileMichael Olbrich2010-01-061-42/+27
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * rules/gtk.make, rules/ipkg.make, rules/inotify-tools.make, ↵Marc Kleine-Budde2008-06-061-106/+57
| | | | | | | | | rules/net-snmp.make, rules/apache2.make, rules/sysfsutils.make, rules/libcurl.make, rules/glade.make, rules/fcgi.make, rules/tslib.make, rules/fontconfig.make, rules/dbus.make, rules/libxslt.make, rules/libpv.make: conversion due to not-relinking: executeables are moved from <src>/.libs to <src> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8444 33e552b5-05e3-0310-8538-816dae2090ed
* * net-snmp: refactored menu entries to use positive logicRobert Schwebel2007-12-291-36/+85
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7671 33e552b5-05e3-0310-8538-816dae2090ed
* * net-snmp: added; patch by Randall LoomisRobert Schwebel2007-12-291-0/+379
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7669 33e552b5-05e3-0310-8538-816dae2090ed