mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openvpn: Version bump, 2.6.6 -> 2.6.9
@ 2024-02-25 15:12 Andreas Helmcke
  2024-03-15  4:06 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2024-02-25 15:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

various bugfixes, including fixes for CVE-2023-46850 and CVE-2023-46849

license change completed, therefore the corresponding note in COPYING has been removed

Full info: https://github.com/OpenVPN/openvpn/releases/tag/v2.6.9

Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
 rules/openvpn.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/openvpn.make b/rules/openvpn.make
index 29a4b68e4..c2cc4fb47 100644
--- a/rules/openvpn.make
+++ b/rules/openvpn.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn
 #
 # Paths and names
 #
-OPENVPN_VERSION		:= 2.6.6
-OPENVPN_MD5		:= 660e71db3ed3161e33b4b649855c2477
+OPENVPN_VERSION		:= 2.6.9
+OPENVPN_MD5		:= e5beda906a40e997e26766f0de09ecbf
 OPENVPN			:= openvpn-$(OPENVPN_VERSION)
 OPENVPN_SUFFIX		:= tar.gz
 OPENVPN_URL		:= https://github.com/OpenVPN/openvpn/releases/download/v$(OPENVPN_VERSION)/$(OPENVPN).$(OPENVPN_SUFFIX)
@@ -23,7 +23,7 @@ OPENVPN_SOURCE		:= $(SRCDIR)/$(OPENVPN).$(OPENVPN_SUFFIX)
 OPENVPN_DIR		:= $(BUILDDIR)/$(OPENVPN)
 OPENVPN_LICENSE		:= GPL-2.0-only WITH (openvpn-openssl-exception AND custom-exception) AND BSD-2-Clause AND BSD-3-Clause AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT)
 OPENVPN_LICENSE_FILES := \
-	file://COPYING;md5=d8d34ce6390552676e4ce8279f13c48a \
+	file://COPYING;md5=4b34e946059f80dcfd811e8dd471b5ed \
 	file://COPYRIGHT.GPL;md5=52cadf4008002e3c314a47a54fa7306c \
 	file://src/openvpn/openvpn.c;startline=2;endline=21;md5=b9fb1976bc6d8ad5e02a251351dc58f2 \
 	file://src/openvpn/base64.c;startline=2;endline=31;md5=f4debd767645b13107fc5912faf2ad8f \
-- 
2.40.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] openvpn: Version bump, 2.6.6 -> 2.6.9
  2024-02-25 15:12 [ptxdist] [PATCH] openvpn: Version bump, 2.6.6 -> 2.6.9 Andreas Helmcke
@ 2024-03-15  4:06 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-03-15  4:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Thanks, applied as b9336a85c494f706474e4ca6ed79ebc4f5d90fa7.

Michael

[sent from post-receive hook]

On Fri, 15 Mar 2024 05:06:20 +0100, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> various bugfixes, including fixes for CVE-2023-46850 and CVE-2023-46849
> 
> license change completed, therefore the corresponding note in COPYING has been removed
> 
> Full info: https://github.com/OpenVPN/openvpn/releases/tag/v2.6.9
> 
> Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
> Message-Id: <20240225151204.54557-5-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/openvpn.make b/rules/openvpn.make
> index 29a4b68e4111..c2cc4fb47458 100644
> --- a/rules/openvpn.make
> +++ b/rules/openvpn.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn
>  #
>  # Paths and names
>  #
> -OPENVPN_VERSION		:= 2.6.6
> -OPENVPN_MD5		:= 660e71db3ed3161e33b4b649855c2477
> +OPENVPN_VERSION		:= 2.6.9
> +OPENVPN_MD5		:= e5beda906a40e997e26766f0de09ecbf
>  OPENVPN			:= openvpn-$(OPENVPN_VERSION)
>  OPENVPN_SUFFIX		:= tar.gz
>  OPENVPN_URL		:= https://github.com/OpenVPN/openvpn/releases/download/v$(OPENVPN_VERSION)/$(OPENVPN).$(OPENVPN_SUFFIX)
> @@ -23,7 +23,7 @@ OPENVPN_SOURCE		:= $(SRCDIR)/$(OPENVPN).$(OPENVPN_SUFFIX)
>  OPENVPN_DIR		:= $(BUILDDIR)/$(OPENVPN)
>  OPENVPN_LICENSE		:= GPL-2.0-only WITH (openvpn-openssl-exception AND custom-exception) AND BSD-2-Clause AND BSD-3-Clause AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT)
>  OPENVPN_LICENSE_FILES := \
> -	file://COPYING;md5=d8d34ce6390552676e4ce8279f13c48a \
> +	file://COPYING;md5=4b34e946059f80dcfd811e8dd471b5ed \
>  	file://COPYRIGHT.GPL;md5=52cadf4008002e3c314a47a54fa7306c \
>  	file://src/openvpn/openvpn.c;startline=2;endline=21;md5=b9fb1976bc6d8ad5e02a251351dc58f2 \
>  	file://src/openvpn/base64.c;startline=2;endline=31;md5=f4debd767645b13107fc5912faf2ad8f \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-15  4:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 15:12 [ptxdist] [PATCH] openvpn: Version bump, 2.6.6 -> 2.6.9 Andreas Helmcke
2024-03-15  4:06 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox