The GNU libc libraries
419878ed02
Upstream commit: 30200427a99e5ddac9bad08599418d44d54aa9aa - Add per-thread cache to malloc - Add Samoan language locale for Samoa - Add Awajún / Aguaruna locale for Peru - CVE-2010-3192: Avoid backtrace from __stack_chk_fail (swbz#12189) - Add preadv2, writev2 RWF_NOWAIT flag (swbz#21738) - Fix abday strings for ar_JO/ar_LB/ar_SY locales (swbz#21749) - Fix abday strings for ar_SA locale (swbz#21748, swbz#19066) - Set data_fmt for da_DK locale (swbz#17297) - Add yesstr and nostr for the zh_HK locale (swbz#21733) - Fix abday strings for the ksIN@devanagari locale (swbz#21743) - Do not include _dl_resolv_conflicts in libc.a (swbz#21742) - Test __memmove_chk, __memset_chk only in libc.so (swbz#21741) - Add iI and eE to yesexpr and noexpr respectively for ts_ZA locale - Add yesstr/nostr for kw_GB locale (swbz#21734) - Add yesstr and nostr for the ts_ZA locale (swbz#21727) - Fix LC_NAME for hi_IN locale (swbz#21729) - Add yesstr and nostr for the xh_ZA locale (swbz#21724) - Add yesstr and nostr for the zh_CN locale (swbz#21723) - Fix full weekday names for the ks_IN@devanagari locale (swbz#21721) - Various fixes to Arabic locales after CLDR import |
||
---|---|---|
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-include-bits-ldbl.patch | ||
glibc-fedora-ldd.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-ppc-unwind.patch | ||
glibc-fedora-streams-rh436349.patch | ||
glibc-gcc-strict-overflow.patch | ||
glibc-nscd-sysconfig.patch | ||
glibc-rh697421.patch | ||
glibc-rh741105.patch | ||
glibc-rh819430.patch | ||
glibc-rh825061.patch | ||
glibc-rh827510.patch | ||
glibc-rh952799.patch | ||
glibc-rh1009145.patch | ||
glibc-rh1013801.patch | ||
glibc-rh1070416.patch | ||
glibc-rh1315108.patch | ||
glibc-rh1315476-2.patch | ||
glibc-rh1324623.patch | ||
glibc-rh1469536.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!