2.12.90-17

This commit is contained in:
Andreas Schwab 2010-10-19 11:49:21 +02:00
parent d047b379ab
commit 8d5389e12f
4 changed files with 288 additions and 199 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-2.12-188-g5e90846-fedora.tar.xz
/glibc-2.12-188-g5e90846.tar.xz
/glibc-ports-2.12-37-g16d6bc0.tar.xz
/glibc-2.12-192-g7c08a05-fedora.tar.xz
/glibc-2.12-192-g7c08a05.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
%define glibcsrcdir glibc-2.12-188-g5e90846
%define glibcsrcdir glibc-2.12-192-g7c08a05
%define glibcversion 2.12.90
%define glibcportsdir glibc-ports-2.12-37-g16d6bc0
### glibc.spec.in follows:
@ -24,7 +24,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 16
Release: 17
# 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
@ -1024,6 +1024,12 @@ rm -f *.filelist*
%endif
%changelog
* Tue Oct 19 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-17
- Update from master
- Fix some fma issues, implement fmal (BZ#3268, #43358)
- Expect PLT call to _Unwind_Find_FDE on s390*-linux
- Never expand $ORIGIN in privileged programs (#643306, CVE-2010-3847)
* Thu Oct 14 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-16
- Update from master
- Implement accurate fma (BZ#3268, #43358)

View File

@ -1,3 +1,3 @@
fdde40c43320dbfbc9652944f797f590 glibc-2.12-188-g5e90846-fedora.tar.xz
7657f6b4c67ae553e2dde1a884155406 glibc-2.12-188-g5e90846.tar.xz
171419240b84038ad702f3fdbe366e05 glibc-2.12-192-g7c08a05-fedora.tar.xz
9017b142271e99972afd7ec99f615a91 glibc-2.12-192-g7c08a05.tar.xz
43ebb24d464d4d21e657daf0465d19d7 glibc-ports-2.12-37-g16d6bc0.tar.xz