From d06825b105c601b55845ddde2014dd3fd68c4f76 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jan 2026 18:23:20 +0800 Subject: [PATCH] openfortivpn: upgrade 1.24.0 -> 1.24.1 Changelog: fix regression where the 'plugin' was not passed to pppd Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{openfortivpn_1.24.0.bb => openfortivpn_1.24.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/openfortivpn/{openfortivpn_1.24.0.bb => openfortivpn_1.24.1.bb} (93%) diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.0.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.1.bb similarity index 93% rename from meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.0.bb rename to meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.1.bb index eb5599ab07..0ff2a31f1a 100644 --- a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.0.bb +++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.1.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-3.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d" SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "9230413f47de40fbf0dc8ba18eff42e943e27ca7" +SRCREV = "a40a2d588733d48534eb78cd17b90142e5ba039b" DEPENDS = "openssl"