From 4badb8a023bf187c235f1e558ab96c41729edbcb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 30 Aug 2016 11:02:54 +0200 Subject: 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 --- toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch (limited to 'toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch') diff --git a/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch b/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch deleted file mode 100644 index d82686c079..0000000000 --- a/toolchain/glibc/patches/2.22/200-add-dl-search-paths.patch +++ /dev/null @@ -1,14 +0,0 @@ -add /usr/lib to default search path for the dynamic linker - ---- a/Makeconfig -+++ b/Makeconfig -@@ -527,6 +527,9 @@ else - default-rpath = $(libdir) - endif - -+# Add /usr/lib to default search path for the dynamic linker -+user-defined-trusted-dirs := /usr/lib -+ - ifndef link-extra-libs - link-extra-libs = $(LDLIBS-$(@F)) - link-extra-libs-static = $(link-extra-libs) -- cgit v1.2.3