rpms/gdb/FC-5 gdb.spec,1.187,1.188

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 4 07:35:27 UTC 2006


Author: aoliva

Update of /cvs/dist/rpms/gdb/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv15866

Modified Files:
	gdb.spec 
Log Message:
* Mon Sep  4 2006 Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.134
- Fix bug in patch for CVE-2006-4146. (BZ 203881)


Index: gdb.spec
===================================================================
RCS file: /cvs/dist/rpms/gdb/FC-5/gdb.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- gdb.spec	23 Aug 2006 06:53:01 -0000	1.187
+++ gdb.spec	4 Sep 2006 07:35:25 -0000	1.188
@@ -11,7 +11,7 @@
 Version: 6.3.0.0
 
 # The release always contains a leading reserved number, start it at 0.
-Release: 1.133%{?dist}
+Release: 1.134%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -296,6 +296,10 @@
 # edit command.
 Patch180: gdb-6.3-edit-missing-slash-20060718.patch
 
+# Security patch: avoid stack overflows in dwarf expression computation.
+# CVE-2006-4146
+Patch181: gdb-6.3-dwarf-stack-overflow.patch
+
 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu gettext
 BuildRequires: flex bison sharutils
 
@@ -413,6 +417,7 @@
 %patch178 -p1
 %patch179 -p1
 %patch180 -p1
+%patch181 -p1
 
 # Change the version that gets printed at GDB startup, so it is RedHat
 # specific.
@@ -581,11 +586,15 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
-* ??? ??? ?? ???? Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.133
+* Mon Sep  4 2006 Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.134
+- Fix bug in patch for CVE-2006-4146. (BZ 203881)
+
+* Wed Aug 23 2006 Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.133
 - BuildReq flex, bison, sharutils, prelink and, on multilib systems,
 32-bit glibc-devel.
 - Add slash between dir and file names in edit command (BZ 192261,
 BZ 199156).
+- Avoid overflows and underflows in dwarf expression computation stack.
 
 * Thu Jun 15 2006 Alexandre Oliva <aoliva at redhat.com> - 6.3.0.0-1.132
 - Additional patch for BZ 175083, to cope with waitpid setting status




More information about the fedora-cvs-commits mailing list