summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-08-30 11:02:54 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-30 12:12:34 +0200
commit4badb8a023bf187c235f1e558ab96c41729edbcb (patch)
tree43994a2ea93b7f1edfd4e1e67fc28fb257b3148c /toolchain/glibc/Config.in
parent8e0cb8f58233a1c1953f92f66a2f2b01567f7b16 (diff)
downloadmaster-31e0f0ae-4badb8a023bf187c235f1e558ab96c41729edbcb.tar.gz
master-31e0f0ae-4badb8a023bf187c235f1e558ab96c41729edbcb.tar.bz2
master-31e0f0ae-4badb8a023bf187c235f1e558ab96c41729edbcb.zip
glibc: switch to 2.24 by default and remove old versions, fixes security issues
2.24 fixes the following CVEs compared to 2.23: - CVE-2016-3075 - CVE-2016-3706 - CVE-2016-1234 - CVE-2016-4429 - CVE-2016-5417 CVEs fixed in 2.23: - CVE-2015-8776 - CVE-2015-8777 - CVE-2015-8778 - CVE-2015-8779 - CVE-2014-9761 - CVE-2015-7547 Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/glibc/Config.in')
-rw-r--r--toolchain/glibc/Config.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in
index ef5ef562f4..036604f4a7 100644
--- a/toolchain/glibc/Config.in
+++ b/toolchain/glibc/Config.in
@@ -1,14 +1,10 @@
choice
prompt "glibc version"
depends on TOOLCHAINOPTS && USE_GLIBC
- default GLIBC_USE_VERSION_2_22
+ default GLIBC_USE_VERSION_2_24
help
Select the version of glibc you wish to use.
- config GLIBC_USE_VERSION_2_22
- bool "glibc 2.22"
- select GLIBC_VERSION_2_22
-
config GLIBC_USE_VERSION_2_24
bool "glibc 2.24"
select GLIBC_VERSION_2_24