* [Buildroot] [PATCH] package/libcurl: security bump to version 7.64.0
@ 2019-02-06 16:54 Peter Korsgaard
2019-02-06 19:33 ` Thomas Petazzoni
2019-02-19 19:50 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-02-06 16:54 UTC (permalink / raw)
To: buildroot
Fixes the following security issues:
CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
https://curl.haxx.se/docs/CVE-2018-16890.html
CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
https://curl.haxx.se/docs/CVE-2019-3822.html
CVE-2019-3823: SMTP end-of-response out-of-bounds read
https://curl.haxx.se/docs/CVE-2019-3823.html
The copyright year changed in the COPYING file, so update the hash.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libcurl/libcurl.hash | 6 +++---
package/libcurl/libcurl.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
index 432943538a..b158600eca 100644
--- a/package/libcurl/libcurl.hash
+++ b/package/libcurl/libcurl.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-# https://curl.haxx.se/download/curl-7.62.0.tar.xz.asc
+# https://curl.haxx.se/download/curl-7.64.0.tar.xz.asc
# with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-sha256 dab5643a5fe775ae92570b9f3df6b0ef4bc2a827a959361fb130c73b721275c1 curl-7.62.0.tar.xz
-sha256 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095 COPYING
+sha256 2f2f13fa34d44aa29cb444077ad7dc4dc6d189584ad552e0aaeb06e608af6001 curl-7.64.0.tar.xz
+sha256 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb COPYING
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 3bc5207951..1fae41ea3a 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBCURL_VERSION = 7.62.0
+LIBCURL_VERSION = 7.64.0
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
LIBCURL_SITE = https://curl.haxx.se/download
LIBCURL_DEPENDENCIES = host-pkgconf \
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/libcurl: security bump to version 7.64.0
2019-02-06 16:54 [Buildroot] [PATCH] package/libcurl: security bump to version 7.64.0 Peter Korsgaard
@ 2019-02-06 19:33 ` Thomas Petazzoni
2019-02-19 19:50 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-02-06 19:33 UTC (permalink / raw)
To: buildroot
On Wed, 6 Feb 2019 17:54:35 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:
> Fixes the following security issues:
>
> CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
> https://curl.haxx.se/docs/CVE-2018-16890.html
>
> CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
> https://curl.haxx.se/docs/CVE-2019-3822.html
>
> CVE-2019-3823: SMTP end-of-response out-of-bounds read
> https://curl.haxx.se/docs/CVE-2019-3823.html
>
> The copyright year changed in the COPYING file, so update the hash.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/libcurl/libcurl.hash | 6 +++---
> package/libcurl/libcurl.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/libcurl: security bump to version 7.64.0
2019-02-06 16:54 [Buildroot] [PATCH] package/libcurl: security bump to version 7.64.0 Peter Korsgaard
2019-02-06 19:33 ` Thomas Petazzoni
@ 2019-02-19 19:50 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-02-19 19:50 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Fixes the following security issues:
> CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
> https://curl.haxx.se/docs/CVE-2018-16890.html
> CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
> https://curl.haxx.se/docs/CVE-2019-3822.html
> CVE-2019-3823: SMTP end-of-response out-of-bounds read
> https://curl.haxx.se/docs/CVE-2019-3823.html
> The copyright year changed in the COPYING file, so update the hash.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed to 2018.02.x and 2018.11.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-19 19:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-06 16:54 [Buildroot] [PATCH] package/libcurl: security bump to version 7.64.0 Peter Korsgaard
2019-02-06 19:33 ` Thomas Petazzoni
2019-02-19 19:50 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox