[meta-networking] xl2tpd: update to 1.3.16

Message ID 20211222145125.2482096-1-open.source@oleksandr-kravchuk.com
State New
Headers show
Series [meta-networking] xl2tpd: update to 1.3.16 | expand

Commit Message

Oleksandr Kravchuk Dec. 22, 2021, 2:51 p.m. UTC
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../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%)

Patch

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 21f97eba2..d96a28eac 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"