[Buildroot] [git commit] musl: security bump to version 1.1.2

Peter Korsgaard peter at korsgaard.com
Sat Jun 7 07:58:41 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=a67b9b2df8d74313d13b5bc39ce33d6e5ef7196c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes CVE-2014-3484 (stack-based buffer overflow in DNS response
parsing).

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/musl/musl.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/musl/musl.mk b/package/musl/musl.mk
index b5d6c56..7b59377 100644
--- a/package/musl/musl.mk
+++ b/package/musl/musl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MUSL_VERSION = 1.1.1
+MUSL_VERSION = 1.1.2
 MUSL_SITE = http://www.musl-libc.org/releases/
 MUSL_LICENSE = MIT
 MUSL_LICENSE_FILES = COPYRIGHT



More information about the buildroot mailing list