[alpine-devel] [PATCH] testing/keepalived: upgrade to 1.2.7 * build with snmp support.
Export this patch
---
testing/keepalived/APKBUILD | 11 +++++ ------
1 file changed, 5 insertions(+), 6 deletions(-)
Applied.
...
diff --git a/testing/keepalived/APKBUILD b/testing/keepalived/APKBUILD
index fb85a5f..58ab9fd 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
This line should be removed and the patch git rm'ed so we dont have
unused patches floating around.
I have removed the patch from aports tree.
Thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
_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"
--
1.7.10
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---