Skip to content
Snippets Groups Projects
Verified Commit bc1df8fa authored by Max Rees's avatar Max Rees
Browse files

user/net-snmp: fix CVE-2015-8100

parent c5a534f9
No related branches found
No related tags found
1 merge request!448Security updates for 2020.05.10
......@@ -2,7 +2,7 @@
# Maintainer:
pkgname=net-snmp
pkgver=5.8
pkgrel=0
pkgrel=1
pkgdesc="Simple Network Management Protocol"
url="http://www.net-snmp.org/"
arch="all"
......@@ -74,7 +74,7 @@ package() {
install -m644 -D "$srcdir"/snmpd.confd "$pkgdir"/etc/conf.d/snmpd
install -m644 -D "$srcdir"/snmptrapd.confd \
"$pkgdir"/etc/conf.d/snmptrapd
install -m644 -D EXAMPLE.conf "$pkgdir"/etc/snmp/snmpd.conf
install -m600 -D EXAMPLE.conf "$pkgdir"/etc/snmp/snmpd.conf
echo "authCommunity log,execute,net public" > "$pkgdir"/etc/snmp/snmptrapd.conf
mkdir -p "$pkgdir"/var/lib/net-snmp
find "$pkgdir" -name perllocal.pod -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment