Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / net-snmp
Commits: 73599d8b by Christian Hesse at 2024-03-15T11:43:38+01:00 upgpkg: 5.9.4-1: new upstream release, requires rebuild... ... for several soname bumps. https://archlinux.org/todo/net-snmp-594-rebuild/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ 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.2 - pkgrel = 3 + pkgver = 5.9.4 + pkgrel = 1 url = http://www.net-snmp.org/ arch = x86_64 license = BSD @@ -17,8 +17,8 @@ pkgbase = net-snmp optdepends = python: for the python modules options = !emptydirs options = !makeflags - source = https://downloads.sourceforge.net/net-snmp/net-snmp-5.9.2.tar.gz - source = https://downloads.sourceforge.net/net-snmp/net-snmp-5.9.2.tar.gz.asc + source = https://downloads.sourceforge.net/net-snmp/net-snmp-5.9.4.tar.gz + source = https://downloads.sourceforge.net/net-snmp/net-snmp-5.9.4.tar.gz.asc source = net-snmp-5.9.2-pcre2.patch source = snmpd.service source = snmptrapd.service @@ -26,7 +26,7 @@ pkgbase = net-snmp validpgpkeys = 6E6718AEF1EB5C65C32D1B2A356BC0B552D53CAB validpgpkeys = 8AAA779B597B405BBC329B6376CF47B8A77C5329 validpgpkeys = D0F8F495DA6160C44EFFBF10F07B9D2DACB19FD6 - sha512sums = d67810b15c4956a28ccb4d9a3870604bc94e71247d9a8d3a9959041268122b3500cf68a7912cfb01a6cff27f3f4364cbd106629ab80c12974f694b6c548bde59 + sha512sums = a510fa91a21e9ddc86a12fd1d0bc6b356e63f3ea53f184d2e31439004d41d902390664134dc40b3b828eabb4282eaf3da628a07c4d480fa00eff7e700950c423 sha512sums = SKIP sha512sums = 16234f8bb66f6754d3b61752c2fd479676e504281e9857c72b44d99444aa95bb03263d0d93d1b9996daf760ed78344dcdcc7ab1f701dce9a5b51c7c7158a8f9d sha512sums = 4ed2428c04bfbbfba988c0a9222d880771a1022e0544d842b5bee52b88163e213d697cc2419d53dddc482ac2fc3e03929a349720ad73189f28bf47292d0d9c03 ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Dale Blount <[email protected]> pkgname=net-snmp -pkgver=5.9.2 -pkgrel=3 +pkgver=5.9.4 +pkgrel=1 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/" @@ -17,7 +17,7 @@ options=('!emptydirs' '!makeflags') source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} ${pkgname}-5.9.2-pcre2.patch snmpd.service snmptrapd.service) -sha512sums=('d67810b15c4956a28ccb4d9a3870604bc94e71247d9a8d3a9959041268122b3500cf68a7912cfb01a6cff27f3f4364cbd106629ab80c12974f694b6c548bde59' +sha512sums=('a510fa91a21e9ddc86a12fd1d0bc6b356e63f3ea53f184d2e31439004d41d902390664134dc40b3b828eabb4282eaf3da628a07c4d480fa00eff7e700950c423' 'SKIP' '16234f8bb66f6754d3b61752c2fd479676e504281e9857c72b44d99444aa95bb03263d0d93d1b9996daf760ed78344dcdcc7ab1f701dce9a5b51c7c7158a8f9d' '4ed2428c04bfbbfba988c0a9222d880771a1022e0544d842b5bee52b88163e213d697cc2419d53dddc482ac2fc3e03929a349720ad73189f28bf47292d0d9c03' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/net-snmp/-/commit/73599d8b5f5a8a5ebd0ee7f82f31a6d7a6397229 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/net-snmp/-/commit/73599d8b5f5a8a5ebd0ee7f82f31a6d7a6397229 You're receiving this email because of your account on gitlab.archlinux.org.
