From 7226fc2ac18188bb61e9b62e7d474fe559c982ea Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sun, 14 Jun 2015 11:03:13 -0700 Subject: patches: No symlinks in patch directory With newer version of the patch program, it no longer follows symlinks: ======================================================================== a/patch-2.7.4-x86_64-1.txz: Upgraded. Patch no longer follows symbolic links to input and output files. This ensures that symbolic links created by git-style patches cannot cause patch to write outside the working directory. For more information, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1196 (* Security fix *) ======================================================================== This copies patches/glibc/2.20 to patches/glibc/linaro-2.20-2014.11. This change also closes #51 Signed-off-by: Bryan Hundven diff --git a/patches/glibc/linaro-2.20-2014.11 b/patches/glibc/linaro-2.20-2014.11 deleted file mode 120000 index 9761f73..0000000 --- a/patches/glibc/linaro-2.20-2014.11 +++ /dev/null @@ -1 +0,0 @@ -2.20 \ No newline at end of file diff --git a/patches/glibc/linaro-2.20-2014.11/100-sparc-nptl.patch b/patches/glibc/linaro-2.20-2014.11/100-sparc-nptl.patch new file mode 100644 index 0000000..21f0337 --- /dev/null +++ b/patches/glibc/linaro-2.20-2014.11/100-sparc-nptl.patch @@ -0,0 +1,14 @@ +diff --git a/sysdeps/sparc/sparc32/sem_trywait.c b/sysdeps/sparc/sparc32/sem_trywait.c +index 7d0fc55..ad9b4ad 100644 +--- a/sysdeps/sparc/sparc32/sem_trywait.c ++++ b/sysdeps/sparc/sparc32/sem_trywait.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + #include + + + -- cgit v0.10.2-6-g49f6