aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-10-19 15:40:43 +0200
committerAndreas Schwab <schwab@redhat.com>2010-10-19 15:40:43 +0200
commit5ee956f94120182a02fcc0db1e33e2f54d72ce56 (patch)
tree80fa3a67d3cada9dbba4f1c2b77d3600898a0765
parent2232b90f0bd3a41b4d63cac98a5b60abbfaccd46 (diff)
downloadglibc-5ee956f94120182a02fcc0db1e33e2f54d72ce56.zip
glibc-5ee956f94120182a02fcc0db1e33e2f54d72ce56.tar.gz
glibc-5ee956f94120182a02fcc0db1e33e2f54d72ce56.tar.bz2
2.12.1-3
-rw-r--r--fedora/glibc.spec.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f5ac3f1..9a13fea 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: 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