diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-06 20:49:37 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-07 09:58:41 +0200 |
commit | a67b9b2df8d74313d13b5bc39ce33d6e5ef7196c (patch) | |
tree | 369ab807b3545225794d977b2b98f85deacb3c90 /package/musl | |
parent | 701e8a8e81f9cc2947d1bc2894214be9d563b60d (diff) |
musl: security bump to version 1.1.2
Fixes CVE-2014-3484 (stack-based buffer overflow in DNS response
parsing).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/musl')
-rw-r--r-- | 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 b5d6c5629..7b59377ab 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 |