* [Buildroot] [PATCH 1/1] package/openvpn: security bump version to 2.5.6
@ 2022-03-20 11:59 Bernd Kuhls
2022-03-20 17:03 ` Thomas Petazzoni via buildroot
2022-03-21 16:34 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2022-03-20 11:59 UTC (permalink / raw)
To: buildroot
Switched _SITE to https and _SOURCE to .gz because upstream does not
provide a .xz tarball anymore.
Fixes CVE 2022-0547, changelog:
https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/openvpn/openvpn.hash | 2 +-
package/openvpn/openvpn.mk | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/openvpn/openvpn.hash b/package/openvpn/openvpn.hash
index f8e0493b54..bd598a5186 100644
--- a/package/openvpn/openvpn.hash
+++ b/package/openvpn/openvpn.hash
@@ -1,3 +1,3 @@
# Locally calculated after checking signature
-sha256 119bd69fa0210838f6cdaa273696dc738efa200f454dbe11eb6dfb75dfb6003b openvpn-2.5.5.tar.xz
+sha256 333a7ef3d5b317968aca2c77bdc29aa7c6d6bb3316eb3f79743b59c53242ad3d openvpn-2.5.6.tar.gz
sha256 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043 COPYRIGHT.GPL
diff --git a/package/openvpn/openvpn.mk b/package/openvpn/openvpn.mk
index d6bcad62ba..db2f53a5f3 100644
--- a/package/openvpn/openvpn.mk
+++ b/package/openvpn/openvpn.mk
@@ -4,9 +4,8 @@
#
################################################################################
-OPENVPN_VERSION = 2.5.5
-OPENVPN_SOURCE = openvpn-$(OPENVPN_VERSION).tar.xz
-OPENVPN_SITE = http://swupdate.openvpn.net/community/releases
+OPENVPN_VERSION = 2.5.6
+OPENVPN_SITE = https://swupdate.openvpn.net/community/releases
OPENVPN_DEPENDENCIES = host-pkgconf
OPENVPN_LICENSE = GPL-2.0
OPENVPN_LICENSE_FILES = COPYRIGHT.GPL
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/openvpn: security bump version to 2.5.6
2022-03-20 11:59 [Buildroot] [PATCH 1/1] package/openvpn: security bump version to 2.5.6 Bernd Kuhls
@ 2022-03-20 17:03 ` Thomas Petazzoni via buildroot
2022-03-21 16:34 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-03-20 17:03 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Sun, 20 Mar 2022 12:59:56 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> Switched _SITE to https and _SOURCE to .gz because upstream does not
> provide a .xz tarball anymore.
>
> Fixes CVE 2022-0547, changelog:
> https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/openvpn/openvpn.hash | 2 +-
> package/openvpn/openvpn.mk | 5 ++---
> 2 files changed, 3 insertions(+), 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/openvpn: security bump version to 2.5.6
2022-03-20 11:59 [Buildroot] [PATCH 1/1] package/openvpn: security bump version to 2.5.6 Bernd Kuhls
2022-03-20 17:03 ` Thomas Petazzoni via buildroot
@ 2022-03-21 16:34 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-21 16:34 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Switched _SITE to https and _SOURCE to .gz because upstream does not
> provide a .xz tarball anymore.
> Fixes CVE 2022-0547, changelog:
> https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2021.02.x, 2021.11.x and 2022.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-21 16:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20 11:59 [Buildroot] [PATCH 1/1] package/openvpn: security bump version to 2.5.6 Bernd Kuhls
2022-03-20 17:03 ` Thomas Petazzoni via buildroot
2022-03-21 16:34 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.