aboutsummaryrefslogtreecommitdiff
path: root/patches/glibc/2.16.0
Commit message (Collapse)AuthorAgeFilesLines
* Convert the rest of packages to new frameworkAlexey Neyman2017-07-0812-1043/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Patches for glibc to compile with GCC7Alexey Neyman2017-05-132-0/+122
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Patch failing grep expression in glibc configureAlexey Neyman2017-03-081-0/+49
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #627 from dankm/freebsdAlexey Neyman2017-03-071-13/+0
|\ | | | | FreeBSD build support
| * Drop the stat64 Cygwin patchDan McGregor2017-03-061-13/+0
| | | | | | | | | | | | It's not needed now that it's been moved to glibc.sh Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
* | Backport patches to glibc 2.14+Alexey Neyman2017-03-046-0/+585
|/ | | | | | ... fix building on ARM. Signed-off-by: Alexey Neyman <stilor@att.net>
* Backport the fix from 2.19 for cross-rpcgen on macosAlexey Neyman2017-03-011-0/+32
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Propagate Cygwin stat64 patch to 2.21 and older versionsAlexey Neyman2017-02-111-0/+13
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Revert "patches: remove obsolete glibc patches"Alexey Neyman2017-02-092-0/+255
| | | | | | | | | This partially reverts commit 429b3e884662a3b9a72890aae23865501e66330f. Bring back the patches for glibc 2.12 and newer. Propagate/refresh some patches as needed. Signed-off-by: Alexey Neyman <stilor@att.net>
* patches: remove obsolete glibc patchesKirill K. Smirnov2016-09-151-222/+0
| | | | | | Glibc prior to 2.18, linuxthreads and ports are not supported. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* libc/glibc: Add patch to fix CVE-2015-0235Bernhard Walle2015-02-031-0/+222
This patch fixes the so-called "GHOST" buffer overflow in glibc 2.16. See http://www.openwall.com/lists/oss-security/2015/01/27/9. Signed-off-by: Bernhard Walle <bernhard@bwalle.de>