diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-12-18 09:45:57 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-12-18 09:45:57 +0100 |
commit | 5c05cd5e72f07d45a4a57eebfc3753e12b3ec70d (patch) | |
tree | facd642684fc9c67598bbf327a68c8f178778f2b /main/net-snmp/APKBUILD | |
parent | b2150537cf754f767a4a8c74c9456ab37c921fc5 (diff) | |
download | aports-5c05cd5e72f07d45a4a57eebfc3753e12b3ec70d.tar.bz2 aports-5c05cd5e72f07d45a4a57eebfc3753e12b3ec70d.tar.xz |
main/net-snmp: upgrade to 5.7.2
Diffstat (limited to 'main/net-snmp/APKBUILD')
-rw-r--r-- | main/net-snmp/APKBUILD | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD index 3552f8046b..a700f6a286 100644 --- a/main/net-snmp/APKBUILD +++ b/main/net-snmp/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=net-snmp -pkgver=5.7.1 -pkgrel=7 +pkgver=5.7.2 +pkgrel=0 pkgdesc="Simple Network Management Protocol" url="http://www.net-snmp.org/" arch="all" @@ -15,7 +15,6 @@ makedepends="perl-dev openssl-dev perl-net-snmp" subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-agent-libs:alibs $pkgname-perl:pl $pkgname-gui $pkgname-tools" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - netsnmp-arp-netlink-fix.patch netsnmp-swinst-crash.patch snmpd.initd snmpd.confd @@ -71,11 +70,14 @@ build() { # embedded-perl seems to create TEXTREL's # work around parallell build issue - make sedscript EXAMPLE.conf net-snmp-config-x \ - && make -j1 -C man \ - && make standardall \ - && make net-snmp-create-v3-user \ - && make || return 1 + #make sedscript EXAMPLE.conf net-snmp-config-x \ + # && make -j1 -C man \ + # && make standardall \ + # && make net-snmp-create-v3-user \ + # && make || return 1 + # + # still fails even with the workaround above. + make -j1 || return 1 } package() { @@ -155,8 +157,7 @@ tools() { } -md5sums="c95d08fd5d93df0c11a2e1bdf0e01e0b net-snmp-5.7.1.tar.gz -58bdd8a68042be16c22d8b4b40d3ec9c netsnmp-arp-netlink-fix.patch +md5sums="5bddd02e2f82b62daa79f82717737a14 net-snmp-5.7.2.tar.gz bd7dc10ffb5839e35ec37effcc53c2ad netsnmp-swinst-crash.patch 198a4a7b80557fa8112394df5ec9914e snmpd.initd 96510a2f3bc9f21648b03f7e8d76c0d3 snmpd.confd |