summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-08-08 21:43:28 +0000
committerJakub Jelinek <jakub@redhat.com>2005-08-08 21:43:28 +0000
commit964f44e4d838ce28ae848f228c7212cf609ace3c (patch)
tree4e366af0ce4135c6412ca37a6efb651c81dc3ce6
parenta6d1003497d92df2575894474fa1d2c0ee3f39f4 (diff)
-rw-r--r--fedora/glibc.spec.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 5be90c6adc..8c2d7f1428 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 7
+%define glibcrelease 8
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -103,7 +103,7 @@ Conflicts: texinfo < 3.11
# Need AS_NEEDED directive
Conflicts: binutils < 2.15.94.0.2-1
Prereq: /sbin/install-info
-Obsoletes: libc-debug, libc-headers, libc-devel
+Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
Obsoletes: glibc-debug, nptl-devel
Prereq: %{name}-headers
Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}-%{release}
@@ -1074,6 +1074,16 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
+- update from CVS
+ - nscd persistent database verifier (#164001)
+ - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
+ - handle EINTR in sigwait properly
+- make sure poor man's stack guard randomization keeps first
+ byte 0 even on big-endian 32-bit arches
+- fix {elf,nptl}/tst-stackguard1
+- obsolete linuxthreads-devel in glibc-devel
+
* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
- update from CVS
- do some poor man's stack guard randomization even without