This commit is contained in:
Andreas Schwab 2010-12-13 15:20:05 +01:00
parent 8c320b9253
commit 35bf200d2d
4 changed files with 205 additions and 472 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
/glibc-2.12.1-7-gfc0ed7b-fedora.tar.bz2
/glibc-2.12.1-7-gfc0ed7b.tar.bz2
/glibc-2.12.2-fedora.tar.bz2
/glibc-2.12.2.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
%define glibcsrcdir glibc-2.12.1-7-gfc0ed7b
%define glibcversion 2.12.1
%define glibcsrcdir glibc-2.12.2
%define glibc_release_url http://ftp.gnu.org/pub/gnu/glibc/
%define glibcversion 2.12.2
### glibc.spec.in follows:
%define run_glibc_tests 1
%define auxarches athlon sparcv9v sparc64v alphaev6
@ -23,7 +24,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 4
Release: 1
# 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
@ -1031,6 +1032,46 @@ rm -f *.filelist*
%endif
%changelog
* Mon Dec 13 2010 Andreas Schwab <schwab@redhat.com> - 2.12.2-1
- Update to 2.12.2 release
- Declare wcpcpy and wcpncpy only under _GNU_SOURCE
- Fix use of restrict in wchar.h and string.h
- Fix race in qsort_r initialization (BZ#11655)
- Fix IPTOS_CLASS definition (BZ#11903)
- Don't ignore zero TTL in DNS answers
- Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallback
- Work around kernel rejecting valid absolute timestamps
- Allow aux_cache_file open()ing to fail silently even in the chroot
mode (BZ#11149)
- Fix multiple nss_compat initgroups() bugs (BZ#10085)
- Properly convert f_fsid in statvfs (BZ#11611)
- Define MAP_HUGETLB and SWAP_FLAG_DISCARD
- Avoid too much stack use in fnmatch (BZ#11883)
- Fix comparison in sqrtl for IBM long double 128
- Fix warnings in __bswap_16 (BZ#12194)
- Properly quote output of locale (BZ#11904)
- Fix perturbing in malloc on free (BZ#12140)
- Don't expand DST twice in dl_open
- Fix memory leak for some invalid regular expressions (BZ#12078)
- Linux getifaddrs might return entries with ->ifa_addr being NULL
(BZ#12093)
- Handle large malloc requests (BZ#12005)
- getdents64 fallback d_type support
- Fix register conflict in s390 ____longjmp_chk
- Fix _FORITY_SOURCE version of longjmp for Linux/x86-64 (BZ#11968)
- Fix array overflow in floating point parser (BZ#7066)
- Missing server address again leads to localhost being used (BZ#10851)
- Document M_PERTURB
- Fix vDSO synthetic hwcap handling so they are not masked out from
ld.so.cache matching
- 32bit memset-sse2.S fails with uneven cache size (BZ#12191)
- Verify in ttyname() that the symlink is valid (BZ#12167)
- Fix concurrency problem between dl_open and dl_iterate_phdr
- Fix x86-64 strchr propagation of search byte into all bytes of SSE
register (BZ#12159)
- Fix alignment of AVX safe area on x86-64 (BZ#12113, #643889)
- Don't ignore $ORIGIN in libraries
* Fri Oct 22 2010 Andreas Schwab <schwab@redhat.com> - 2.12.1-4
- Require suid bit on audit objects in privileged programs (CVE-2010-3856)

View File

@ -1,2 +1,2 @@
6adc738b68de953ee40106c35d47eb4a glibc-2.12.1-7-gfc0ed7b-fedora.tar.bz2
7bf150a7e0f5e4a70acfea24a88f7103 glibc-2.12.1-7-gfc0ed7b.tar.bz2
6f43af0a0c5680bf7876e548f847bf22 glibc-2.12.2-fedora.tar.bz2
903fcfa547df2f453476800e0838fe52 glibc-2.12.2.tar.bz2