diff options
-rw-r--r-- | main/net-snmp/APKBUILD | 6 | ||||
-rw-r--r-- | main/net-snmp/snmpd.initd | 1 | ||||
-rw-r--r-- | main/net-snmp/snmptrapd.initd | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD index 5456efe95e..19baedc901 100644 --- a/main/net-snmp/APKBUILD +++ b/main/net-snmp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=net-snmp pkgver=5.4.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Simple Network Management Protocol" url="http://www.net-snmp.org/" license="GPL" @@ -59,8 +59,8 @@ tools() { md5sums="984932520143f0c8bf7b7ce1fc9e1da1 net-snmp-5.4.2.1.tar.gz -941e257218aa773b33696a2c7222a14e snmpd.initd +198a4a7b80557fa8112394df5ec9914e snmpd.initd 96510a2f3bc9f21648b03f7e8d76c0d3 snmpd.confd -c5198c350991637849595dba93019bda snmptrapd.initd +7ce3e9e880fc6313ae87eb000bae4bda snmptrapd.initd 363f7728a76bdfc46e29b7e1f5cf4950 snmptrapd.confd e8eac801c76e03bca7e7bf6b267b0d3d CVE-2008-6123.patch" diff --git a/main/net-snmp/snmpd.initd b/main/net-snmp/snmpd.initd index 49beda58d8..f768bb36bf 100644 --- a/main/net-snmp/snmpd.initd +++ b/main/net-snmp/snmpd.initd @@ -6,6 +6,7 @@ DAEMON=/usr/sbin/$NAME depend() { use logger need net + after firewall } checkconfig() { diff --git a/main/net-snmp/snmptrapd.initd b/main/net-snmp/snmptrapd.initd index bf56233ab6..bbc592be27 100644 --- a/main/net-snmp/snmptrapd.initd +++ b/main/net-snmp/snmptrapd.initd @@ -6,6 +6,7 @@ DAEMON=/usr/sbin/$NAME depend() { use logger need net + after firewall } start() { |