* [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4
@ 2017-09-27 17:05 Bernd Kuhls
2017-09-27 20:04 ` Thomas Petazzoni
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-09-27 17:05 UTC (permalink / raw)
To: buildroot
Fixes CVE-2017-12166:
https://community.openvpn.net/openvpn/wiki/CVE-2017-12166
Changelog:
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/openvpn/openvpn.hash | 2 +-
package/openvpn/openvpn.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/openvpn/openvpn.hash b/package/openvpn/openvpn.hash
index 1db3a31e1d..318f9edb88 100644
--- a/package/openvpn/openvpn.hash
+++ b/package/openvpn/openvpn.hash
@@ -1,2 +1,2 @@
# Locally calculated after checking signature
-sha256 15e15fc97f189b52aee7c90ec8355aa77469c773125110b4c2f089abecde36fb openvpn-2.4.3.tar.xz
+sha256 96cd1b8fe1e8cb2920f07c3fd3985faea756e16fdeebd11d3e146d5bd2b04a80 openvpn-2.4.4.tar.xz
diff --git a/package/openvpn/openvpn.mk b/package/openvpn/openvpn.mk
index 7cc572e4e7..086f99bf4d 100644
--- a/package/openvpn/openvpn.mk
+++ b/package/openvpn/openvpn.mk
@@ -4,7 +4,7 @@
#
################################################################################
-OPENVPN_VERSION = 2.4.3
+OPENVPN_VERSION = 2.4.4
OPENVPN_SOURCE = openvpn-$(OPENVPN_VERSION).tar.xz
OPENVPN_SITE = http://swupdate.openvpn.net/community/releases
OPENVPN_DEPENDENCIES = host-pkgconf openssl
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4
2017-09-27 17:05 [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4 Bernd Kuhls
@ 2017-09-27 20:04 ` Thomas Petazzoni
2017-09-29 7:50 ` Peter Korsgaard
2017-10-17 9:00 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-09-27 20:04 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 27 Sep 2017 19:05:00 +0200, Bernd Kuhls wrote:
> Fixes CVE-2017-12166:
> https://community.openvpn.net/openvpn/wiki/CVE-2017-12166
>
> Changelog:
> https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/openvpn/openvpn.hash | 2 +-
> package/openvpn/openvpn.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4
2017-09-27 17:05 [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4 Bernd Kuhls
2017-09-27 20:04 ` Thomas Petazzoni
@ 2017-09-29 7:50 ` Peter Korsgaard
2017-10-17 9:00 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-09-29 7:50 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Fixes CVE-2017-12166:
> https://community.openvpn.net/openvpn/wiki/CVE-2017-12166
> Changelog:
> https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4
2017-09-27 17:05 [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4 Bernd Kuhls
2017-09-27 20:04 ` Thomas Petazzoni
2017-09-29 7:50 ` Peter Korsgaard
@ 2017-10-17 9:00 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-10-17 9:00 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Fixes CVE-2017-12166:
> https://community.openvpn.net/openvpn/wiki/CVE-2017-12166
> Changelog:
> https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2017.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-17 9:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27 17:05 [Buildroot] [PATCH 1/1] package/openvpn: security bump to version 2.4.4 Bernd Kuhls
2017-09-27 20:04 ` Thomas Petazzoni
2017-09-29 7:50 ` Peter Korsgaard
2017-10-17 9:00 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox