summaryrefslogtreecommitdiffstats
path: root/main/net-snmp
Commit message (Collapse)AuthorAgeFilesLines
* main/net-snmp: upgrade to 5.7.2Carlo Landmeter2012-12-182-29/+11
|
* main/net-snmp: fix bootstrap issueNatanael Copa2012-10-251-2/+4
| | | | | | | net-snmp-gui has perl-net-snmp in its depends but there was noting to help abuild to know that perl-net-snmp had to be built first. We solve that by adding perl-net-snmp to makedepends
* main/net-snmp: fix parallel build issuesNatanael Copa2012-08-211-3/+7
| | | | | | | | | | | | | | We need run net-snmp-config-x before building perl modules. Otherwise net-snmp-config will not be executable and net-snmp-config --libs will fail and perl modules will be built without -lnetsnmp. Seems also that we need build startnadall and net-snmp-create-v3-user before building perl modules. We could have "fixed" it by simply disabling parallel builds, but I don't like the idea of having 1 core working and 7 cores in idle. fixes #1263
* main/net-snmp: rebuildNatanael Copa2012-08-211-1/+1
| | | | | | Try to get default_store.so linked with -lnetsnmp. ref #1263
* main/net-snmp: rebuild against perl-5.16Natanael Copa2012-07-111-1/+1
|
* main/net-snmp: misc fixes and reorganizeNatanael Copa2012-04-191-2/+63
| | | | | | - use perl vendor dir instead of /usr/local - fix parallel build issue with man aliases - split -libs -agent-libs -perl and -gui subpackages
* main/net-snmp: allow tmpfs volumes to be monitoredJeff Bilyk2012-02-111-1/+5
| | | | fixes #932
* main/net-snmp: add some snmpd MIB implementation fixesTimo Teräs2011-11-113-1/+50
| | | | | | | * IP-MIB::ipNetToPhysicalPhysAddress is fixed to display data properly even after first time * swinst patch prevents a crash during snmpwalk in default install
* main/net-snmp: upgrade to 5.7.1Carlo Landmeter2011-10-051-2/+2
|
* main/net-snmp: upgrade to 5.7Timo Teräs2011-07-141-3/+3
|
* main/net-snmp: remove *.laNatanael Copa2011-07-011-2/+3
|
* main/net-snmp: rebuild against perl-5.14Natanael Copa2011-05-181-1/+1
|
* main/net-snmp: upgrade to 5.6.1Natanael Copa2011-01-141-3/+3
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/${i##*/}: rebuild against new libperlNatanael Copa2010-12-301-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/net-snmp: the -dev package needs opensslNatanael Copa2010-12-021-1/+2
|
* main/net-snmp: set correct sysconfdirNatanael Copa2010-07-281-2/+2
|
* main/net-snmp: move .so to -dev packageNatanael Copa2010-07-151-1/+1
| | | | ref #384
* main/[various]: rebuild against openssl-1.0Natanael Copa2010-05-141-1/+1
|
* main/net-snmp: upgrade to 5.5Carlo Landmeter2010-05-122-35/+22
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/net-snmp: start services after firewallNatanael Copa2009-09-153-3/+5
|
* main/net-snmp: remove perllocal.podNatanael Copa2009-09-081-1/+2
|
* main/net-snmp: CVE-2008-6123, fix textrelsNatanael Copa2009-09-042-8/+35
|
* moved extra/* to main/Natanael Copa2009-07-245-0/+135
and fixed misc build issues