2.12.90-17
This commit is contained in:
parent
d047b379ab
commit
8d5389e12f
4
.gitignore
vendored
4
.gitignore
vendored
@ -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-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
10
glibc.spec
10
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.12-188-g5e90846
|
%define glibcsrcdir glibc-2.12-192-g7c08a05
|
||||||
%define glibcversion 2.12.90
|
%define glibcversion 2.12.90
|
||||||
%define glibcportsdir glibc-ports-2.12-37-g16d6bc0
|
%define glibcportsdir glibc-ports-2.12-37-g16d6bc0
|
||||||
### glibc.spec.in follows:
|
### glibc.spec.in follows:
|
||||||
@ -24,7 +24,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 16
|
Release: 17
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -1024,6 +1024,12 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 14 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-16
|
||||||
- Update from master
|
- Update from master
|
||||||
- Implement accurate fma (BZ#3268, #43358)
|
- Implement accurate fma (BZ#3268, #43358)
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
fdde40c43320dbfbc9652944f797f590 glibc-2.12-188-g5e90846-fedora.tar.xz
|
171419240b84038ad702f3fdbe366e05 glibc-2.12-192-g7c08a05-fedora.tar.xz
|
||||||
7657f6b4c67ae553e2dde1a884155406 glibc-2.12-188-g5e90846.tar.xz
|
9017b142271e99972afd7ec99f615a91 glibc-2.12-192-g7c08a05.tar.xz
|
||||||
43ebb24d464d4d21e657daf0465d19d7 glibc-ports-2.12-37-g16d6bc0.tar.xz
|
43ebb24d464d4d21e657daf0465d19d7 glibc-ports-2.12-37-g16d6bc0.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user