From: Gustavo Zacarias Date: Mon, 30 Mar 2015 11:23:41 +0000 (-0300) Subject: musl: security bump to version 1.1.8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0a944fad87c4e459d3c68df47e72a9f7e227c79;p=buildroot.git musl: security bump to version 1.1.8 Fixes: CVE-2015-1817 - stack-based buffer overflow in IPv6 literal parsing. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/musl/musl.hash b/package/musl/musl.hash index 0e6a2f98a6..20bb2f8b78 100644 --- a/package/musl/musl.hash +++ b/package/musl/musl.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 d8e0aae287ecf8aa6500d3ed4131f33d216a7857dc7649a89125ffca6bf91599 musl-1.1.7.tar.gz +sha256 fa928506415b9c555977daaf874c190eaf7fbbd16028cc5c5f33a00a83227813 musl-1.1.8.tar.gz diff --git a/package/musl/musl.mk b/package/musl/musl.mk index 86674caa32..6cba5bb97f 100644 --- a/package/musl/musl.mk +++ b/package/musl/musl.mk @@ -4,7 +4,7 @@ # ################################################################################ -MUSL_VERSION = 1.1.7 +MUSL_VERSION = 1.1.8 MUSL_SITE = http://www.musl-libc.org/releases MUSL_LICENSE = MIT MUSL_LICENSE_FILES = COPYRIGHT