[v2,1/2] OpenVPN: Update to version 2.4.9

Message ID 20200507104616.11573-1-ummeegge@ipfire.org
State Accepted
Commit 3460ff86a27645a0162cdf0796df3343575ad446
Headers
Series [v2,1/2] OpenVPN: Update to version 2.4.9 |

Commit Message

ummeegge May 7, 2020, 10:46 a.m. UTC
  Beneath several smaller fixes, this version fixes also some OpenSSL problems but also CVE-2020-11810.
The full changelog can be found in here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 .

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

Comments

ummeegge May 14, 2020, 12:40 p.m. UTC | #1
Hi all,
just as a reminder, should we release this update too ? This might be
great cause there are a not so nice crypto bug in the current actual
version --> 
https://community.openvpn.net/openvpn/ticket/1228#comment:31 which has
been fixed in the actual one.

Best,

Erik

Am Donnerstag, den 07.05.2020, 12:46 +0200 schrieb Erik Kapfer:
> Beneath several smaller fixes, this version fixes also some OpenSSL
> problems but also CVE-2020-11810.
> The full changelog can be found in here 
> https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 .
> 
> Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
> ---
>  lfs/openvpn | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/openvpn b/lfs/openvpn
> index 0ee437e78..779bf5520 100644
> --- a/lfs/openvpn
> +++ b/lfs/openvpn
> @@ -1,7 +1,7 @@
>  ####################################################################
> ###########
>  #                                                                   
>           #
>  # IPFire.org - A linux based
> firewall                                         #
> -# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>           
>           #
> +# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>           
>           #
>  #                                                                   
>           #
>  # This program is free software: you can redistribute it and/or
> modify        #
>  # it under the terms of the GNU General Public License as published
> by        #
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 2.4.8
> +VER        = 2.4.9
>  
>  THISAPP    = openvpn-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 03a4a077945c157703681a06935bc3f9
> +$(DL_FILE)_MD5 = 446df6dc29364d00929ea9c725412cb8
>  
>  install : $(TARGET)
>
  
Michael Tremer May 14, 2020, 2:38 p.m. UTC | #2
How many people have tested this release?

OpenVPN updates usually come with plenty of regressions, so I would like to make sure that we are not finding those too late and have to halt the release again.

> On 14 May 2020, at 13:40, ummeegge <ummeegge@ipfire.org> wrote:
> 
> Hi all,
> just as a reminder, should we release this update too ? This might be
> great cause there are a not so nice crypto bug in the current actual
> version --> 
> https://community.openvpn.net/openvpn/ticket/1228#comment:31 which has
> been fixed in the actual one.

*current or latest is the word you are looking for

-Michael

> 
> Best,
> 
> Erik
> 
> Am Donnerstag, den 07.05.2020, 12:46 +0200 schrieb Erik Kapfer:
>> Beneath several smaller fixes, this version fixes also some OpenSSL
>> problems but also CVE-2020-11810.
>> The full changelog can be found in here 
>> https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 .
>> 
>> Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
>> ---
>> lfs/openvpn | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>> 
>> diff --git a/lfs/openvpn b/lfs/openvpn
>> index 0ee437e78..779bf5520 100644
>> --- a/lfs/openvpn
>> +++ b/lfs/openvpn
>> @@ -1,7 +1,7 @@
>> ####################################################################
>> ###########
>> #                                                                   
>>          #
>> # IPFire.org - A linux based
>> firewall                                         #
>> -# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>           
>>          #
>> +# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>           
>>          #
>> #                                                                   
>>          #
>> # This program is free software: you can redistribute it and/or
>> modify        #
>> # it under the terms of the GNU General Public License as published
>> by        #
>> @@ -24,7 +24,7 @@
>> 
>> include Config
>> 
>> -VER        = 2.4.8
>> +VER        = 2.4.9
>> 
>> THISAPP    = openvpn-$(VER)
>> DL_FILE    = $(THISAPP).tar.xz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>> 
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>> 
>> -$(DL_FILE)_MD5 = 03a4a077945c157703681a06935bc3f9
>> +$(DL_FILE)_MD5 = 446df6dc29364d00929ea9c725412cb8
>> 
>> install : $(TARGET)
>> 
>
  

Patch

diff --git a/lfs/openvpn b/lfs/openvpn
index 0ee437e78..779bf5520 100644
--- a/lfs/openvpn
+++ b/lfs/openvpn
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.4.8
+VER        = 2.4.9
 
 THISAPP    = openvpn-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 03a4a077945c157703681a06935bc3f9
+$(DL_FILE)_MD5 = 446df6dc29364d00929ea9c725412cb8
 
 install : $(TARGET)