mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/openvpn: security bump to v2.6.21
See the release notes: https://github.com/OpenVPN/openvpn/blob/v2.6.21/Changes.rst This fixes the following vulnerabilities: - CVE-2026-13117 - CVE-2026-13698 - CVE-2026-12996 - CVE-2026-13122 - CVE-2026-12932 - CVE-2026-11771 Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
parent
596b580f04
commit
901687d392
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Locally calculated after checking signature
|
||||
sha256 952ecee5b911a5353c0a6d40af62a7076c6dea1481ef204ce6d3f10481531315 openvpn-2.6.20.tar.gz
|
||||
sha256 24cb6185e544a47323d6798b03d39f2367d96f227bee9cd1543e8ed528319b17 openvpn-2.6.21.tar.gz
|
||||
sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYRIGHT.GPL
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
OPENVPN_VERSION = 2.6.20
|
||||
OPENVPN_VERSION = 2.6.21
|
||||
OPENVPN_SITE = https://swupdate.openvpn.net/community/releases
|
||||
OPENVPN_DEPENDENCIES = host-pkgconf libcap-ng
|
||||
OPENVPN_LICENSE = GPL-2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue