]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.12.1-3
authorAndreas Schwab <schwab@redhat.com>
Tue, 19 Oct 2010 13:40:43 +0000 (15:40 +0200)
committerAndreas Schwab <schwab@redhat.com>
Tue, 19 Oct 2010 13:40:43 +0000 (15:40 +0200)
fedora/glibc.spec.in

index f5ac3f1d95f107566c506d6e9e9d1cc15b0b5583..9a13fea02ca8e0853d50e848cc4248dd9d3e72e5 100644 (file)
@@ -20,7 +20,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 2
+Release: 3
 # 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
@@ -1028,6 +1028,13 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Oct 19 2010 Andreas Schwab <schwab@redhat.com> - 2.12.1-3
+- Update from 2.12 branch
+  - Fix strstr and memmem algorithm (BZ#12092, #641124)
+  - Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version
+    strncmp (BZ#12077)
+- Never expand $ORIGIN in privileged programs (#643306, CVE-2010-3847)
+
 * Fri Aug 20 2010 Andreas Schwab <schwab@redhat.com> - 2.12.1-2
 - Update from 2.12 branch
   - Fix ifunc thunk for strspn on x86 in static libc