2.13.90-10

This commit is contained in:
Andreas Schwab 2011-05-04 13:11:17 +02:00
parent c883c14538
commit 436d93ab23
4 changed files with 351 additions and 411 deletions

6
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-2.13-72-g821ae71-fedora.tar.xz
/glibc-2.13-72-g821ae71.tar.xz
/glibc-ports-2.13-26-g9145616.tar.xz
/glibc-2.13-104-g00ee369-fedora.tar.xz
/glibc-2.13-104-g00ee369.tar.xz
/glibc-ports-2.13-31-ga875971.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.13-72-g821ae71
%define glibcsrcdir glibc-2.13-104-g00ee369
%define glibcversion 2.13.90
%define glibcportsdir glibc-ports-2.13-26-g9145616
%define glibcportsdir glibc-ports-2.13-31-ga875971
### glibc.spec.in follows:
%define run_glibc_tests 1
%define auxarches athlon alphaev6
@ -26,7 +26,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 9
Release: 10
# 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
@ -1050,6 +1050,27 @@ rm -f *.filelist*
%endif
%changelog
* Wed May 4 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-10
- Update from master
- ldconfig: don't crash on empty path in config file (#699784)
- getaddrinfo(AF_INET6) does not return scope_id info provided by
NSS modules (BZ#12714)
- Fix pathconf(_PC_BUF_SIZE) (BZ#12723)
- Fix getnameinfo flags parameter type (BZ#12717)
- Add finer grained control for initgroups lookups to NSS
- Use all possible bytes from fopen mode string (BZ#12685, #698025)
- Define initgroups callback for nss_files
- elf.h: Define R_ARM_IRELATIVE reloc type
- Fix static linking with checking x86/x86-64 memcpy (BZ#12653)
- Fix POWER4/POWER7 optimized strncmp to not read past differing bytes
- Fix FPU context handling in getcontext on x86-64 (BZ#12420)
- Skip extra zeroes when searching auxv on s390
- Obsolete RPC implementation in libc
- Fix memory leak in TLS of loaded objects (BZ#12650)
- Don't leave empty element in rpath when skipping an element
- Make ppc sync_file_range cancelable
- Maintain stack alignment in ____longjmp_chk on x86_64
* Thu Apr 7 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-9
- Update from master
- Fix typo in cache information table for x86-{32,64}

View File

@ -1,3 +1,3 @@
7eccc354f8fbe056f74155760ed19116 glibc-2.13-72-g821ae71-fedora.tar.xz
d147f97800b01e0ecc7eff5cf7bb0bfe glibc-2.13-72-g821ae71.tar.xz
5edee6e7e50b7a6ed499f407420b482d glibc-ports-2.13-26-g9145616.tar.xz
66a8c82793a48170cd35bdf09311e75a glibc-2.13-104-g00ee369-fedora.tar.xz
4b4ff552c06cfec7c34e50a7c7fdfa96 glibc-2.13-104-g00ee369.tar.xz
357e5e9f336916c51e7b2b384e2534e6 glibc-ports-2.13-31-ga875971.tar.xz