summaryrefslogtreecommitdiff
path: root/packages/glibc/2.12.1
AgeCommit message (Collapse)AuthorFilesLines
2022-02-23glibc: mark 2.12.1 as obsoleteChris Packham1-1/+1
CentOS6 has reached EOL so now glibc-2.12.1 can be marked as obsolete. This also means the last glibc-ports version (and glibc-ports itself) obsolete as well. These will be removed after the next release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2022-02-11glibc-2.12.1: backport a fix for 2-pass buildAlexey Neyman1-0/+292
Otherwise, it tries to link against libgcc_eh which is not available until the final compiler (or previously, the pass-2 compiler) is built. Signed-off-by: Alexey Neyman <stilor@att.net>
2020-06-08Allow glibc 2.12 - 2.20 to work with GCC 10+Jakub Labenski1-2/+2
2018-05-13Second batch of backported fixesAlexey Neyman3-0/+152
getlogin/getlogin_r, zic Signed-off-by: Alexey Neyman <stilor@att.net>
2018-05-12First batch of fixesAlexey Neyman2-0/+102
- Incompatible function type for ifunc alias - Multiple statements macro expansion in strftime - if_nametoindex size checking Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-02Run all patches through renumbering and updateAlexey Neyman47-346/+414
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-30Add digests for all packagesAlexey Neyman1-0/+12
Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-25Fix regressions after binutils 2.29Alexey Neyman1-0/+30
Binutils 2.29 are more picky about versioning of common symbols. Fix two offenders in glibc versions as applicable. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-23Implement a script for checking packagesAlexey Neyman31-0/+1960
Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Convert the rest of packages to new frameworkAlexey Neyman14-0/+743
Signed-off-by: Alexey Neyman <stilor@att.net>