diff --git a/net-snmp/.SRCINFO b/net-snmp/.SRCINFO new file mode 100644 index 0000000000..4784ec07d7 --- /dev/null +++ b/net-snmp/.SRCINFO @@ -0,0 +1,39 @@ +pkgbase = net-snmp + pkgdesc = A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6 + pkgver = 5.9.4 + pkgrel = 5 + url = http://www.net-snmp.org/ + arch = x86_64 + license = BSD + makedepends = git + makedepends = python-setuptools + depends = libnsl + depends = libpcap + depends = lm_sensors + depends = openssl + depends = pciutils + depends = pcre2 + depends = perl + optdepends = perl-term-readkey: for snmpcheck application + optdepends = perl-tk: for snmpcheck and tkmib applications + optdepends = python: for the python modules + provides = libnetsnmpagent.so + provides = libnetsnmphelpers.so + provides = libnetsnmpmibs.so + provides = libnetsnmp.so + provides = libnetsnmptrapd.so + provides = libsnmp.so + options = !emptydirs + options = !makeflags + source = git+https://github.com/net-snmp/net-snmp.git#tag=v5.9.4 + source = snmpd.service + source = snmptrapd.service + validpgpkeys = 27CAA4A32E371383A33ED0587D5F9576E0F81533 + validpgpkeys = 6E6718AEF1EB5C65C32D1B2A356BC0B552D53CAB + validpgpkeys = 8AAA779B597B405BBC329B6376CF47B8A77C5329 + validpgpkeys = D0F8F495DA6160C44EFFBF10F07B9D2DACB19FD6 + sha512sums = c88ff9d81a683dbe5ff2c34c1e8c9e579b67aef1d74153275a1dc4ff7991cdc1611d01acc2d5691ae3cf6acd980807fb1a5309f91470ae2f67fbbc175b3e34e1 + sha512sums = f7c4bee084f5fb5a27b6447f6ac52a7e5b9541e048b53d23be5c22f2c6de5e72ba8978f381af54850f3c34fd35a9e73f1c5f58e116dbb03461035095509f5602 + sha512sums = 549f555205c303723e98d5c482abe73f20b8a6e8522ebeb5d197750752314d3930ebe08898e45fcc83646290df53d3244ae55b97779f88d206cc6179a58df606 + +pkgname = net-snmp diff --git a/net-snmp/.nvchecker.toml b/net-snmp/.nvchecker.toml new file mode 100644 index 0000000000..5808918cde --- /dev/null +++ b/net-snmp/.nvchecker.toml @@ -0,0 +1,4 @@ +[net-snmp] +source = "git" +git = "https://github.com/net-snmp/net-snmp.git" +prefix = "v" diff --git a/net-snmp/PKGBUILD b/net-snmp/PKGBUILD index 50a4605df6..c52a24399e 100644 --- a/net-snmp/PKGBUILD +++ b/net-snmp/PKGBUILD @@ -4,7 +4,7 @@ pkgname=net-snmp pkgver=5.9.4 -pkgrel=4 +pkgrel=5 pkgdesc='A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='http://www.net-snmp.org/'