OpenVPN: Update to version 2.4.8

Message ID 20191101133306.14929-1-ummeegge@ipfire.org
State Accepted
Commit a0926f75e0691527688a5bb0b964acae4f204bff
Headers
Series OpenVPN: Update to version 2.4.8 |

Commit Message

ummeegge Nov. 1, 2019, 1:33 p.m. UTC
  This is primarily a maintenance release with bugfixes and improvements. All changes can be overviewed in here -->
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
---
 lfs/openvpn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Nov. 4, 2019, 12:31 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 1 Nov 2019, at 13:33, Erik Kapfer <ummeegge@ipfire.org> wrote:
> 
> This is primarily a maintenance release with bugfixes and improvements. All changes can be overviewed in here -->
> https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 .
> 
> Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
> ---
> lfs/openvpn | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/openvpn b/lfs/openvpn
> index 61c805fdb..0ee437e78 100644
> --- a/lfs/openvpn
> +++ b/lfs/openvpn
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 2.4.7
> +VER        = 2.4.8
> 
> THISAPP    = openvpn-$(VER)
> DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 4ad8a008e1e7f261b3aa0024e79e7fb7
> +$(DL_FILE)_MD5 = 03a4a077945c157703681a06935bc3f9
> 
> install : $(TARGET)
> 
> -- 
> 2.12.2
>
  

Patch

diff --git a/lfs/openvpn b/lfs/openvpn
index 61c805fdb..0ee437e78 100644
--- a/lfs/openvpn
+++ b/lfs/openvpn
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.4.7
+VER        = 2.4.8
 
 THISAPP    = openvpn-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4ad8a008e1e7f261b3aa0024e79e7fb7
+$(DL_FILE)_MD5 = 03a4a077945c157703681a06935bc3f9
 
 install : $(TARGET)