4ae360fa74
Upstream commit: 174709d879a15590e00119c7f91dc2460aaf571c - CVE-2018-11237: Buffer overflow in mempcpy for Xeon Phi (#1581275) - nptl: Fix waiters-after-spinning case in pthread_cond_broadcast (#1622669) - x86: Correct index_cpu_LZCNT (swbz#23456) - x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs (swbz#23459) - stdio-common/tst-printf.c: Remove part under a non-free license (swbz#23363) - libio: Disable vtable validation in case of interposition (swbz#23313) - if_nametoindex: Check length of ifname before copying (swbz#22442) - getifaddrs: Don't return ifa entries with NULL names (swbz#21812) - time: Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> (swbz#23349) - math: Fix parameter type in C++ version of iseqsig (swbz#23171) - libio: Avoid _allocate_buffer, _free_buffer function pointers (swbz#23236) |
||
---|---|---|
.gitignore | ||
bench.mk | ||
build-locale-archive.c | ||
ChangeLog.old | ||
gen-quilt-series.sh | ||
glibc_post_upgrade.c | ||
glibc-arm-hardfloat-3.patch | ||
glibc-bench-compare | ||
glibc-c-utf8-locale.patch | ||
glibc-cs-path.patch | ||
glibc-fedora-__libc_multiple_libcs.patch | ||
glibc-fedora-elf-ORIGIN.patch | ||
glibc-fedora-i386-tls-direct-seg-refs.patch | ||
glibc-fedora-linux-tcsetattr.patch | ||
glibc-fedora-localedata-rh61908.patch | ||
glibc-fedora-localedef.patch | ||
glibc-fedora-locarchive.patch | ||
glibc-fedora-manual-dircategory.patch | ||
glibc-fedora-nis-rh188246.patch | ||
glibc-fedora-nptl-linklibc.patch | ||
glibc-fedora-nscd.patch | ||
glibc-fedora-streams-rh436349.patch | ||
glibc-nscd-reproducible.patch | ||
glibc-nscd-sysconfig.patch | ||
glibc-nss_compat.patch | ||
glibc-rh697421.patch | ||
glibc-rh741105.patch | ||
glibc-rh819430.patch | ||
glibc-rh827510.patch | ||
glibc-rh952799.patch | ||
glibc-rh1013801.patch | ||
glibc-rh1070416.patch | ||
glibc-rh1315108-glob.patch | ||
glibc-rh1315108.patch | ||
glibc-rh1315476-2.patch | ||
glibc-rh1324623.patch | ||
glibc-rh1416405.patch | ||
glibc-rh1484729-syscall-names.patch | ||
glibc-rh1484729.patch | ||
glibc-rh1498880-1.patch | ||
glibc-rh1498880-2.patch | ||
glibc-rh1615608.patch | ||
glibc.spec | ||
nscd.conf | ||
nsswitch.conf | ||
power6emul.c | ||
quilt-patch.sh | ||
README.quilt | ||
sources | ||
STAGE1-glibc | ||
STAGE1-glibc-headers | ||
SUPPORTED | ||
sync-upstream.sh |
This package supports working with patch files using quilt. To regenerate the quilt series file run: ./gen-quilt-series.sh Setup environment: export QUILT_PATCHES=$PWD Setup the source: ./quilt-patch.sh [-f] Use `-f` if you want to have quilt-patch always remove the existing source directory before starting. Otherwise you'll be patching on top of an already patched tree generated perhaps by `*pkg prep`. Create a new patch: cd glibc-2.17-c758a686/ quilt new glibc-rh1234622.patch quilt add ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist vi ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist quilt refresh cd .. git add glibc-rh1234622.patch <Then edit the glibc.spec file to build with the new patch> e.g. ... PatchXXXX: glibc-rh1234622.patch ... %patchXXXX -p1 ... git add glibc.spec git commit You're done!