From 7cd1f5a87175c235c349ace5c3b6082ca82950d1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 6 Jun 2024 17:06:31 +0800 Subject: [PATCH] openfortivpn: upgrade 1.22.0 -> 1.22.1 Bugfix: do not advertise we talk compressed HTTP Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{openfortivpn_1.22.0.bb => openfortivpn_1.22.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/openfortivpn/{openfortivpn_1.22.0.bb => openfortivpn_1.22.1.bb} (93%) diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.0.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.1.bb similarity index 93% rename from meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.0.bb rename to meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.1.bb index 568593b2d4..b69a7e2355 100644 --- a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.0.bb +++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.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" -SRCREV = "82e4401162fc65efad8267f4cb3287c6ab6fc088" +SRCREV = "388fa98f639ef91733461de50b06dd57f1ffb099" DEPENDS = "openssl"