From 909825835bd51393213118e8aa46f99c3d3900cd Mon Sep 17 00:00:00 2001 From: Ivan Pavlov Date: Fri, 19 Jul 2024 07:43:46 +0300 Subject: [PATCH] openvpn: update to 2.6.12 This is a bugfix release Bug fixes: - the fix for CVE-2024-5594 (refuse control channel messages with nonprintable characters) was too strict, breaking user configurations with AUTH_FAIL messages having trailing CR/NL characters. This often happens if the AUTH_FAIL reason is set by a script. - Http-proxy: fix bug preventing proxy credentials caching For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.12/Changes.rst Signed-off-by: Ivan Pavlov --- net/openvpn/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index fe035ea422..cada430072 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn -PKG_VERSION:=2.6.11 -PKG_RELEASE:=2 +PKG_VERSION:=2.6.12 +PKG_RELEASE:=1 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ https://swupdate.openvpn.net/community/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=d60adf413d37e11e6e63531cacf2655906756046b4edffe88a13b9e2fec40d5e +PKG_HASH:=1c610fddeb686e34f1367c347e027e418e07523a10f4d8ce4a2c2af2f61a1929 PKG_MAINTAINER:= -- 2.30.2