From f3ebe0079fe16c85fcf4199c90a777c6e568329e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 19 Oct 2010 11:45:40 +0200 Subject: [PATCH] 2.12.90-17 --- fedora/glibc.spec.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 392cef6f1b..5f22045217 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -20,7 +20,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 @@ -1020,6 +1020,12 @@ rm -f *.filelist* %endif %changelog +* Tue Oct 19 2010 Andreas Schwab - 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 - 2.12.90-16 - Update from master - Implement accurate fma (BZ#3268, #43358) -- 2.11.4.GIT