Change log for gdb package in Ubuntu

151182 of 257 results
Superseded in hardy-release
gdb (6.7.1-2ubuntu3) hardy; urgency=low

  * debian/patches/pie-support.patch: updated for 6.7.1; works for
    attach and core, but not "run".
  * debian/patches/pie-support-tests.patch: re-enabled, some failures remain.
  * debian/rules: fix logic to enable running testsuite by default.

 -- Kees Cook <email address hidden>   Thu, 20 Mar 2008 02:00:27 -0700
Superseded in hardy-release
gdb (6.7.1-2ubuntu2) hardy; urgency=low

  * debian/patches/gdb-cvs-reinit_frame_cache.patch: upstream fix for SEGV
    when dealing with register caches (LP: #196274).

 -- Kees Cook <email address hidden>   Fri, 07 Mar 2008 09:51:58 -0800
Superseded in hardy-release
gdb (6.7.1-2ubuntu1) hardy; urgency=low

  * Merge with Debian; remaining changes:
    - Do not depend on type-handling.
    - PIE support.
    - dwarf2-stack-boundry.diff - security fix for CVE-2006-4146.
  * Add patch from Ulrich Weigand to fix stepping over shared library
    functions on PowerPC (Closes: #432461). LP: #137312.

Superseded in hardy-release
gdb (6.7.1-1ubuntu1) hardy; urgency=low

  * Merge with Debian; remaining changes:
    - Do not depend on type-handling.
    - PIE support.
    - dwarf2-stack-boundry.diff - security fix for CVE-2006-4146.
  * Add build-dependency on lib64expat1-dev.

 -- Matthias Klose <email address hidden>   Tue, 04 Dec 2007 09:13:57 +0100
Superseded in hardy-release
Obsolete in gutsy-release
gdb (6.6.dfsg-1ubuntu7) gutsy; urgency=low

  * Cross-compile gdb64.
  * Don't try to install gdbserver on architectures where it doesn't exist.

 -- Matthias Klose <email address hidden>   Mon, 10 Sep 2007 21:28:07 +0200
Superseded in gutsy-release
gdb (6.6.dfsg-1ubuntu6) gutsy; urgency=low

  * Fix build failures on targets only building gdb.
  * Remove the gdb32 package.
  * Fix typos in message strings (LP: #63200).

 -- Matthias Klose <email address hidden>   Fri, 07 Sep 2007 18:06:20 +0000
Superseded in gutsy-release
gdb (6.6.dfsg-1ubuntu5) gutsy; urgency=low

  * Build a gdb64/gdb32 package on biarch architectures. LP: #25559.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <email address hidden>   Wed, 15 Aug 2007 19:01:05 +0000
Superseded in gutsy-release
gdb (6.6.dfsg-1ubuntu4) gutsy; urgency=low

  * Fix register definitions for hppa (Randolph Chung).

 -- Matthias Klose <email address hidden>   Fri, 03 Aug 2007 17:11:20 +0000
Superseded in gutsy-release
gdb (6.6.dfsg-1ubuntu3) gutsy; urgency=low

  * Run the the testsuite on lpia.

 -- Matthias Klose <email address hidden>   Sat, 28 Jul 2007 18:32:30 +0200
Superseded in gutsy-release
Obsolete in feisty-release
gdb (6.6.dfsg-1ubuntu2) feisty; urgency=low

  * Reenable the workaround for a build failure on the ia64 buildd.

 -- Matthias Klose <email address hidden>   Sun, 11 Feb 2007 23:34:47 +0100
Superseded in feisty-release
gdb (6.6.dfsg-1ubuntu1) feisty; urgency=low

  * Merge with Debian unstable; remaining changes:
    - Do not depend on type-handling.
    - PIE support.
    - dwarf2-stack-boundry.diff - security fix for CVE-2006-4146.

Superseded in feisty-release
gdb (6.6-0ubuntu1) feisty; urgency=low

  * New upstream version.
  * sim-destdir.patch, gdbinit-ownership.patch, bfd-get-mtime-less.patch,
    pie-support.patch, thread-db-multiple-libraries.patch: Update.
  * thread-db-live-threads.patch, fork-context-switch.patch,
    glibc2.5-gnu-hash.patch: Remove, applied upstream.

 -- Matthias Klose <email address hidden>   Thu,  4 Jan 2007 15:11:39 +0100
Superseded in feisty-release
gdb (6.5.dfsg-2ubuntu3) feisty; urgency=low

  * Add PIE support, taken from Fedora patch bundle:
    - debian/patches/pie-support.patch: core PIE support.
    - debian/patches/pie-support-tests.patch: PIE operational tests.
  * debian/rules: drop use of "tee" to solve strange hangs on i386/amd64.

 -- Kees Cook <email address hidden>   Thu, 14 Dec 2006 15:05:33 -0800
Superseded in feisty-release
gdb (6.5.dfsg-2ubuntu2) feisty; urgency=low

  * Add debian/patches/glibc2.5-gnu-hash.patch:
    - Teach gdb how to deal with glibc 2.5's .gnu.hash sections, so that gdb
      works on feisty at all.
    - Patch taken from upstream CVS head.
    - Closes: LP#73724

 -- Martin Pitt <email address hidden>   Thu, 14 Dec 2006 09:17:51 +0100
Superseded in feisty-release
gdb (6.5.dfsg-2ubuntu1) feisty; urgency=low

  * Merge from debian unstable. Changes left:
    - type-handling
    - 'dwarf2-stack-boundry.diff' - security fix for CVE-2006-4146

Obsolete in dapper-updates
Obsolete in dapper-security
gdb (6.4-1ubuntu5.1) dapper-security; urgency=low

  * SECURITY UPDATE: fix local arbitrary code execution in DWARF processing.
  * Add 'dwarf2-stack-boundry.patch': limits the DWARF operation stack.
    Without this, arbitrary code execution would be possible if a user
    were tricked into debugging an executable with malicious DWARF headers.
  * References:
    CVE-2006-4146
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204845

 -- Kees Cook <email address hidden>   Thu, 28 Sep 2006 12:45:06 -0700
Obsolete in breezy-security
gdb (6.3-6ubuntu2.1) breezy-security; urgency=low

  * SECURITY UPDATE: fix local arbitrary code execution in DWARF processing.
  * Add 'dwarf2-stack-boundry.patch': limits the DWARF operation stack.
    Without this, arbitrary code execution would be possible if a user
    were tricked into debugging an executable with malicious DWARF headers.
  * References:
    CVE-2006-4146
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204845

 -- Kees Cook <email address hidden>   Thu, 28 Sep 2006 20:15:07 +0000
Obsolete in hoary-security
gdb (6.3-5ubuntu1.2) hoary-security; urgency=low

  * SECURITY UPDATE: fix local arbitrary code execution in DWARF processing.
  * Add 'dwarf2-stack-boundry.patch': limits the DWARF operation stack.
    Without this, arbitrary code execution would be possible if a user
    were tricked into debugging an executable with malicious DWARF headers.
  * References:
    CVE-2006-4146
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204845

 -- Kees Cook <email address hidden>   Thu, 28 Sep 2006 20:22:52 +0000
Superseded in feisty-release
Obsolete in edgy-release
gdb (6.4.90.dfsg-1ubuntu3) edgy; urgency=low

  * SECURITY UPDATE: fix local arbitrary code execution in DWARF processing.
  * Add 'dwarf2-stack-boundry.diff': limits the DWARF operation stack.
    Without this, arbitrary code execution would be possible if a user
    were tricked into debugging an executable with malicious DWARF headers.
  * References:
    CVE-2006-4146
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=204845

 -- Kees Cook <email address hidden>   Thu, 28 Sep 2006 11:13:50 -0700
Superseded in edgy-release
gdb (6.4.90.dfsg-1ubuntu2) edgy; urgency=low

  * debian/patches/from_upstream_fix_context_switch.patch:
    - upstream patch (http://sourceware.org/ml/gdb-cvs/2006-09/msg00053.html),
      should fix a multi-threading issue (Ubuntu: #56391)

 -- Sebastien Bacher <email address hidden>   Fri, 29 Sep 2006 17:42:43 +0200
Superseded in edgy-release
gdb (6.4.90.dfsg-1ubuntu1) edgy; urgency=low

  * Merge from debian unstable:
    - left only type-handling bit.

Superseded in edgy-release
Obsolete in dapper-release
gdb (6.4-1ubuntu5) dapper; urgency=low

  Changes by David S. Miller:

  * Fix linux_nat regression introduced with the last upload.

 -- Fabio M. Di Nitto <email address hidden>   Tue, 09 May 2006 07:48:51 +0200
Superseded in dapper-release
gdb (6.4-1ubuntu4) dapper; urgency=low

  Changes by David S. Miller:

  * Fix core file generation on sparc.

  * sparc patches split and clean up as applied upstream.

 -- Fabio M. Di Nitto <email address hidden>   Sat, 06 May 2006 06:44:31 +0200
Superseded in dapper-release
gdb (6.4-1ubuntu3) dapper; urgency=low

  Changes by David S. Miller:

  * Fix signal frame handling on sparc and use dwarf2 frame unwinding on
    sparc/linux:
    - Add patch sparc-dwarf2-and-sigframe.patch.
    - Update debian/patches/series.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 06 Apr 2006 07:16:23 +0200
Superseded in dapper-release
gdb (6.4-1ubuntu2) dapper; urgency=low

  Changes by David S. Miller:

  * Fix sparc threads support:
    - Add patch gdb-sparclinux-threads.patch.
    - Update debian/patches/series

  NOTE: the patch will work only with properly patched kernel.
  The patch should be in 2.6.15-20 kernel serie.

 -- Fabio M. Di Nitto <email address hidden>   Sun, 02 Apr 2006 09:42:13 +0200
Superseded in dapper-release
Superseded in dapper-release
gdb (6.4-1ubuntu1) dapper; urgency=low


  * merged with debian, 
  * debian/control, debian/rules: Remove type-handling.

 -- Michael Vogt <email address hidden>  Wed, 28 Dec 2005 11:19:23 +0100
Superseded in dapper-release
gdb (6.3.90.20051119-1ubuntu1) dapper; urgency=low


  * debian/control, debian/rules: Remove type-handling.

 -- Martin Pitt <email address hidden>  Mon, 21 Nov 2005 19:50:49 +0000
Obsolete in breezy-release
gdb (6.3-6ubuntu2) breezy; urgency=low


  * Install the gcore script (Ubuntu 11394).

 -- Matthias Klose <email address hidden>  Wed,  7 Sep 2005 14:39:39 +0200
Superseded in hoary-security
gdb (6.3-5ubuntu1.1) hoary-security; urgency=low


  * Security update: Fix privilege escalation and buffer overflow.
  * Added debian/patches/CAN-2005-1704.patch:
    - Fix integer overflow and unchecked NULL pointers in BFD parser.
    - Patches taken from upstream CVS.
    - References:
      CAN-2005-1704
  * Added debian/patches/CAN-2005-1705.patch:
    - Do not source .gdbinit in the current directory if it does not belong to
      the user invoking gdb.
    - References:
      CAN-2005-1705

 -- Martin Pitt <email address hidden>  Fri, 27 May 2005 08:36:18 +0000
Obsolete in hoary-release
gdb (6.3-5ubuntu1) hoary; urgency=low


  * Resynchronise with Debian.

 -- Scott James Remnant <email address hidden>  Fri, 10 Dec 2004 12:47:53 +0000
Obsolete in warty-security
gdb (6.1-3ubuntu0.1) warty-security; urgency=low


  * Security update: Fix privilege escalation and buffer overflow.
  * Added debian/patches/CAN-2005-1704.patch:
    - Fix integer overflow and unchecked NULL pointers in BFD parser.
    - Patches taken from upstream CVS.
    - References:
      CAN-2005-1704
  * Added debian/patches/CAN-2005-1705.patch:
    - Do not source .gdbinit in the current directory if it does not belong to
      the user invoking gdb.
    - References:
      CAN-2005-1705

 -- Martin Pitt <email address hidden>  Fri, 27 May 2005 08:44:10 +0000
Obsolete in warty-release
gdb (6.1-3) unstable; urgency=low


  * Fix passing and returning of non-trivial C++ objects (Closes: #160459).
  * Update hppa patches (Closes: #247948).
  * Add a patch for finding C++ member variables in base classes
    (Closes: #239535).
  * Replace versions of insight which contain gdbtui.  Partial fix for
    #242498.

 -- Daniel Jacobowitz <email address hidden>  Thu, 27 May 2004 11:30:23 -0400
151182 of 257 results