summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-22 17:15:34 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-22 22:59:30 -0700
commit794435c5912a289a0358db0ef9e0b1bedb02943f (patch)
treeab69411d711b767b12ad0e5828b16ffb7b0f10ff
parent0fdc66586c338f9fc57044cf42d9cf68ee03fa4f (diff)
downloadmeta-openembedded-794435c5912a289a0358db0ef9e0b1bedb02943f.tar.gz
openfortivpn: upgrade 1.21.0 -> 1.22.0
Changelog: ========== * make sure Homebrew packages for macOS are built with --enable-legacy-pppd * do not print TLS socket options in log (revert change from 1.16.0) * add option to specify SNI * change most occurrences of "SSL" to "TLS" in user-visible text 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.22.0.bb (renamed from meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.21.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.21.0.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.0.bb
index e6c9a69ee..568593b2d 100644
--- a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.21.0.bb
+++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.22.0.bb
@@ -3,7 +3,7 @@ LICENSE = "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"
6SRCREV = "26a1fe68cc7a61c58f4f2a98862f6fcf30f9f2dc" 6SRCREV = "82e4401162fc65efad8267f4cb3287c6ab6fc088"
7 7
8DEPENDS = "openssl" 8DEPENDS = "openssl"
9 9