summaryrefslogtreecommitdiffstats
path: root/testing/keepalived
diff options
context:
space:
mode:
authorPablo Castorino <pcastorino@mendoza-conicet.gob.ar>2012-11-20 09:46:49 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2012-11-21 08:57:05 +0000
commit2745e5cac8415bd3d38cb4116d552fe05af3a08b (patch)
tree916e825d1c9cf3757de502637e76909cfbd60f49 /testing/keepalived
parent2e34c29e4382c24c2438fd1a9419a68ba5f39d46 (diff)
downloadaports-2745e5cac8415bd3d38cb4116d552fe05af3a08b.tar.bz2
aports-2745e5cac8415bd3d38cb4116d552fe05af3a08b.tar.xz
testing/keepalived: upgrade to 1.2.7 * build with snmp support.
Diffstat (limited to 'testing/keepalived')
-rw-r--r--testing/keepalived/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/keepalived/APKBUILD b/testing/keepalived/APKBUILD
index fb85a5f5a..58ab9fd63 100644
--- a/testing/keepalived/APKBUILD
+++ b/testing/keepalived/APKBUILD
@@ -1,21 +1,20 @@
# Contributor: Pablo Castorino <pcastorino@mendoza-conicet.gob.ar>
-# Maintainer: Pablo Castorino <pcastorino@mendoza-conicet.gob.ar>
pkgname=keepalived
-pkgver=1.1.20
+pkgver=1.2.7
pkgrel=0
pkgdesc="Health Checking for Linux Virtual Server & High-Availability"
url="http://www.keepalived.org/"
arch="all"
license="GPL"
depends=
-makedepends="openssl-dev popt-dev linux-headers"
+makedepends="openssl-dev popt-dev linux-headers net-snmp-dev"
install=
subpackages="$pkgname-doc $pkgname-sample-config:samples"
source="http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz
- keepalived-1.1.20-ipvs_haeader_check.patch
$pkgname.initd
$pkgname.confd
"
+# keepalived-1.1.20-ipvs_haeader_check.patch
_builddir="$srcdir"/$pkgname-$pkgver
@@ -37,6 +36,7 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-kernel-dir=/usr/include/linux \
+ --enable-snmp \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
@@ -56,7 +56,6 @@ samples() {
mv "$pkgdir"/etc/keepalived/samples "$subpkgdir"/etc/keepalived/
}
-md5sums="6c3065c94bb9e2187c4b5a80f6d8be31 keepalived-1.1.20.tar.gz
-78c19e15f649e353c2fba44e1f70b1e1 keepalived-1.1.20-ipvs_haeader_check.patch
+md5sums="8551a34ee048895dbe5350a031ff29c1 keepalived-1.2.7.tar.gz
d20faa8d55b8a41b8ddb71bb00a6bead keepalived.initd
56ff68ad19e973826c2dbc42c892939f keepalived.confd"