From 5f17cabf1a577f202dd7edcb8323600fdff178b3 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 22 Dec 2021 15:51:25 +0100 Subject: [PATCH] xl2tpd: update to 1.3.16 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../xl2tpd/{xl2tpd_1.3.14.bb => xl2tpd_1.3.16.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-networking/recipes-protocols/xl2tpd/{xl2tpd_1.3.14.bb => xl2tpd_1.3.16.bb} (91%) diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb similarity index 91% rename from meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb rename to meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb index 21f97eba24..d96a28eac9 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb @@ -9,7 +9,9 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https" -SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08" +SRCREV = "1ef2a025981223c1e16fc833bef226c86ff8c295" + +UPSTREAM_CHECK_URI = "https://github.com/xelerance/xl2tpd/releases" S = "${WORKDIR}/git"