diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-10-22 14:14:47 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-10-22 14:14:47 +0200 |
commit | 7393ab587b51d462a3c046d10cd6af7de0f9be96 (patch) | |
tree | f37ea20e5c306248e35efcce0984727fc3514c52 | |
parent | f6af4a89f525b6ca8e51a2180dc9c794e422f848 (diff) | |
download | glibc-7393ab587b51d462a3c046d10cd6af7de0f9be96.zip glibc-7393ab587b51d462a3c046d10cd6af7de0f9be96.tar.gz glibc-7393ab587b51d462a3c046d10cd6af7de0f9be96.tar.bz2 |
2.12.1-4
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 9a13fea..29f6ca8 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: 3 +Release: 4 # 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,9 @@ rm -f *.filelist* %endif %changelog +* Fri Oct 22 2010 Andreas Schwab <schwab@redhat.com> - 2.12.1-4 +- Require suid bit on audit objects in privileged programs (CVE-2010-3856) + * 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) |