[arch-commits] Commit in net-snmp/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jan 10 12:35:48 UTC 2019


    Date: Thursday, January 10, 2019 @ 12:35:48
  Author: felixonmars
Revision: 343238

upgpkg: net-snmp 5.8-2

enable lm_sensors support (FS#55304)

Modified:
  net-snmp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-10 11:39:26 UTC (rev 343237)
+++ PKGBUILD	2019-01-10 12:35:48 UTC (rev 343238)
@@ -3,12 +3,12 @@
 
 pkgname=net-snmp
 pkgver=5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6"
 arch=('x86_64')
 url="http://www.net-snmp.org/"
 license=('BSD')
-depends=('libnl' 'libnsl' 'openssl' 'pciutils')
+depends=('libnsl' 'libpcap' 'lm_sensors' 'pciutils' 'pcre')
 makedepends=('python2-setuptools')
 optdepends=('perl-term-readkey: for snmpcheck application'
             'perl-tk: for snmpcheck and tkmib applications'
@@ -41,7 +41,7 @@
     --with-sys-contact="root at localhost" \
     --with-sys-location="Unknown" \
     --with-logfile="/var/log/snmpd.log" \
-    --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod" \
+    --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod ucd-snmp/lmsensorsMib" \
     --with-persistent-directory="/var/net-snmp"
   make NETSNMP_DONT_CHECK_VERSION=1
 }



More information about the arch-commits mailing list