summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/openfortivpn
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-12 23:44:08 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-12 15:25:11 -0800
commitf13b5120ab030620d001ab36b0d1b822aa247556 (patch)
treedcd2bb1e826c59a172e9bc5462aa3d9c5ba273cf /meta-networking/recipes-connectivity/openfortivpn
parent7d65ad61e06e76c3f49b7f44644360cf50f43f43 (diff)
downloadmeta-openembedded-f13b5120ab030620d001ab36b0d1b822aa247556.tar.gz
openfortivpn: upgrade 1.20.5 -> 1.21.0
Changelog: * fix "Peer refused to agree to his IP address" message, again * deprecate option --plugin * better masking of password in logs * break on reading 0 from ppp pty, for non-Linux systems Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/openfortivpn')
-rw-r--r--meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.21.0.bb (renamed from meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.5.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.21.0.bb
index bcfe64691..e6c9a69ee 100644
--- a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.5.bb
+++ b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.21.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 = "1ccb8ee682af255ae85fecd5fcbab6497ccb6b38" 6SRCREV = "26a1fe68cc7a61c58f4f2a98862f6fcf30f9f2dc"
7 7
8DEPENDS = "openssl" 8DEPENDS = "openssl"
9 9