]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.90-17
authorAndreas Schwab <schwab@redhat.com>
Tue, 19 Oct 2010 09:45:40 +0000 (11:45 +0200)
committerAndreas Schwab <schwab@redhat.com>
Tue, 19 Oct 2010 09:47:05 +0000 (11:47 +0200)
fedora/glibc.spec.in

index 392cef6f1b07d08c27a60b5af0f3c67891c2c976..5f22045217fcc9bdd74598dbacfead54a3e1b737 100644 (file)
@@ -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 <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)