summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-09 17:55:29 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-09 15:11:00 -0800
commit5322aba126f9852d7c7f0544ca278c55e6de0bb7 (patch)
tree4696df65102c91edf4e0e65f35fed1aa3d3fdc8a
parent1645c5e5187e4611c0e6c151f31ee8ecef71456c (diff)
downloadmeta-openembedded-5322aba126f9852d7c7f0544ca278c55e6de0bb7.tar.gz
openfortivpn: upgrade 1.23.1 -> 1.24.0
Changelog: =========== - add OpenSSL 3.0+ PKCS#11 support using OSSL_STORE API - add OpenSSL Engine support (with OpenSSL < 3.0) - update package links for distros in README - remove deprecated option --plugin - increase the maximum size of the proxy response - route: always remove wrong pppd route to self - fix several Coverity warnings - fix a memory leak in new ipv4_drop_wrong_route method - HTTP: fixes missing '\0' in debug - IO: fixes a RC use after free - SSL: Avoid leaking SSL context Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.0.bb (renamed from meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.0.bb
index 9823d772a3..eb5599ab07 100644
--- a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb
+++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.24.0.bb
@@ -2,8 +2,8 @@ SUMMARY = "Client for PPP+SSL VPN tunnel services"
2LICENSE = "GPL-3.0-or-later" 2LICENSE = "GPL-3.0-or-later"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d"
4 4
5SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master" 5SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master;tag=v${PV}"
6SRCREV = "a011b5c916075bd240db6a03c02eac95baf09ad8" 6SRCREV = "9230413f47de40fbf0dc8ba18eff42e943e27ca7"
7 7
8DEPENDS = "openssl" 8DEPENDS = "openssl"
9 9