2.11-4
This commit is contained in:
parent
f6bdb7af5e
commit
eb7b2f1cf3
@ -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
|
||||
|
1108
glibc-fedora.patch
1108
glibc-fedora.patch
File diff suppressed because it is too large
Load Diff
21
glibc.spec
21
glibc.spec
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user