This commit is contained in:
Andreas Schwab 2009-11-30 14:26:08 +00:00
parent f6bdb7af5e
commit eb7b2f1cf3
5 changed files with 326 additions and 812 deletions

View File

@ -1,2 +1,2 @@
glibc-2.11.tar.bz2
glibc-2.11-fedora.tar.bz2
glibc-2.11-25-g8d7c09b-fedora.tar.bz2
glibc-2.11-25-g8d7c09b.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,4 @@
%define glibcsrcdir glibc-2.11
%define glibc_release_url ftp://sources.redhat.com/pub/glibc/releases/
%define glibcsrcdir glibc-2.11-25-g8d7c09b
%define glibcversion 2.11
### glibc.spec.in follows:
%define run_glibc_tests 1
@ -29,7 +28,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 3
Release: 4
# 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
@ -1038,6 +1037,22 @@ rm -f *.filelist*
%endif
%changelog
* Mon Nov 30 2009 Andreas Schwab <schwab@redhat.com> - 2.11-4
- Update from 2.11 branch
- Fix sync_file_range on ppc/ppc64.
- Fix getwc* and putwc* on non-wide streams (BZ#10958).
- Avoid warnings in CPU_* macros when using const bitsets (BZ#10918).
- Fix ranges with multibyte characters as endpoints.
- Handle LC_GLOBAL_LOCALE in duplocale (BZ#10969).
- Fix _NC_LOCALE_NAME definition (BZ#10968).
- Add missing Linux MADV_* definitions (BZ#10972).
- Handle running out of buffer space with IPv6 mapping enabled.
- Avoid memset warning in one case (#532492).
- Restore locking in free_check (#504963).
- Fix infloop in __pthread_disable_asynccancel on x86_64 (#537690).
- Prevent unintended file desriptor leak in grantpt (#530558).
- Fix startup to security-relevant statically linked binaries (#528631).
* Tue Nov 24 2009 Andreas Schwab <schwab@redhat.com> - 2.11-3
- Enable multi-arch support for ppc and ppc64 on RHEL-6

View File

@ -38,3 +38,4 @@ glibc-2_10_90-27:F-12:glibc-2.10.90-27.src.rpm:1256915929
glibc-2_11-1:F-12:glibc-2.11-1.src.rpm:1257175795
glibc-2_11-2:F-12:glibc-2.11-2.src.rpm:1257422307
glibc-2_11-3:F-12:glibc-2.11-3.src.rpm:1259075120
glibc-2_11-4:F-12:glibc-2.11-4.src.rpm:1259591029

View File

@ -1,2 +1,2 @@
2c990f97e9ff9fb1c3c85fe826e991b9 glibc-2.11.tar.bz2
d7839555afb452d936347ec2d2309ee0 glibc-2.11-fedora.tar.bz2
670cb75b78c5a83905d871e807c21637 glibc-2.11-25-g8d7c09b-fedora.tar.bz2
fdbb8b905305551f1824932ba01fbf35 glibc-2.11-25-g8d7c09b.tar.bz2