diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-01-27 20:47:31 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-27 14:13:26 -0800 |
commit | e4a9859fb0d664c37a10ee28eb5fcec9989a8e04 (patch) | |
tree | d8f6fadac90a94e2b197a39b46b9ca5ea6423989 /meta-networking/recipes-daemons | |
parent | 4933ca545736903972cf609abc678f838b56f325 (diff) | |
download | meta-openembedded-e4a9859fb0d664c37a10ee28eb5fcec9989a8e04.tar.gz |
keepalived: upgrade 2.0.19 -> 2.0.20
See full changelog https://www.keepalived.org/changelog.html
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/keepalived/keepalived_2.0.20.bb (renamed from meta-networking/recipes-daemons/keepalived/keepalived_2.0.19.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.0.19.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.0.20.bb index 08182b1b2..f3c33dcb8 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived_2.0.19.bb +++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.0.20.bb | |||
@@ -11,8 +11,8 @@ LICENSE = "GPLv2" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
12 | 12 | ||
13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" | 13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" |
14 | SRC_URI[md5sum] = "df670e0904d4e48e72ccc8409ad9c6de" | 14 | SRC_URI[md5sum] = "a5966e8433b60998709c4a922a407bac" |
15 | SRC_URI[sha256sum] = "0e2f8454765bc6a5fa26758bd9cec18aae42882843cdd24848aff0ae65ce4ca7" | 15 | SRC_URI[sha256sum] = "9670fbc5eb3dc113828be8b702549dc68ec9578cf83287520d935be76fc8f193" |
16 | 16 | ||
17 | DEPENDS = "libnfnetlink openssl" | 17 | DEPENDS = "libnfnetlink openssl" |
18 | 18 | ||