summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-04 15:19:23 -0800
committerKhem Raj <raj.khem@gmail.com>2021-02-04 15:29:01 -0800
commit95d5b1d804fa79a6f9ab3bbfc78e37c46fa9f694 (patch)
treeb672d47b02f393f64d23c5572cf7fa256340dad4 /meta-networking
parent11a98f69dd3eaa28cc7d2c762ce29c1247de8931 (diff)
downloadmeta-openembedded-95d5b1d804fa79a6f9ab3bbfc78e37c46fa9f694.tar.gz
keepalived: Upgrade to 2.2.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/keepalived/keepalived_2.2.1.bb (renamed from meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.1.bb
index 1230fcaee..a778d2609 100644
--- a/meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb
+++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.1.bb
@@ -11,9 +11,7 @@ LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12 12
13SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" 13SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz"
14SRC_URI[md5sum] = "27e1cfff5b8dd95062ad415957e663e5" 14SRC_URI[sha256sum] = "91186f20c83ffc48d7a15a9a6e2329ed4feeb2dcb51f4aa9672c8840190ea741"
15SRC_URI[sha256sum] = "d94d7ccbc5c95ab39c95a0e5ae89a25a224f39b6811f2930d3a1885a69732259"
16
17UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases" 15UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases"
18 16
19DEPENDS = "libnfnetlink openssl" 17DEPENDS = "libnfnetlink openssl"