diff options
author | alperak <alperyasinak1@gmail.com> | 2023-11-12 23:44:08 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-12 15:25:11 -0800 |
commit | f13b5120ab030620d001ab36b0d1b822aa247556 (patch) | |
tree | dcd2bb1e826c59a172e9bc5462aa3d9c5ba273cf /meta-networking/recipes-connectivity/openfortivpn | |
parent | 7d65ad61e06e76c3f49b7f44644360cf50f43f43 (diff) | |
download | meta-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" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master" |
6 | SRCREV = "1ccb8ee682af255ae85fecd5fcbab6497ccb6b38" | 6 | SRCREV = "26a1fe68cc7a61c58f4f2a98862f6fcf30f9f2dc" |
7 | 7 | ||
8 | DEPENDS = "openssl" | 8 | DEPENDS = "openssl" |
9 | 9 | ||