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
%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