From d047b379abf107f503380776e17ee6fd4f6ca83f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Oct 14 2010 10:30:32 +0000 Subject: 2.12.90-16 --- diff --git a/.gitignore b/.gitignore index 54eafbe..94cd92a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/glibc-2.12-175-g1c37565-fedora.tar.xz -/glibc-2.12-175-g1c37565.tar.xz -/glibc-ports-2.12-32-gdc54bc1.tar.xz +/glibc-2.12-188-g5e90846-fedora.tar.xz +/glibc-2.12-188-g5e90846.tar.xz +/glibc-ports-2.12-37-g16d6bc0.tar.xz diff --git a/glibc-fedora.patch b/glibc-fedora.patch index d417495..5443322 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -1,6 +1,18 @@ ---- glibc-2.12-175-g1c37565/ChangeLog -+++ glibc-2.12.90-15/ChangeLog -@@ -40,6 +40,34 @@ +--- glibc-2.12-188-g5e90846/ChangeLog ++++ glibc-2.12.90-16/ChangeLog +@@ -103,6 +103,11 @@ + * string/str-two-way.h (two_way_long_needle): Always clear memory + when skipping input due to the shift table. + ++2010-10-05 Andreas Schwab ++ ++ * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of ++ decoding ACE if AI_CANONIDN. ++ + 2010-10-03 Ulrich Drepper + + [BZ #12005] +@@ -145,6 +150,34 @@ * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Mask out sign-bit copies when constructing f_fsid. @@ -35,7 +47,7 @@ 2010-09-24 Petr Baudis * debug/stack_chk_fail_local.c: Add missing licence exception. -@@ -93,6 +121,13 @@ +@@ -198,6 +231,13 @@ * resolv/res_init.c (__res_vinit): Count the default server we added. @@ -49,7 +61,7 @@ 2010-09-08 Chung-Lin Tang Ulrich Drepper -@@ -831,6 +866,32 @@ +@@ -936,6 +976,32 @@ call returning > 0 value. * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise. @@ -82,7 +94,7 @@ 2010-06-07 Andreas Schwab * dlfcn/Makefile: Remove explicit dependencies on libc.so and -@@ -883,6 +944,24 @@ +@@ -988,6 +1054,24 @@ * hurd/hurd/fd.h (__file_name_lookup_at): Update comment. * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS. @@ -107,8 +119,8 @@ 2010-05-28 Luis Machado * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi. ---- glibc-2.12-175-g1c37565/ChangeLog.15 -+++ glibc-2.12.90-15/ChangeLog.15 +--- glibc-2.12-188-g5e90846/ChangeLog.15 ++++ glibc-2.12.90-16/ChangeLog.15 @@ -477,6 +477,14 @@ 2004-11-26 Jakub Jelinek @@ -174,8 +186,8 @@ 2004-08-30 Roland McGrath * scripts/extract-abilist.awk: If `lastversion' variable defined, omit ---- glibc-2.12-175-g1c37565/ChangeLog.16 -+++ glibc-2.12.90-15/ChangeLog.16 +--- glibc-2.12-188-g5e90846/ChangeLog.16 ++++ glibc-2.12.90-16/ChangeLog.16 @@ -2042,6 +2042,9 @@ (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT followed by __THROW. @@ -229,8 +241,8 @@ 2005-07-28 Thomas Schwinge [BZ #1137] ---- glibc-2.12-175-g1c37565/ChangeLog.17 -+++ glibc-2.12.90-15/ChangeLog.17 +--- glibc-2.12-188-g5e90846/ChangeLog.17 ++++ glibc-2.12.90-16/ChangeLog.17 @@ -256,6 +256,12 @@ * Makerules (libc-abis): Fix search for libc-abis in add-ons. @@ -315,8 +327,8 @@ 2006-12-09 Ulrich Drepper [BZ #3632] ---- glibc-2.12-175-g1c37565/Makeconfig -+++ glibc-2.12.90-15/Makeconfig +--- glibc-2.12-188-g5e90846/Makeconfig ++++ glibc-2.12.90-16/Makeconfig @@ -789,12 +789,12 @@ endif # The assembler can generate debug information too. ifndef ASFLAGS @@ -353,8 +365,8 @@ endif # Makeconfig not yet included ---- glibc-2.12-175-g1c37565/csu/Makefile -+++ glibc-2.12.90-15/csu/Makefile +--- glibc-2.12-188-g5e90846/csu/Makefile ++++ glibc-2.12.90-16/csu/Makefile @@ -93,7 +93,8 @@ omit-deps += $(crtstuff) $(crtstuff:%=$(objpfx)%.o): %.o: %.S $(objpfx)defs.h $(compile.S) -g0 $(ASFLAGS-.os) -o $@ @@ -365,8 +377,8 @@ vpath initfini.c $(sysdirs) ---- glibc-2.12-175-g1c37565/csu/elf-init.c -+++ glibc-2.12.90-15/csu/elf-init.c +--- glibc-2.12-188-g5e90846/csu/elf-init.c ++++ glibc-2.12.90-16/csu/elf-init.c @@ -63,6 +63,23 @@ extern void (*__init_array_end []) (int, char **, char **) extern void (*__fini_array_start []) (void) attribute_hidden; extern void (*__fini_array_end []) (void) attribute_hidden; @@ -391,8 +403,8 @@ /* These function symbols are provided for the .init/.fini section entry points automagically by the linker. */ ---- glibc-2.12-175-g1c37565/debug/tst-chk1.c -+++ glibc-2.12.90-15/debug/tst-chk1.c +--- glibc-2.12-188-g5e90846/debug/tst-chk1.c ++++ glibc-2.12.90-16/debug/tst-chk1.c @@ -17,6 +17,9 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ @@ -421,8 +433,8 @@ # define O 0 # else # define O 1 ---- glibc-2.12-175-g1c37565/elf/Makefile -+++ glibc-2.12.90-15/elf/Makefile +--- glibc-2.12-188-g5e90846/elf/Makefile ++++ glibc-2.12.90-16/elf/Makefile @@ -89,6 +89,7 @@ distribute := rtld-Rules \ unload4mod1.c unload4mod2.c unload4mod3.c unload4mod4.c \ unload6mod1.c unload6mod2.c unload6mod3.c \ @@ -476,8 +488,8 @@ ifdef libdl $(objpfx)tst-tls9-static: $(common-objpfx)dlfcn/libdl.a $(objpfx)tst-tls9-static.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so ---- glibc-2.12-175-g1c37565/elf/dl-close.c -+++ glibc-2.12.90-15/elf/dl-close.c +--- glibc-2.12-188-g5e90846/elf/dl-close.c ++++ glibc-2.12.90-16/elf/dl-close.c @@ -421,6 +421,13 @@ _dl_close_worker (struct link_map *map) imap->l_scope_max = new_size; @@ -492,8 +504,8 @@ /* The loader is gone, so mark the object as not having one. Note: l_idx != IDX_STILL_USED -> object will be removed. */ ---- glibc-2.12-175-g1c37565/elf/dl-deps.c -+++ glibc-2.12.90-15/elf/dl-deps.c +--- glibc-2.12-188-g5e90846/elf/dl-deps.c ++++ glibc-2.12.90-16/elf/dl-deps.c @@ -478,6 +478,7 @@ _dl_map_object_deps (struct link_map *map, nneeded * sizeof needed[0]); atomic_write_barrier (); @@ -510,8 +522,8 @@ if (l_reldeps != NULL) { atomic_write_barrier (); ---- glibc-2.12-175-g1c37565/elf/dl-init.c -+++ glibc-2.12.90-15/elf/dl-init.c +--- glibc-2.12-188-g5e90846/elf/dl-init.c ++++ glibc-2.12.90-16/elf/dl-init.c @@ -24,11 +24,9 @@ /* Type of the initializer. */ typedef void (*init_t) (int, char **, char **); @@ -534,8 +546,8 @@ -#endif } INTDEF (_dl_init) ---- glibc-2.12-175-g1c37565/elf/dl-libc.c -+++ glibc-2.12.90-15/elf/dl-libc.c +--- glibc-2.12-188-g5e90846/elf/dl-libc.c ++++ glibc-2.12.90-16/elf/dl-libc.c @@ -265,13 +265,13 @@ libc_freeres_fn (free_mem) for (Lmid_t ns = 0; ns < GL(dl_nns); ++ns) @@ -562,8 +574,8 @@ } if (__builtin_expect (GL(dl_ns)[ns]._ns_global_scope_alloc, 0) != 0 ---- glibc-2.12-175-g1c37565/elf/dl-support.c -+++ glibc-2.12.90-15/elf/dl-support.c +--- glibc-2.12-188-g5e90846/elf/dl-support.c ++++ glibc-2.12.90-16/elf/dl-support.c @@ -80,10 +80,8 @@ unsigned long long _dl_load_adds; create a fake scope containing nothing. */ struct r_scope_elem _dl_initial_searchlist; @@ -575,8 +587,8 @@ /* Random data provided by the kernel. */ void *_dl_random; ---- glibc-2.12-175-g1c37565/elf/ldconfig.c -+++ glibc-2.12.90-15/elf/ldconfig.c +--- glibc-2.12-188-g5e90846/elf/ldconfig.c ++++ glibc-2.12.90-16/elf/ldconfig.c @@ -1031,17 +1031,19 @@ search_dirs (void) @@ -658,8 +670,8 @@ } const char *aux_cache_file = _PATH_LDCONFIG_AUX_CACHE; ---- glibc-2.12-175-g1c37565/elf/rtld-Rules -+++ glibc-2.12.90-15/elf/rtld-Rules +--- glibc-2.12-188-g5e90846/elf/rtld-Rules ++++ glibc-2.12.90-16/elf/rtld-Rules @@ -93,6 +93,12 @@ else # These are the basic compilation rules corresponding to the Makerules ones. # The sysd-rules generated makefile already defines pattern rules for rtld-% @@ -683,8 +695,8 @@ $(objpfx)rtld-%.os: $(objpfx)%.S $(before-compile); $(compile-command.S) $(objpfx)rtld-%.os: $(objpfx)%.s $(before-compile); $(compile-command.s) $(objpfx)rtld-%.os: $(objpfx)%.c $(before-compile); $(compile-command.c) ---- glibc-2.12-175-g1c37565/elf/rtld.c -+++ glibc-2.12.90-15/elf/rtld.c +--- glibc-2.12-188-g5e90846/elf/rtld.c ++++ glibc-2.12.90-16/elf/rtld.c @@ -106,7 +106,6 @@ static struct audit_list struct audit_list *next; } *audit_list; @@ -742,8 +754,8 @@ if (! prelinked && rtld_multiple_ref) { /* There was an explicit ref to the dynamic linker as a shared lib. ---- glibc-2.12-175-g1c37565/elf/tst-stackguard1.c -+++ glibc-2.12.90-15/elf/tst-stackguard1.c +--- glibc-2.12-188-g5e90846/elf/tst-stackguard1.c ++++ glibc-2.12.90-16/elf/tst-stackguard1.c @@ -160,17 +160,21 @@ do_test (void) the 16 runs, something is very wrong. */ int ndifferences = 0; @@ -768,8 +780,8 @@ { puts ("stack guard canaries are not randomized enough"); puts ("nor equal to the default canary value"); ---- glibc-2.12-175-g1c37565/elf/unload8.c -+++ glibc-2.12.90-15/elf/unload8.c +--- glibc-2.12-188-g5e90846/elf/unload8.c ++++ glibc-2.12.90-16/elf/unload8.c @@ -0,0 +1,33 @@ +#include +#include @@ -804,8 +816,8 @@ + + return 0; +} ---- glibc-2.12-175-g1c37565/elf/unload8mod1.c -+++ glibc-2.12.90-15/elf/unload8mod1.c +--- glibc-2.12-188-g5e90846/elf/unload8mod1.c ++++ glibc-2.12.90-16/elf/unload8mod1.c @@ -0,0 +1,7 @@ +extern void mod2 (void); + @@ -814,12 +826,12 @@ +{ + mod2 (); +} ---- glibc-2.12-175-g1c37565/elf/unload8mod1x.c -+++ glibc-2.12.90-15/elf/unload8mod1x.c +--- glibc-2.12-188-g5e90846/elf/unload8mod1x.c ++++ glibc-2.12.90-16/elf/unload8mod1x.c @@ -0,0 +1 @@ +int mod1x; ---- glibc-2.12-175-g1c37565/elf/unload8mod2.c -+++ glibc-2.12.90-15/elf/unload8mod2.c +--- glibc-2.12-188-g5e90846/elf/unload8mod2.c ++++ glibc-2.12.90-16/elf/unload8mod2.c @@ -0,0 +1,7 @@ +extern void mod3 (void); + @@ -828,8 +840,8 @@ +{ + mod3 (); +} ---- glibc-2.12-175-g1c37565/elf/unload8mod3.c -+++ glibc-2.12.90-15/elf/unload8mod3.c +--- glibc-2.12-188-g5e90846/elf/unload8mod3.c ++++ glibc-2.12.90-16/elf/unload8mod3.c @@ -0,0 +1,27 @@ +#include +#include @@ -858,16 +870,16 @@ + + atexit (mod3_fini); +} ---- glibc-2.12-175-g1c37565/include/bits/stdlib-ldbl.h -+++ glibc-2.12.90-15/include/bits/stdlib-ldbl.h +--- glibc-2.12-188-g5e90846/include/bits/stdlib-ldbl.h ++++ glibc-2.12.90-16/include/bits/stdlib-ldbl.h @@ -0,0 +1 @@ +#include ---- glibc-2.12-175-g1c37565/include/bits/wchar-ldbl.h -+++ glibc-2.12.90-15/include/bits/wchar-ldbl.h +--- glibc-2.12-188-g5e90846/include/bits/wchar-ldbl.h ++++ glibc-2.12.90-16/include/bits/wchar-ldbl.h @@ -0,0 +1 @@ +#include ---- glibc-2.12-175-g1c37565/include/features.h -+++ glibc-2.12.90-15/include/features.h +--- glibc-2.12-188-g5e90846/include/features.h ++++ glibc-2.12.90-16/include/features.h @@ -308,8 +308,13 @@ #endif @@ -884,8 +896,8 @@ # define __USE_FORTIFY_LEVEL 2 # else # define __USE_FORTIFY_LEVEL 1 ---- glibc-2.12-175-g1c37565/include/link.h -+++ glibc-2.12.90-15/include/link.h +--- glibc-2.12-188-g5e90846/include/link.h ++++ glibc-2.12.90-16/include/link.h @@ -192,6 +192,9 @@ struct link_map during LD_TRACE_PRELINKING=1 contains any DT_SYMBOLIC @@ -896,16 +908,16 @@ /* Collected information about own RPATH directories. */ struct r_search_path_struct l_rpath_dirs; ---- glibc-2.12-175-g1c37565/include/sys/resource.h -+++ glibc-2.12.90-15/include/sys/resource.h +--- glibc-2.12-188-g5e90846/include/sys/resource.h ++++ glibc-2.12.90-16/include/sys/resource.h @@ -12,4 +12,5 @@ extern int __getrusage (enum __rusage_who __who, struct rusage *__usage) extern int __setrlimit (enum __rlimit_resource __resource, const struct rlimit *__rlimits); +libc_hidden_proto (__getrlimit) #endif ---- glibc-2.12-175-g1c37565/inet/Makefile -+++ glibc-2.12.90-15/inet/Makefile +--- glibc-2.12-188-g5e90846/inet/Makefile ++++ glibc-2.12.90-16/inet/Makefile @@ -57,6 +57,8 @@ tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \ include ../Rules @@ -915,8 +927,8 @@ ifeq ($(have-thread-library),yes) CFLAGS-gethstbyad_r.c = -DUSE_NSCD=1 -fexceptions ---- glibc-2.12-175-g1c37565/intl/locale.alias -+++ glibc-2.12.90-15/intl/locale.alias +--- glibc-2.12-188-g5e90846/intl/locale.alias ++++ glibc-2.12.90-16/intl/locale.alias @@ -57,8 +57,6 @@ korean ko_KR.eucKR korean.euc ko_KR.eucKR ko_KR ko_KR.eucKR @@ -926,8 +938,8 @@ norwegian nb_NO.ISO-8859-1 nynorsk nn_NO.ISO-8859-1 polish pl_PL.ISO-8859-2 ---- glibc-2.12-175-g1c37565/libio/stdio.h -+++ glibc-2.12.90-15/libio/stdio.h +--- glibc-2.12-188-g5e90846/libio/stdio.h ++++ glibc-2.12.90-16/libio/stdio.h @@ -165,10 +165,12 @@ typedef _G_fpos64_t fpos64_t; extern struct _IO_FILE *stdin; /* Standard input stream. */ extern struct _IO_FILE *stdout; /* Standard output stream. */ @@ -941,8 +953,8 @@ __BEGIN_NAMESPACE_STD /* Remove file FILENAME. */ ---- glibc-2.12-175-g1c37565/locale/iso-4217.def -+++ glibc-2.12.90-15/locale/iso-4217.def +--- glibc-2.12-188-g5e90846/locale/iso-4217.def ++++ glibc-2.12.90-16/locale/iso-4217.def @@ -8,6 +8,7 @@ * * !!! The list has to be sorted !!! @@ -1034,8 +1046,8 @@ DEFINE_INT_CURR("PYG") /* Paraguay Guarani */ DEFINE_INT_CURR("QAR") /* Qatar Rial */ DEFINE_INT_CURR("ROL") /* Romanian Leu */ ---- glibc-2.12-175-g1c37565/locale/programs/locarchive.c -+++ glibc-2.12.90-15/locale/programs/locarchive.c +--- glibc-2.12-188-g5e90846/locale/programs/locarchive.c ++++ glibc-2.12.90-16/locale/programs/locarchive.c @@ -134,7 +134,7 @@ create_archive (const char *archivefname, struct locarhandle *ah) size_t reserved = RESERVE_MMAP_SIZE; int xflags = 0; @@ -1094,8 +1106,8 @@ add_alias (struct locarhandle *ah, const char *alias, bool replace, const char *oldname, uint32_t *locrec_offset_p) { ---- glibc-2.12-175-g1c37565/localedata/Makefile -+++ glibc-2.12.90-15/localedata/Makefile +--- glibc-2.12-188-g5e90846/localedata/Makefile ++++ glibc-2.12.90-16/localedata/Makefile @@ -227,6 +227,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir echo -n '...'; \ input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \ @@ -1104,8 +1116,8 @@ -i locales/$$input -c -f charmaps/$$charset \ $(addprefix --prefix=,$(install_root)) $$locale; \ echo ' done'; \ ---- glibc-2.12-175-g1c37565/localedata/SUPPORTED -+++ glibc-2.12.90-15/localedata/SUPPORTED +--- glibc-2.12-188-g5e90846/localedata/SUPPORTED ++++ glibc-2.12.90-16/localedata/SUPPORTED @@ -85,6 +85,7 @@ cy_GB.UTF-8/UTF-8 \ cy_GB/ISO-8859-14 \ da_DK.UTF-8/UTF-8 \ @@ -1147,8 +1159,8 @@ ta_IN/UTF-8 \ te_IN/UTF-8 \ tg_TJ.UTF-8/UTF-8 \ ---- glibc-2.12-175-g1c37565/localedata/locales/cy_GB -+++ glibc-2.12.90-15/localedata/locales/cy_GB +--- glibc-2.12-188-g5e90846/localedata/locales/cy_GB ++++ glibc-2.12.90-16/localedata/locales/cy_GB @@ -248,8 +248,11 @@ mon "";/ d_t_fmt "" d_fmt "" @@ -1163,8 +1175,8 @@ END LC_TIME LC_MESSAGES ---- glibc-2.12-175-g1c37565/localedata/locales/en_GB -+++ glibc-2.12.90-15/localedata/locales/en_GB +--- glibc-2.12-188-g5e90846/localedata/locales/en_GB ++++ glibc-2.12.90-16/localedata/locales/en_GB @@ -116,8 +116,8 @@ mon "";/ d_t_fmt "" d_fmt "" @@ -1176,8 +1188,8 @@ date_fmt "/ / " ---- glibc-2.12-175-g1c37565/localedata/locales/no_NO -+++ glibc-2.12.90-15/localedata/locales/no_NO +--- glibc-2.12-188-g5e90846/localedata/locales/no_NO ++++ glibc-2.12.90-16/localedata/locales/no_NO @@ -0,0 +1,69 @@ +escape_char / +comment_char % @@ -1248,8 +1260,8 @@ +LC_ADDRESS +copy "nb_NO" +END LC_ADDRESS ---- glibc-2.12-175-g1c37565/localedata/locales/zh_TW -+++ glibc-2.12.90-15/localedata/locales/zh_TW +--- glibc-2.12-188-g5e90846/localedata/locales/zh_TW ++++ glibc-2.12.90-16/localedata/locales/zh_TW @@ -1,7 +1,7 @@ comment_char % escape_char / @@ -1277,8 +1289,8 @@ revision "0.2" date "2000-08-02" % ---- glibc-2.12-175-g1c37565/malloc/mcheck.c -+++ glibc-2.12.90-15/malloc/mcheck.c +--- glibc-2.12-188-g5e90846/malloc/mcheck.c ++++ glibc-2.12.90-16/malloc/mcheck.c @@ -25,10 +25,26 @@ # include # include @@ -1355,8 +1367,8 @@ old_free_hook = __free_hook; __free_hook = freehook; ---- glibc-2.12-175-g1c37565/manual/libc.texinfo -+++ glibc-2.12.90-15/manual/libc.texinfo +--- glibc-2.12-188-g5e90846/manual/libc.texinfo ++++ glibc-2.12.90-16/manual/libc.texinfo @@ -5,7 +5,7 @@ @c setchapternewpage odd @@ -1366,8 +1378,8 @@ @direntry * Libc: (libc). C library. @end direntry ---- glibc-2.12-175-g1c37565/misc/sys/cdefs.h -+++ glibc-2.12.90-15/misc/sys/cdefs.h +--- glibc-2.12-188-g5e90846/misc/sys/cdefs.h ++++ glibc-2.12.90-16/misc/sys/cdefs.h @@ -132,7 +132,10 @@ #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) #define __bos0(ptr) __builtin_object_size (ptr, 0) @@ -1411,8 +1423,8 @@ # define __va_arg_pack() __builtin_va_arg_pack () # define __va_arg_pack_len() __builtin_va_arg_pack_len () #endif ---- glibc-2.12-175-g1c37565/nis/Makefile -+++ glibc-2.12.90-15/nis/Makefile +--- glibc-2.12-188-g5e90846/nis/Makefile ++++ glibc-2.12.90-16/nis/Makefile @@ -69,6 +69,8 @@ libnss_nisplus-inhibit-o = $(filter-out .os,$(object-suffixes)) include ../Rules @@ -1422,8 +1434,8 @@ $(objpfx)libnss_compat.so: $(objpfx)libnsl.so$(libnsl.so-version) $(objpfx)libnss_nis.so: $(objpfx)libnsl.so$(libnsl.so-version) \ ---- glibc-2.12-175-g1c37565/nis/nss -+++ glibc-2.12.90-15/nis/nss +--- glibc-2.12-188-g5e90846/nis/nss ++++ glibc-2.12.90-16/nis/nss @@ -25,7 +25,7 @@ # memory with every getXXent() call. Otherwise each getXXent() call # might result into a network communication with the server to get @@ -1433,9 +1445,9 @@ # # ADJUNCT_AS_SHADOW # If set to TRUE, the passwd routines in the NIS NSS module will not ---- glibc-2.12-175-g1c37565/nptl/ChangeLog -+++ glibc-2.12.90-15/nptl/ChangeLog -@@ -3958,6 +3958,15 @@ +--- glibc-2.12-188-g5e90846/nptl/ChangeLog ++++ glibc-2.12.90-16/nptl/ChangeLog +@@ -3965,6 +3965,15 @@ Use __sigfillset. Document that sigfillset does the right thing wrt to SIGSETXID. @@ -1451,7 +1463,7 @@ 2005-07-11 Jakub Jelinek [BZ #1102] -@@ -4694,6 +4703,11 @@ +@@ -4701,6 +4710,11 @@ Move definition inside libpthread, libc, librt check. Provide definition for rtld. @@ -1463,7 +1475,7 @@ 2004-09-02 Ulrich Drepper * sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp. -@@ -6768,6 +6782,11 @@ +@@ -6775,6 +6789,11 @@ * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules). @@ -1475,8 +1487,8 @@ 2003-07-25 Jakub Jelinek * tst-cancel17.c (do_test): Check if aio_cancel failed. ---- glibc-2.12-175-g1c37565/nptl/Makefile -+++ glibc-2.12.90-15/nptl/Makefile +--- glibc-2.12-188-g5e90846/nptl/Makefile ++++ glibc-2.12.90-16/nptl/Makefile @@ -342,7 +342,8 @@ endif extra-objs += $(crti-objs) $(crtn-objs) omit-deps += crti crtn @@ -1509,8 +1521,8 @@ else $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a endif ---- glibc-2.12-175-g1c37565/nptl/Versions -+++ glibc-2.12.90-15/nptl/Versions +--- glibc-2.12-188-g5e90846/nptl/Versions ++++ glibc-2.12.90-16/nptl/Versions @@ -29,6 +29,7 @@ libc { GLIBC_PRIVATE { # Internal libc interface to libpthread @@ -1519,8 +1531,8 @@ } } ---- glibc-2.12-175-g1c37565/nptl/allocatestack.c -+++ glibc-2.12.90-15/nptl/allocatestack.c +--- glibc-2.12-188-g5e90846/nptl/allocatestack.c ++++ glibc-2.12.90-16/nptl/allocatestack.c @@ -994,7 +994,16 @@ setxid_mark_thread (struct xid_command *cmdp, struct pthread *t) /* If the thread is exiting right now, ignore it. */ @@ -1539,8 +1551,8 @@ } while (atomic_compare_and_exchange_bool_acq (&t->cancelhandling, ch | SETXID_BITMASK, ch)); ---- glibc-2.12-175-g1c37565/nptl/nptl-init.c -+++ glibc-2.12.90-15/nptl/nptl-init.c +--- glibc-2.12-188-g5e90846/nptl/nptl-init.c ++++ glibc-2.12.90-16/nptl/nptl-init.c @@ -396,7 +396,7 @@ __pthread_initialize_minimal_internal (void) /* Determine the default allowed stack size. This is the size used in case the user does not specify one. */ @@ -1550,8 +1562,8 @@ || limit.rlim_cur == RLIM_INFINITY) /* The system limit is not usable. Use an architecture-specific default. */ ---- glibc-2.12-175-g1c37565/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h -+++ glibc-2.12.90-15/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h +--- glibc-2.12-188-g5e90846/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h ++++ glibc-2.12.90-16/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -189,4 +189,7 @@ /* Typed memory objects are not available. */ #define _POSIX_TYPED_MEMORY_OBJECTS -1 @@ -1560,8 +1572,8 @@ +#define _XOPEN_STREAMS -1 + #endif /* bits/posix_opt.h */ ---- glibc-2.12-175-g1c37565/nptl/sysdeps/unix/sysv/linux/i386/Versions -+++ glibc-2.12.90-15/nptl/sysdeps/unix/sysv/linux/i386/Versions +--- glibc-2.12-188-g5e90846/nptl/sysdeps/unix/sysv/linux/i386/Versions ++++ glibc-2.12.90-16/nptl/sysdeps/unix/sysv/linux/i386/Versions @@ -0,0 +1,6 @@ +libc { + GLIBC_PRIVATE { @@ -1569,8 +1581,8 @@ + __uname; + } +} ---- glibc-2.12-175-g1c37565/nptl/sysdeps/unix/sysv/linux/i386/smp.h -+++ glibc-2.12.90-15/nptl/sysdeps/unix/sysv/linux/i386/smp.h +--- glibc-2.12-188-g5e90846/nptl/sysdeps/unix/sysv/linux/i386/smp.h ++++ glibc-2.12.90-16/nptl/sysdeps/unix/sysv/linux/i386/smp.h @@ -37,7 +37,7 @@ is_smp_system (void) char *cp; @@ -1580,8 +1592,8 @@ cp = u.uts.version; else { ---- glibc-2.12-175-g1c37565/nptl/sysdeps/unix/sysv/linux/kernel-features.h -+++ glibc-2.12.90-15/nptl/sysdeps/unix/sysv/linux/kernel-features.h +--- glibc-2.12-188-g5e90846/nptl/sysdeps/unix/sysv/linux/kernel-features.h ++++ glibc-2.12.90-16/nptl/sysdeps/unix/sysv/linux/kernel-features.h @@ -0,0 +1,6 @@ +#include_next + @@ -1589,8 +1601,8 @@ +#ifndef __ASSUME_CLONE_THREAD_FLAGS +# define __ASSUME_CLONE_THREAD_FLAGS 1 +#endif ---- glibc-2.12-175-g1c37565/nptl/tst-stackguard1.c -+++ glibc-2.12.90-15/nptl/tst-stackguard1.c +--- glibc-2.12-188-g5e90846/nptl/tst-stackguard1.c ++++ glibc-2.12.90-16/nptl/tst-stackguard1.c @@ -190,17 +190,21 @@ do_test (void) the 16 runs, something is very wrong. */ int ndifferences = 0; @@ -1615,8 +1627,8 @@ { puts ("stack guard canaries are not randomized enough"); puts ("nor equal to the default canary value"); ---- glibc-2.12-175-g1c37565/nscd/nscd.conf -+++ glibc-2.12.90-15/nscd/nscd.conf +--- glibc-2.12-188-g5e90846/nscd/nscd.conf ++++ glibc-2.12.90-16/nscd/nscd.conf @@ -33,7 +33,7 @@ # logfile /var/log/nscd.log # threads 4 @@ -1626,8 +1638,8 @@ # stat-user somebody debug-level 0 # reload-count 5 ---- glibc-2.12-175-g1c37565/nscd/nscd.init -+++ glibc-2.12.90-15/nscd/nscd.init +--- glibc-2.12-188-g5e90846/nscd/nscd.init ++++ glibc-2.12.90-16/nscd/nscd.init @@ -9,6 +9,7 @@ # slow naming services like NIS, NIS+, LDAP, or hesiod. # processname: /usr/sbin/nscd @@ -1704,8 +1716,8 @@ ;; *) echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" ---- glibc-2.12-175-g1c37565/nss/Makefile -+++ glibc-2.12.90-15/nss/Makefile +--- glibc-2.12-188-g5e90846/nss/Makefile ++++ glibc-2.12.90-16/nss/Makefile @@ -75,6 +75,7 @@ endif include ../Rules @@ -1714,8 +1726,8 @@ ifeq (yes,$(build-static-nss)) $(objpfx)getent: $(objpfx)libnss_files.a ---- glibc-2.12-175-g1c37565/nss/nss_files/files-XXX.c -+++ glibc-2.12.90-15/nss/nss_files/files-XXX.c +--- glibc-2.12-188-g5e90846/nss/nss_files/files-XXX.c ++++ glibc-2.12.90-16/nss/nss_files/files-XXX.c @@ -1,5 +1,5 @@ /* Common code for file-based databases in nss_files module. - Copyright (C) 1996-1999,2001,2002,2004,2007,2008 @@ -1732,9 +1744,9 @@ int parse_result; if (buflen < sizeof *data + 2) ---- glibc-2.12-175-g1c37565/posix/Makefile -+++ glibc-2.12.90-15/posix/Makefile -@@ -313,15 +313,8 @@ $(inst_libexecdir)/getconf: $(inst_bindir)/getconf \ +--- glibc-2.12-188-g5e90846/posix/Makefile ++++ glibc-2.12.90-16/posix/Makefile +@@ -319,15 +319,8 @@ $(inst_libexecdir)/getconf: $(inst_bindir)/getconf \ mv -f $@/$$spec.new $@/$$spec; \ done < $(objpfx)getconf.speclist @@ -1754,8 +1766,8 @@ + | sed -n -e '/START_OF_STRINGS/,$${/\(POSIX_V[67]\|_XBS5\)_/{s/^[^"]*"//;s/".*$$//;p}}' \ + > $@.new mv -f $@.new $@ ---- glibc-2.12-175-g1c37565/posix/gai.conf -+++ glibc-2.12.90-15/posix/gai.conf +--- glibc-2.12-188-g5e90846/posix/gai.conf ++++ glibc-2.12.90-16/posix/gai.conf @@ -41,7 +41,7 @@ # # precedence @@ -1780,8 +1792,8 @@ #scopev4 ::ffff:0.0.0.0/96 14 +# +# This is what the Red Hat setting currently uses. ---- glibc-2.12-175-g1c37565/posix/getconf.speclist.h -+++ glibc-2.12.90-15/posix/getconf.speclist.h +--- glibc-2.12-188-g5e90846/posix/getconf.speclist.h ++++ glibc-2.12.90-16/posix/getconf.speclist.h @@ -0,0 +1,39 @@ +#include +const char *START_OF_STRINGS = @@ -1822,9 +1834,9 @@ +"XBS5_LPBIG_OFFBIG" +#endif +""; ---- glibc-2.12-175-g1c37565/posix/regcomp.c -+++ glibc-2.12.90-15/posix/regcomp.c -@@ -2736,40 +2736,29 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, +--- glibc-2.12-188-g5e90846/posix/regcomp.c ++++ glibc-2.12.90-16/posix/regcomp.c +@@ -2745,40 +2745,29 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, /* Local function for parse_bracket_exp used in _LIBC environement. Seek the collating symbol entry correspondings to NAME. @@ -1883,7 +1895,7 @@ } /* Local function for parse_bracket_exp used in _LIBC environment. -@@ -2778,8 +2767,7 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, +@@ -2787,8 +2776,7 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, auto inline unsigned int __attribute ((always_inline)) @@ -1893,7 +1905,7 @@ { if (br_elem->type == SB_CHAR) { -@@ -2807,7 +2795,7 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, +@@ -2816,7 +2804,7 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, int32_t elem, idx; elem = seek_collating_symbol_entry (br_elem->opr.name, sym_name_len); @@ -1902,7 +1914,7 @@ { /* We found the entry. */ idx = symb_table[2 * elem + 1]; -@@ -2825,7 +2813,7 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, +@@ -2834,7 +2822,7 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, /* Return the collation sequence value. */ return *(unsigned int *) (extra + idx); } @@ -1911,7 +1923,7 @@ { /* No valid character. Match it as a single byte character. */ -@@ -2847,11 +2835,8 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, +@@ -2856,11 +2844,8 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, auto inline reg_errcode_t __attribute ((always_inline)) @@ -1925,7 +1937,7 @@ { unsigned int ch; uint32_t start_collseq; -@@ -2930,25 +2915,22 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, +@@ -2939,25 +2924,22 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, auto inline reg_errcode_t __attribute ((always_inline)) @@ -1955,8 +1967,8 @@ { /* No valid character, treat it as a normal character. */ ---- glibc-2.12-175-g1c37565/resolv/Makefile -+++ glibc-2.12.90-15/resolv/Makefile +--- glibc-2.12-188-g5e90846/resolv/Makefile ++++ glibc-2.12.90-16/resolv/Makefile @@ -77,6 +77,7 @@ CPPFLAGS += -Dgethostbyname=res_gethostbyname \ -Dgetnetbyaddr=res_getnetbyaddr @@ -1965,8 +1977,8 @@ # The BIND code elicits some harmless warnings. +cflags += -Wno-strict-prototypes -Wno-write-strings ---- glibc-2.12-175-g1c37565/resource/getrlimit.c -+++ glibc-2.12.90-15/resource/getrlimit.c +--- glibc-2.12-188-g5e90846/resource/getrlimit.c ++++ glibc-2.12.90-16/resource/getrlimit.c @@ -28,6 +28,7 @@ __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) __set_errno (ENOSYS); return -1; @@ -1975,8 +1987,8 @@ weak_alias (__getrlimit, getrlimit) stub_warning (getrlimit) ---- glibc-2.12-175-g1c37565/stdio-common/vfprintf.c -+++ glibc-2.12.90-15/stdio-common/vfprintf.c +--- glibc-2.12-188-g5e90846/stdio-common/vfprintf.c ++++ glibc-2.12.90-16/stdio-common/vfprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1991-2008, 2009, 2010 Free Software Foundation, Inc. @@ -2028,8 +2040,8 @@ else \ len = strlen (string); \ } \ ---- glibc-2.12-175-g1c37565/streams/Makefile -+++ glibc-2.12.90-15/streams/Makefile +--- glibc-2.12-188-g5e90846/streams/Makefile ++++ glibc-2.12.90-16/streams/Makefile @@ -21,7 +21,7 @@ # subdir := streams @@ -2039,8 +2051,8 @@ routines = isastream getmsg getpmsg putmsg putpmsg fattach fdetach include ../Rules ---- glibc-2.12-175-g1c37565/sunrpc/Makefile -+++ glibc-2.12.90-15/sunrpc/Makefile +--- glibc-2.12-188-g5e90846/sunrpc/Makefile ++++ glibc-2.12.90-16/sunrpc/Makefile @@ -129,6 +129,10 @@ CFLAGS-openchild.c = -fexceptions CPPFLAGS += -D_RPC_THREAD_SAFE_ @@ -2052,8 +2064,8 @@ include ../Rules $(objpfx)rpcgen: $(addprefix $(objpfx),$(rpcgen-objs)) \ ---- glibc-2.12-175-g1c37565/sysdeps/generic/dl-cache.h -+++ glibc-2.12.90-15/sysdeps/generic/dl-cache.h +--- glibc-2.12-188-g5e90846/sysdeps/generic/dl-cache.h ++++ glibc-2.12.90-16/sysdeps/generic/dl-cache.h @@ -36,6 +36,14 @@ # define add_system_dir(dir) add_dir (dir) #endif @@ -2069,8 +2081,8 @@ #define CACHEMAGIC "ld.so-1.7.0" /* libc5 and glibc 2.0/2.1 use the same format. For glibc 2.2 another ---- glibc-2.12-175-g1c37565/sysdeps/i386/Makefile -+++ glibc-2.12.90-15/sysdeps/i386/Makefile +--- glibc-2.12-188-g5e90846/sysdeps/i386/Makefile ++++ glibc-2.12.90-16/sysdeps/i386/Makefile @@ -2,6 +2,8 @@ # Every i386 port in use uses gas syntax (I think). asm-CPPFLAGS += -DGAS_SYNTAX @@ -2095,8 +2107,8 @@ endif ifeq ($(subdir),elf) ---- glibc-2.12-175-g1c37565/sysdeps/i386/i686/Makefile -+++ glibc-2.12.90-15/sysdeps/i386/i686/Makefile +--- glibc-2.12-188-g5e90846/sysdeps/i386/i686/Makefile ++++ glibc-2.12.90-16/sysdeps/i386/i686/Makefile @@ -9,19 +9,3 @@ stack-align-test-flags += -msse ifeq ($(subdir),string) sysdep_routines += cacheinfo @@ -2117,8 +2129,8 @@ -ASFLAGS-.ob += -Wa,-mtune=i686 -ASFLAGS-.oS += -Wa,-mtune=i686 -endif ---- glibc-2.12-175-g1c37565/sysdeps/i386/i686/multiarch/strspn.S -+++ glibc-2.12.90-15/sysdeps/i386/i686/multiarch/strspn.S +--- glibc-2.12-188-g5e90846/sysdeps/i386/i686/multiarch/strspn.S ++++ glibc-2.12.90-16/sysdeps/i386/i686/multiarch/strspn.S @@ -76,8 +76,8 @@ END(strspn) # define ENTRY(name) \ .type __strspn_ia32, @function; \ @@ -2130,8 +2142,8 @@ CALL_MCOUNT # undef END # define END(name) \ ---- glibc-2.12-175-g1c37565/sysdeps/ia64/Makefile -+++ glibc-2.12.90-15/sysdeps/ia64/Makefile +--- glibc-2.12-188-g5e90846/sysdeps/ia64/Makefile ++++ glibc-2.12.90-16/sysdeps/ia64/Makefile @@ -12,8 +12,8 @@ elide-routines.os += hp-timing ifeq (yes,$(build-shared)) @@ -2143,8 +2155,8 @@ endif endif ---- glibc-2.12-175-g1c37565/sysdeps/ia64/ia64libgcc.S -+++ glibc-2.12.90-15/sysdeps/ia64/ia64libgcc.S +--- glibc-2.12-188-g5e90846/sysdeps/ia64/ia64libgcc.S ++++ glibc-2.12.90-16/sysdeps/ia64/ia64libgcc.S @@ -1,350 +0,0 @@ -/* From the Intel IA-64 Optimization Guide, choose the minimum latency - alternative. */ @@ -2496,8 +2508,8 @@ - .symver ___multi3, __multi3@GLIBC_2.2 - -#endif ---- glibc-2.12-175-g1c37565/sysdeps/ia64/libgcc-compat.c -+++ glibc-2.12.90-15/sysdeps/ia64/libgcc-compat.c +--- glibc-2.12-188-g5e90846/sysdeps/ia64/libgcc-compat.c ++++ glibc-2.12.90-16/sysdeps/ia64/libgcc-compat.c @@ -0,0 +1,84 @@ +/* pre-.hidden libgcc compatibility + Copyright (C) 2002 Free Software Foundation, Inc. @@ -2583,17 +2595,25 @@ +symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2); + +#endif ---- glibc-2.12-175-g1c37565/sysdeps/mach/hurd/getrlimit.c -+++ glibc-2.12.90-15/sysdeps/mach/hurd/getrlimit.c +--- glibc-2.12-188-g5e90846/sysdeps/mach/hurd/getrlimit.c ++++ glibc-2.12.90-16/sysdeps/mach/hurd/getrlimit.c @@ -44,4 +44,5 @@ __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) return 0; } +libc_hidden_def (__getrlimit) weak_alias (__getrlimit, getrlimit) ---- glibc-2.12-175-g1c37565/sysdeps/posix/getaddrinfo.c -+++ glibc-2.12.90-15/sysdeps/posix/getaddrinfo.c -@@ -1100,10 +1100,12 @@ static const struct scopeentry +--- glibc-2.12-188-g5e90846/sysdeps/posix/getaddrinfo.c ++++ glibc-2.12.90-16/sysdeps/posix/getaddrinfo.c +@@ -965,6 +965,7 @@ gaih_inet (const char *name, const struct gaih_service *service, + make a copy. */ + if (out == canon) + goto make_copy; ++ canon = out; + } + else + #endif +@@ -1100,10 +1101,12 @@ static const struct scopeentry /* Link-local addresses: scope 2. */ { { { 169, 254, 0, 0 } }, htonl_c (0xffff0000), 2 }, { { { 127, 0, 0, 0 } }, htonl_c (0xff000000), 2 }, @@ -2606,8 +2626,8 @@ /* Default: scope 14. */ { { { 0, 0, 0, 0 } }, htonl_c (0x00000000), 14 } }; ---- glibc-2.12-175-g1c37565/sysdeps/powerpc/powerpc64/Makefile -+++ glibc-2.12.90-15/sysdeps/powerpc/powerpc64/Makefile +--- glibc-2.12-188-g5e90846/sysdeps/powerpc/powerpc64/Makefile ++++ glibc-2.12.90-16/sysdeps/powerpc/powerpc64/Makefile @@ -30,6 +30,7 @@ ifneq ($(elf),no) # we use -fpic instead which is much better. CFLAGS-initfini.s += -fpic -O1 @@ -2616,16 +2636,16 @@ endif ifeq ($(subdir),elf) ---- glibc-2.12-175-g1c37565/sysdeps/powerpc/powerpc64/elf/Makefile -+++ glibc-2.12.90-15/sysdeps/powerpc/powerpc64/elf/Makefile +--- glibc-2.12-188-g5e90846/sysdeps/powerpc/powerpc64/elf/Makefile ++++ glibc-2.12.90-16/sysdeps/powerpc/powerpc64/elf/Makefile @@ -9,3 +9,5 @@ CFLAGS-rtld-mempcpy.os = $(no-special-regs) CFLAGS-rtld-memmove.os = $(no-special-regs) CFLAGS-rtld-memchr.os = $(no-special-regs) CFLAGS-rtld-strnlen.os = $(no-special-regs) + +CFLAGS-gmon-start.c = -fno-strict-aliasing ---- glibc-2.12-175-g1c37565/sysdeps/unix/nice.c -+++ glibc-2.12.90-15/sysdeps/unix/nice.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/nice.c ++++ glibc-2.12.90-16/sysdeps/unix/nice.c @@ -42,7 +42,12 @@ nice (int incr) __set_errno (save); } @@ -2640,8 +2660,8 @@ if (result == -1) { if (errno == EACCES) ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/check_pf.c -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/check_pf.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/check_pf.c ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/check_pf.c @@ -27,13 +27,10 @@ #include #include @@ -2657,8 +2677,8 @@ #ifndef IFA_F_HOMEADDRESS # define IFA_F_HOMEADDRESS 0 ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/dl-osinfo.h -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/dl-osinfo.h +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/dl-osinfo.h ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -17,10 +17,13 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ @@ -2706,8 +2726,8 @@ } else #endif ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/futimesat.c -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/futimesat.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/futimesat.c ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/futimesat.c @@ -37,14 +37,14 @@ futimesat (fd, file, tvp) { int result; @@ -2750,8 +2770,8 @@ { size_t filelen = strlen (file); if (__builtin_expect (filelen == 0, 0)) ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/getpagesize.c -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/getpagesize.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/getpagesize.c ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/getpagesize.c @@ -28,7 +28,7 @@ int __getpagesize () @@ -2761,8 +2781,8 @@ assert (GLRO(dl_pagesize) != 0); return GLRO(dl_pagesize); #else ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/i386/dl-cache.h -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/i386/dl-cache.h +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/i386/dl-cache.h ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/i386/dl-cache.h @@ -0,0 +1,59 @@ +/* Support for reading /etc/ld.so.cache files written by Linux ldconfig. + Copyright (C) 2004 Free Software Foundation, Inc. @@ -2823,16 +2843,16 @@ + } while (0) + +#include_next ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/i386/getrlimit.c -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/i386/getrlimit.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/i386/getrlimit.c ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/i386/getrlimit.c @@ -79,4 +79,5 @@ __new_getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) } weak_alias (__new_getrlimit, __getrlimit); +libc_hidden_weak (__getrlimit) versioned_symbol (libc, __new_getrlimit, getrlimit, GLIBC_2_2); ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/ia64/dl-cache.h -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/ia64/dl-cache.h +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/ia64/dl-cache.h ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/ia64/dl-cache.h @@ -22,4 +22,31 @@ #define _dl_cache_check_flags(flags) \ ((flags) == _DL_CACHE_DEFAULT_ID) @@ -2865,29 +2885,29 @@ + } while (0) + #include_next ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed @@ -1 +1 @@ -s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 \2\3"_ +s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 /emul/ia32-linux\2\3"_ ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/netlinkaccess.h -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/netlinkaccess.h +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/netlinkaccess.h ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/netlinkaccess.h @@ -25,6 +25,24 @@ #include @@ -2913,8 +2933,8 @@ struct netlink_res { ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/paths.h -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/paths.h +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/paths.h ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/paths.h @@ -62,7 +62,7 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/boot/vmlinux" @@ -2924,13 +2944,13 @@ #define _PATH_WTMP "/var/log/wtmp" /* Provide trailing slash, since mostly used for building pathnames. */ ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c @@ -1 +1 @@ -#include "../../fxstat.c" +#include "../../i386/fxstat.c" ---- glibc-2.12-175-g1c37565/sysdeps/unix/sysv/linux/tcsetattr.c -+++ glibc-2.12.90-15/sysdeps/unix/sysv/linux/tcsetattr.c +--- glibc-2.12-188-g5e90846/sysdeps/unix/sysv/linux/tcsetattr.c ++++ glibc-2.12.90-16/sysdeps/unix/sysv/linux/tcsetattr.c @@ -49,6 +49,7 @@ tcsetattr (fd, optional_actions, termios_p) { struct __kernel_termios k_termios; @@ -2976,8 +2996,8 @@ + return retval; } libc_hidden_def (tcsetattr) ---- glibc-2.12-175-g1c37565/timezone/zic.c -+++ glibc-2.12.90-15/timezone/zic.c +--- glibc-2.12-188-g5e90846/timezone/zic.c ++++ glibc-2.12.90-16/timezone/zic.c @@ -1921,7 +1921,7 @@ const int zonecount; if (stdrp != NULL && stdrp->r_hiyear == 2037) return; diff --git a/glibc.spec b/glibc.spec index 082511c..0d410c7 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ -%define glibcsrcdir glibc-2.12-175-g1c37565 +%define glibcsrcdir glibc-2.12-188-g5e90846 %define glibcversion 2.12.90 -%define glibcportsdir glibc-ports-2.12-32-gdc54bc1 +%define glibcportsdir glibc-ports-2.12-37-g16d6bc0 ### glibc.spec.in follows: %define run_glibc_tests 1 %define auxarches athlon alphaev6 @@ -24,7 +24,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 15 +Release: 16 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -178,6 +178,7 @@ libraries, as well as national language (locale) support. %package -n nscd Summary: A Name Service Caching Daemon (nscd). Group: System Environment/Daemons +Requires: %{name} = %{version}-%{release} Requires: libselinux >= 1.17.10-1, audit-libs >= 1.1.3 Requires(pre): /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, coreutils @@ -519,9 +520,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd %endif -# Don't include ld.so.cache -rm -f $RPM_BUILD_ROOT/etc/ld.so.cache - # Include ld.so.conf echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf > $RPM_BUILD_ROOT/etc/ld.so.cache @@ -601,7 +599,7 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo # languages very well, temporarily disable LIB_LANG='' sed -e "$LIB_LANG" -e "$SHARE_LANG" \ - -e '\,/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\|rpc\),d' \ + -e '\,/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\|rpc\|gai\.conf\),d' \ -e '\,/%{_lib}/lib\(pcprofile\|memusage\)\.so,d' \ -e '\,bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\),d' } | sort > rpm.filelist @@ -961,6 +959,7 @@ rm -f *.filelist* %dir %attr(0700,root,root) /var/cache/ldconfig %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache +%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/gai.conf %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE %doc COPYING COPYING.LIB README.libm LICENSES %doc hesiod/README.hesiod @@ -980,7 +979,6 @@ rm -f *.filelist* %dir %attr(755,root,root) /etc/default %verify(not md5 size mtime) %config(noreplace) /etc/default/nss %attr(4711,root,root) %{_prefix}/libexec/pt_chown -%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/gai.conf %doc documentation/* %files -f devel.filelist devel @@ -1026,6 +1024,18 @@ rm -f *.filelist* %endif %changelog +* Thu Oct 14 2010 Andreas Schwab - 2.12.90-16 +- Update from master + - Implement accurate fma (BZ#3268, #43358) + - Fix alignment of AVX save area on x86-64 (BZ#12113) + - Fix regex memory leaks (BZ#12078) + - Improve output of psiginfo (BZ#12107, BZ#12108) + - Don't return NULL address in getifaddrs (BZ#12093) + - Fix strstr and memmem algorithm (BZ#12092, #641124) +- Don't discard result of decoding ACE if AI_CANONIDN (#636642) +- Remove /etc/gai.conf from glibc-common and mark it %%ghost in glibc +- Require exact glibc version in nscd + * Mon Oct 4 2010 Andreas Schwab - 2.12.90-15 - Update from master - Handle large requests in debugging hooks for malloc (BZ#12005) diff --git a/sources b/sources index 1e61f6c..bfff590 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -22c654855d56014d4b14aea4d6e38410 glibc-2.12-175-g1c37565-fedora.tar.xz -c923c38b5ab857513dab2be47640a529 glibc-2.12-175-g1c37565.tar.xz -9d6d2ed492a6e6208b9dceb1cdf302a9 glibc-ports-2.12-32-gdc54bc1.tar.xz +fdde40c43320dbfbc9652944f797f590 glibc-2.12-188-g5e90846-fedora.tar.xz +7657f6b4c67ae553e2dde1a884155406 glibc-2.12-188-g5e90846.tar.xz +43ebb24d464d4d21e657daf0465d19d7 glibc-ports-2.12-37-g16d6bc0.tar.xz