diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-01 08:53:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-01 08:53:27 +0000 |
commit | 3ea83f06882978c5406dfbe1b862e94834f943aa (patch) | |
tree | 0ba5b39f15d81e3949519bee8842a2b2d0a4d221 /toolchain/glibc/Config.version | |
parent | 706ffd80683910dfddf2e0ffd4c3e41dca0d695f (diff) | |
download | upstream-3ea83f06882978c5406dfbe1b862e94834f943aa.tar.gz upstream-3ea83f06882978c5406dfbe1b862e94834f943aa.tar.bz2 upstream-3ea83f06882978c5406dfbe1b862e94834f943aa.zip |
CC: toolchain: use latest glibc 2.21 revision
Fixes "CVE-2015-7547 --- glibc getaddrinfo() stack-based buffer
overflow"
Signed-off-by: Michael Marley <michael@michaelmarley.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48864 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r-- | toolchain/glibc/Config.version | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index 2ac01d7d73..4ceed09adf 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -12,12 +12,6 @@ config EGLIBC_VERSION_2_19 config GLIBC_VERSION_2_21 bool -config GLIBC_REVISION - string - default "25243" if EGLIBC_VERSION_2_19 - default "4e42b5b8f8" if GLIBC_VERSION_2_21 - default "" - endif menu "eglibc configuration" |