about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-19 00:25:07 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-19 00:25:07 +0000
commit788b3f7f39d160722f5cafc2e8fc8dad668f6725 (patch)
tree53f17dd8659cf0faf85d2210ba971d137f68bf08
parent5a312412f24a282cb24e762a33916484402c374b (diff)
downloadglibc-788b3f7f39d160722f5cafc2e8fc8dad668f6725.tar.gz
glibc-788b3f7f39d160722f5cafc2e8fc8dad668f6725.tar.xz
glibc-788b3f7f39d160722f5cafc2e8fc8dad668f6725.zip
-rw-r--r--fedora/glibc.spec.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 741502e48f..1f35c807af 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 79
+%define glibcrelease 80
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1256,6 +1256,17 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
+- update from CVS
+  - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
+  - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
+    issue special error message instead of using the buffer overflow
+    detected one
+  - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
+    speedup searching with nested subexps (BZ #544)
+  - block SIGCANCEL in NPTL timer_* helper thread
+- further free () checking
+
 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
 - update from CVS
 - fix free () checking