diff mbox series

[meta-networking] openfortivpn: upgrade 1.20.5 -> 1.21.0

Message ID 20231112204408.652490-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-networking] openfortivpn: upgrade 1.20.5 -> 1.21.0 | expand

Commit Message

Alper Ak Nov. 12, 2023, 8:44 p.m. UTC
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>
---
 .../{openfortivpn_1.20.5.bb => openfortivpn_1.21.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/openfortivpn/{openfortivpn_1.20.5.bb => openfortivpn_1.21.0.bb} (93%)

Comments

Khem Raj Nov. 13, 2023, 6:34 p.m. UTC | #1
On Sun, 12 Nov 2023 23:44:08 +0300, alperak wrote:
> 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
> 
> [...]

Applied, thanks!

[1/1] openfortivpn: upgrade 1.20.5 -> 1.21.0
      commit: f13b5120ab030620d001ab36b0d1b822aa247556

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.5.bb b/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.21.0.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.20.5.bb
rename to 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"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d575262a651a6f1a17210ce41bf907d"
 
 SRC_URI = "git://github.com/adrienverge/openfortivpn.git;protocol=https;branch=master"
-SRCREV = "1ccb8ee682af255ae85fecd5fcbab6497ccb6b38"
+SRCREV = "26a1fe68cc7a61c58f4f2a98862f6fcf30f9f2dc"
 
 DEPENDS = "openssl"