]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.90-18
authorAndreas Schwab <schwab@redhat.com>
Fri, 22 Oct 2010 12:12:56 +0000 (14:12 +0200)
committerAndreas Schwab <schwab@redhat.com>
Fri, 22 Oct 2010 12:12:56 +0000 (14:12 +0200)
fedora/glibc.spec.in

index 5f22045217fcc9bdd74598dbacfead54a3e1b737..dd78bf09a7011ca3c11648b6cd1f1279d52aaf03 100644 (file)
@@ -20,7 +20,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 17
+Release: 18
 # 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,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Oct 22 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-18
+- Require suid bit on audit objects in privileged programs (CVE-2010-3856)
+
 * 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)