gdb: Update to version 17.2

Message ID 20260519212838.3147035-10-adolf.belka@ipfire.org
State New
Headers
Series gdb: Update to version 17.2 |

Commit Message

Adolf Belka 19 May 2026, 9:28 p.m. UTC
- Update from version 17.1 to 17.2
- No change in rootfile
- Changelog
17.2
 * PR dap/33228 ([gdb/dap] error while listing register children)
 * PR gdb/33737 (gdb --help says 'For more information, type "stream"
   from within GDB', but "stream" is not a defined command)
 * PR build/33747 (Incompatible with MUSL libc: no member named 'c_ospeed'
   in 'termios')
 * PR gdb/33748 (gdb17 regression with displaying ANSI colors)
 * PR gdb/33753 (Out-of-bounds writes in string_{v}printf -- threads
   and static data don't mix)
 * PR cli/33761 (Setting style colors is broken on MS-Windows)
 * PR gdb/33768 (Loading compressed GDB scripts from .debug_gdb_scripts fails)
 * PR symtab/33775 ([gdb/symtab] data race in
   dwarf2_per_cu::{set_addr_size,set_offset_size,set_ref_addr_size})
 * PR symtab/33777 ([gdb/symtab] dw2_get_file_names doesn't cache result
   for dummy CU)
 * PR symtab/33825 ([dwz] Extremely slow symbol lookup with DWZ-compressed
   debug info (thousands of partial units))
 * PR testsuite/33845 (gdb: There are 4 unexpected failures in
   breakpoint-in-ro-region.exp)
 * PR gdb/33872 (`skip -gfile` has inverted logic)
 * PR gdb/33926 (GDB 17.1 AArch64: redefinition of user_gcs struct on musl)
 * PR breakpoints/34112 (rbreak `file:regex` sets breakpoints for matches
   outside of `file` [reproducer attached])

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/gdb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/gdb b/lfs/gdb
index 538134b6c..426a99226 100644
--- a/lfs/gdb
+++ b/lfs/gdb
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 17.1
+VER        = 17.2
 
 THISAPP    = gdb-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 35de074a50c747e6ed42faee8a87b3898b57d33e9667c9001eaf8b54c8cce555f7b16642d1583c1b4aabb45fc5e5db8c33d9f5786351e736f2db2f90d28a07ed
+$(DL_FILE)_BLAKE2 = 3c6c893e1d26d534918fb07b64f2e5b368825a64f888171f07443c5ebed456e7c26ed223d78bf304ee5f145c6f3c08c790c993c7b955d168e2fd8e656c6e1e9a
 
 install : $(TARGET)