aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2021-01-10 19:37:41 +0100
committerJakub Jirutka <jakub@jirutka.cz>2021-01-10 19:38:11 +0100
commite8dac67b721edbd663cf4ca2e92f704e3a1e0272 (patch)
tree22bb1a71c2c66fed16fada28b6a244ddffdef28e
parent95c005d91cc1e3463b5e8519b5ebcc080292059d (diff)
community/keepalived: upgrade to 2.2.0
-rw-r--r--community/keepalived/APKBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/community/keepalived/APKBUILD b/community/keepalived/APKBUILD
index 6f9203f224c..85a68f26c96 100644
--- a/community/keepalived/APKBUILD
+++ b/community/keepalived/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=keepalived
-pkgver=2.1.5
-pkgrel=1
+pkgver=2.2.0
+pkgrel=0
pkgdesc="Health Checking for Linux Virtual Server & High-Availability"
url="https://www.keepalived.org/"
arch="all !mips64" # testsuite segfaults on mips64
@@ -15,6 +15,9 @@ install="$pkgname.post-upgrade"
subpackages="$pkgname-doc $pkgname-sample-config:samples:noarch
$pkgname-common $pkgname-snmp"
source="https://www.keepalived.org/software/keepalived-$pkgver.tar.gz
+ fix-building-with-musl-libc-784a540.patch::https://github.com/acassen/keepalived/commit/784a5405a3eccfdabfe4ce9ecb94507284a008cc.patch
+ fix-cast-type-of-address-param-in-sendto-61442ca.patch::https://github.com/acassen/keepalived/commit/61442cad34d5752d4b26bfa58f3c31d3153001d5.patch
+ remove-unused-fallback-definitions-b8eee34.patch::https://github.com/acassen/keepalived/commit/b8eee342102f5a60b9ebd41710faa7f3f8e01bc6.patch
always-use-pid-dir.patch
$pkgname.initd
$pkgname.confd
@@ -29,6 +32,7 @@ source="https://www.keepalived.org/software/keepalived-$pkgver.tar.gz
prepare() {
default_prepare
+ ./autogen.sh
cp -ar "$builddir" "$builddir-snmp"
}
@@ -102,7 +106,10 @@ samples() {
mv "$pkgdir"/etc/keepalived/samples "$subpkgdir"/etc/keepalived/
}
-sha512sums="107d071aa1546023a3eb7c2cba4707ab6fbb10af62984ab41c9358b5e28289f8f277456983fe8649a15a77939734d3af573b8b050500d9eb521b4b0537f97aa6 keepalived-2.1.5.tar.gz
+sha512sums="f93d29f34ab5a8b0e7d9c9e8ce23f978f27d200dbecffe04d236bd05a2afeabc94569d5b53399e7cdd358f9e794b5d37bc476ce8ec1adb1942017c35434064f9 keepalived-2.2.0.tar.gz
+ef5b45e39b0dd3317aca49c25e93ecb0937ad52243728fa0d706e306a0380ee1d666c94b4da346c8852aaeb726fdd32fc23393dd6ee25eded36dfc2f5b38212c fix-building-with-musl-libc-784a540.patch
+05f02416dd69067e58b58e0ad4c7d1ca4245726e781736678cd58adfd250a4261c886c037c1493844dea90646c8f1324c2176f8c5918c2138f6f8b0359314f88 fix-cast-type-of-address-param-in-sendto-61442ca.patch
+42b1b621c2002c3c3444d02c73d29b26485820ac5ea512c90fc5603e29fc2120af844291adb0287c6bde2ce554540e6690a71073c5346b6c32418e463c233bd9 remove-unused-fallback-definitions-b8eee34.patch
b64af26f20da4234dcf16376afb4be463a21f6c44501c84c03d2decbf8923a2723bc89ee3a472aaf19587ee4d231607067d06d2ab5cd2b2e85fe7336fda22121 always-use-pid-dir.patch
4f1a3fdb0a936707a234efa063296f575fa8168551c87d2f9d43b7681d24605f852b4ddb2c674d1e311111f85232a708939a71cf128eb57c940ccb6927518dd4 keepalived.initd
2e6a9411d78fb954b5ede75d04225bf3f37d9ef4773c2b3587e1de1a0795f61a1ed784fa229854c2ee97f153205c3f76b3ff79cd55ede07f211731f0d17569cb keepalived.confd"