Fedora Core 6 Test Update: glibc-2.5-17.fc6

Jakub Jelinek jakub at redhat.com
Thu Jun 28 02:07:51 UTC 2007


---------------------------------------------------------------------
Fedora Test Update Notification
FEDORA-2007-478
2007-06-27
---------------------------------------------------------------------

Product     : Fedora Core 6
Name        : glibc
Version     : 2.5
Release     : 17.fc6
Summary     : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.

---------------------------------------------------------------------

* Wed Jun 27 2007 Jakub Jelinek <jakub at redhat.com> 2.5-17.fc6
- disable workaround for #210748 and #211133, instead backport
  ld.so locking fixes from the trunk (#235026)
- Korean charsets additions (BZ#3954, BZ#3955)
- fix handling of 2001::/32 IPv6 addresses in getaddrinfo (BZ#4102)
- add inline optimization for fgetc_unlocked
- fix handling of 172.{1[7-9],2[0-9],3[01]}/16 IPv4 addresses in
  getaddrinfo
- make sure NULL checks in routines with nonnull attribute aren't
  optimized away
- don't write uninitialized padding bytes to nscd socket
- avoid misaligned reads/writes in gethostbyname_r (#243967, BZ#4381)
- fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
  mapped into ld.so's inter-segment hole on x86_64 (#244545)
- fix LD_AUDIT=a:b program (#180432)
- don't crash on pseudo-zero long double values passed to
  *printf on i?86/x86_64/ia64 (BZ#4586)
- fix *printf %La and strtold with some hexadecimal floating point
  constants on ppc/ppc64
- fix nextafterl on ppc/ppc64
- robust mutex fixes (BZ#4512)
- *printf fixes (BZ#4514)
- as_IN updates (#218035)
- use MADV_DONTNEED in malloc (#237711)
- fix sem_timedwait on i?86 and x86_64
- fix dladdr if some shared library is mapped into ld.so intersegment
  VM hole (#232224, BZ#4131)
- fdatasync is a cancellation point (BZ#4465)
- add a temporary hack to avoid reruning DSO initializers if dlopen
  is called from _dl_fini destructors (#234946)
- add transliteration for <U2044> (BZ#3213)
- fix *scanf with %f on hexadecimal floats without exponent (BZ#4342)
- fix *printf with very large precisions for %s (#238406, BZ#4438)
- fix inet_ntop size checking for AF_INET (BZ#4439)
- for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
* Fri Apr 27 2007 Jakub Jelinek <jakub at redhat.com> 2.5-13.fc6
- fix application crashes when doing NSS lookups through nscd
  mmapped databases and nscd decides to start garbage collection
  during the lookups (#219145, #225315)
- fix NIS+ __nisfind_server (#235229)
- assorted NIS+ speedups (#233460)
- fix power6 libm compat symbols on ppc32 (#232633)
- fix child refcntr in NPTL fork (#230198)
- fix ifaddrs with many net devices on > 4KB page size arches (#230151)
- fix pthread_mutex_timedlock on x86_64 (#228103)
- fix HAVE_LIBCAP configure detection (#178934)
- fix double free in fts_close (#222089)
- fix vfork+execvp memory leak (#221187)
- further localedef robustification (#203728)
- fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
  BZ#4362, BZ#4070)
- fix _XOPEN_VERSION (BZ#4364)
- nexttoward*/nextafter* fixes (BZ#3306)
- various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458,
  BZ#3348, BZ#4344, BZ#4368, BZ#4305, BZ#4306)
- fix nftw with FTW_CHDIR on / (BZ#4076)
- nscd fixes (BZ#4074)
- fix euidaccess (BZ#3842)
- assorted locale data fixes (BZ#3322, BZ#3995, BZ#3884, BZ#3851, BZ#4411)
- fix strptime (BZ#3944)
- fix regcomp with REG_NEWLINE (BZ#3957)
- fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
- soft-fp fixes (BZ#2749)
- further strtod fixes (BZ#3855)
- update ru and sv translations
- fix fesetround return value on ia64
- fix nscd SIGHUP database invalidation
- add a workaround for #210748 and #211133
- fix NIS getservbyname when proto is NULL
* Fri Jan  5 2007 Jakub Jelinek <jakub at redhat.com> 2.5-10.fc6
- fix nss_compat +group handling (#220658)
* Fri Dec 22 2006 Jakub Jelinek <jakub at redhat.com> 2.5-9
- make sure pthread_kill doesn't return EINVAL even if
  the target thread exits in between pthread_kill ESRCH check
  and the actual tgkill syscall (#220420)
* Tue Dec 19 2006 Jakub Jelinek <jakub at redhat.com> 2.5-8
- fix setcontext on ppc32 (#219107)
- fix wide stdio after setvbuf (#217064, BZ#2337)
- fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
- handle power6x AT_PLATFORM (#216970)
- fix a race condition in getXXbyYY_r (#219145)
- fix tst-pselect testcase
* Tue Dec 12 2006 Jakub Jelinek <jakub at redhat.com> 2.5-7
- fix hasmntopt (#218802)
- fix setusershell and getusershell (#218782)
- strtod fixes (BZ#3664, BZ#3673, BZ#3674)
- fix ttyname and ttyname_r with invalid file descriptor (#218276)
- fix nis_getnames if the default domain doesn't contain at least
  two dots (#206483)
- fix memusage with realloc (x, 0)
* Wed Nov 29 2006 Jakub Jelinek <jakub at redhat.com> 2.5-6
- fix svc_run (#216834, BZ#3559)
- make sure there is consistent timestamp for /etc/ld.so.conf,
  /etc/localtime and /etc/rpc between multilib glibc rpms
- fix :include: /etc/alias handling (#215572)
- update powerpc-cpu add-on to version 0.4 (#196319)
- add power6x subdir to /lib/ and /lib/rtkaio/,
  link all libs from ../power6/* into them
- update nl, sv, pl and tr translations
- add mai_IN locale (#213415)
- fix es_ES LC_TIME (BZ#3320)
* Tue Nov 14 2006 Jakub Jelinek <jakub at redhat.com> 2.5-5
- remove bogus /usr/lib/librt.so.1 symlink (#213555)
- fix memusage (#213656)
- fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
  CPUs
- fix ld.so locking on dlopen failures (#213037, BZ#3429)
- fix libthread_db.so on TLS_DTV_AT_TP architectures (#215513)
- fix --inhibit-rpath (#214569)
- fix _r_debug content when prelinked ld.so executes
  a program as its argument
- handle new tzdata format to cope with year > 2037 transitions
  on 64-bit architectures
- fix strxfrm
- fix i?86 floor and ceil inlines (BZ#3451)
* Thu Oct 19 2006 Jakub Jelinek <jakub at redhat.com> 2.5-4
- fix i?86 6 argument syscalls (e.g. splice)
- fix rtld minimal realloc (BZ#3352)
- fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
- fix xdrmem_setpos (#211452)

---------------------------------------------------------------------
This update can be downloaded from:
    http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/

964e8c9fb4a9c4ef3a8afe7a0108bf34242640b6  SRPMS/glibc-2.5-17.fc6.src.rpm
964e8c9fb4a9c4ef3a8afe7a0108bf34242640b6  noarch/glibc-2.5-17.fc6.src.rpm
663b01df84e6e3d51a436d33a0866eaf273d574b  ppc/glibc-utils-2.5-17.fc6.ppc.rpm
1ba85b389f3fe2f9cf04f0b31d6e4e67f94cbf7e  ppc/glibc-devel-2.5-17.fc6.ppc.rpm
aec65b31beeb67a878c0b438ae56316c625ed7fc  ppc/nscd-2.5-17.fc6.ppc.rpm
e3814eac4563ff9c39474c70afae7edf312a6ab2  ppc/debug/glibc-debuginfo-2.5-17.fc6.ppc.rpm
4dfe57ee28240e6f9f91937915a6f911cba77fdb  ppc/glibc-2.5-17.fc6.ppc.rpm
4689344e55ef951168f517147da0d2f799f19066  ppc/glibc-headers-2.5-17.fc6.ppc.rpm
c601789c66ab9db8bff8dc82305ac91d5915f6c0  ppc/glibc-common-2.5-17.fc6.ppc.rpm
e8842476eae6dd923555b7f3c1414a17995c7ac3  x86_64/glibc-2.5-17.fc6.x86_64.rpm
18705d15e04108fcf454ce2a0824692db27f4735  x86_64/glibc-headers-2.5-17.fc6.x86_64.rpm
96379ee593421b1b07a969e0063cb1df295a7a17  x86_64/nscd-2.5-17.fc6.x86_64.rpm
a8e073ebc190c9219556a995ddc6f6683aacf9e0  x86_64/glibc-devel-2.5-17.fc6.x86_64.rpm
989b865f95b2fe3d5e8f596a053843bdcf749cbb  x86_64/glibc-common-2.5-17.fc6.x86_64.rpm
c87b28c29235d75586c65f03268adb43678b6a92  x86_64/glibc-utils-2.5-17.fc6.x86_64.rpm
5302aa0d8312ecab8e0dffafe6c7c47de06222b8  x86_64/debug/glibc-debuginfo-2.5-17.fc6.x86_64.rpm
b9e110b662f14c7f6120ec0678d98884cba0a876  i386/glibc-headers-2.5-17.fc6.i386.rpm
49e73c4cfef2a05fb08e47b58999a6bf6c1359d9  i386/glibc-utils-2.5-17.fc6.i386.rpm
decf2741b34564a181c3aac8dcb349386e6ddd88  i386/glibc-2.5-17.fc6.i386.rpm
2dea0e0617d1a5dc64eac2101e0d3566e610e9b0  i386/debug/glibc-debuginfo-2.5-17.fc6.i386.rpm
bbeddf721f7e8ac98154c33c60d3d73f25a9a16e  i386/glibc-common-2.5-17.fc6.i386.rpm
eefe24e4440e5b1d08d8f9fe90b8b04476e27ac9  i386/nscd-2.5-17.fc6.i386.rpm
fe156cbd40ca3b931695cb2dd31dd8141e851b63  i386/glibc-devel-2.5-17.fc6.i386.rpm
9ab61f662e5069aa3df005b9e1983f158f0f0ff1  i386/debug/glibc-debuginfo-common-2.5-17.fc6.i386.rpm
2c1033f40fb425aaa9f6f7909471bb79d494768f  i386/debug/glibc-debuginfo-2.5-17.fc6.i686.rpm
25a4ca7ed30c01b15cd61f445298039cf1a9d240  i386/glibc-2.5-17.fc6.i686.rpm

This update can be installed with the 'yum' update program.  Use 'yum update
package-name' at the command line.  For more information, refer to 'Managing
Software with yum,' available at http://fedora.redhat.com/docs/yum/.
---------------------------------------------------------------------




More information about the fedora-test-list mailing list