openvpn: update to 2.5.6

This is mostly a bugfix release including one security fix ("Disallow
multiple deferred authentication plug-ins.", CVE: 2022-0547).

release notes:
- e8df2e64d6
This commit is contained in:
Rudi Heitbaum 2022-03-17 10:03:43 +00:00
parent 9e17417bf3
commit 33d7e20d2b

View File

@ -3,11 +3,11 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="openvpn" PKG_NAME="openvpn"
PKG_VERSION="2.5.5" PKG_VERSION="2.5.6"
PKG_SHA256="119bd69fa0210838f6cdaa273696dc738efa200f454dbe11eb6dfb75dfb6003b" PKG_SHA256="333a7ef3d5b317968aca2c77bdc29aa7c6d6bb3316eb3f79743b59c53242ad3d"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://openvpn.net" PKG_SITE="https://openvpn.net"
PKG_URL="https://swupdate.openvpn.org/community/releases/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://swupdate.openvpn.org/community/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain lzo openssl" PKG_DEPENDS_TARGET="toolchain lzo openssl"
PKG_LONGDESC="A full featured SSL VPN software solution that integrates OpenVPN server capabilities." PKG_LONGDESC="A full featured SSL VPN software solution that integrates OpenVPN server capabilities."