glibc: apply four security fixes from upstream

Fixes CVE-2014-8121, CVE-2015-1781 and two unnumbered problems (apparently).
All these commits should be contained in the 2.22 release,
but we don't want that yet due to unresolved locale incompatibilites.
This commit is contained in:
Vladimír Čunát
2015-08-18 20:58:39 +02:00
parent a732b1413f
commit 1fbbeff0c1
5 changed files with 354 additions and 0 deletions
@@ -56,6 +56,11 @@ stdenv.mkDerivation ({
"/bin:/usr/bin", which is inappropriate on NixOS machines. This
patch extends the search path by "/run/current-system/sw/bin". */
./fix_path_attribute_in_getconf.patch
./security-4a28f4d5.patch
./security-bdf1ff05.patch
./cve-2014-8121.patch
./cve-2015-1781.patch
];
postPatch =