rpms/gdb/devel gdb.spec,1.195,1.196

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 4 07:50:13 UTC 2006


Author: aoliva

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

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


Index: gdb.spec
===================================================================
RCS file: /cvs/dist/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- gdb.spec	24 Aug 2006 06:18:06 -0000	1.195
+++ gdb.spec	4 Sep 2006 07:50:10 -0000	1.196
@@ -11,7 +11,7 @@
 Version: 6.5
 
 # The release always contains a leading reserved number, start it at 0.
-Release: 5%{?dist}
+Release: 7%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -246,6 +246,10 @@
 # Add support for memory nops on x86.
 Patch189: gdb-6.5-opcodes-i386-nopmem.patch
 
+# Security patch: avoid stack overflows in dwarf expression computation.
+# CVE-2006-4146
+Patch190: gdb-6.5-dwarf-stack-overflow.patch
+
 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu gettext
 BuildRequires: flex bison sharutils
 
@@ -346,6 +350,7 @@
 %patch187 -p1
 %patch188 -p1
 %patch189 -p1
+%patch190 -p1
 
 # Change the version that gets printed at GDB startup, so it is RedHat
 # specific.
@@ -506,6 +511,13 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Mon Sep  4 2006 Alexandre Oliva <aoliva at redhat.com> - 6.5-7
+- Fix bug in patch for CVE-2006-4146. (BZ 203873, BZ 203880)
+
+* Thu Aug 24 2006 Alexandre Oliva <aoliva at redhat.com> - 6.5-6
+- Avoid overflows and underflows in dwarf expression computation stack.
+(BZ 203873)
+
 * Thu Aug 24 2006 Alexandre Oliva <aoliva at redhat.com> - 6.5-5
 - Backport support for i386 nop memory instructions.
 - Fix debuginfo addresses resolving for --emit-relocs Linux kernels




More information about the fedora-cvs-commits mailing list