Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
avr-gdb


Commits:
881c42db by Antonio Rojas at 2025-12-25T23:55:41+01:00
upgpkg: 17.1-1: Python 3.14 rebuild

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − readline8.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = avr-gdb
        pkgdesc = The GNU Debugger for AVR
-       pkgver = 16.2
+       pkgver = 17.1
        pkgrel = 1
        url = https://www.gnu.org/software/gdb/
        arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = avr-gdb
        depends = libelf
        depends = source-highlight
        options = !emptydirs
-       source = https://ftp.gnu.org/gnu/gdb/gdb-16.2.tar.xz
-       source = https://ftp.gnu.org/gnu/gdb/gdb-16.2.tar.xz.sig
+       source = https://ftp.gnu.org/gnu/gdb/gdb-17.1.tar.xz
+       source = https://ftp.gnu.org/gnu/gdb/gdb-17.1.tar.xz.sig
        validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
-       sha256sums = 
4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119
+       sha256sums = 
14996f5f74c9f68f5a543fdc45bca7800207f91f92aeea6c2e791822c7c6d876
        sha256sums = SKIP
 
 pkgname = avr-gdb


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 _target=avr
 pkgname=$_target-gdb
-pkgver=16.2
+pkgver=17.1
 pkgrel=1
 pkgdesc='The GNU Debugger for AVR'
 arch=(x86_64)
@@ -17,7 +17,7 @@ depends=(xz ncurses expat python guile gdb-common mpfr libelf 
source-highlight)
 makedepends=(boost)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119'
+sha256sums=('14996f5f74c9f68f5a543fdc45bca7800207f91f92aeea6c2e791822c7c6d876'
             'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
<[email protected]>
 


=====================================
readline8.patch deleted
=====================================
@@ -1,31 +0,0 @@
-commit 1add37b567a7dee39d99f37b37802034c3fce9c4
-Author: Andreas Schwab <[email protected]>
-Date:   Sun Mar 20 14:01:54 2022 +0100
-
-    Add support for readline 8.2
-    
-    In readline 8.2 the type of rl_completer_word_break_characters changed to
-    include const.
-
-diff --git a/gdb/completer.c b/gdb/completer.c
-index d3900ae2014..a51c16ac7f8 100644
---- a/gdb/completer.c
-+++ b/gdb/completer.c
-@@ -36,7 +36,7 @@
-    calling a hook instead so we eliminate the CLI dependency.  */
- #include "gdbcmd.h"
- 
--/* Needed for rl_completer_word_break_characters() and for
-+/* Needed for rl_completer_word_break_characters and for
-    rl_filename_completion_function.  */
- #include "readline/readline.h"
- 
-@@ -2011,7 +2011,7 @@ gdb_completion_word_break_characters_throw ()
-       rl_basic_quote_characters = NULL;
-     }
- 
--  return rl_completer_word_break_characters;
-+  return (char *) rl_completer_word_break_characters;
- }
- 
- char *



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-gdb/-/commit/881c42db7a5351cb8fa836ec115957618b1e22fc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-gdb/-/commit/881c42db7a5351cb8fa836ec115957618b1e22fc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to