Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
riscv32-elf-gdb
Commits:
dd7db26c by Antonio Rojas at 2025-12-24T13:07:08+01:00
upgpkg: 17.1-2: Python 3.14 rebuild
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − readline8.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = riscv32-elf-gdb
pkgdesc = The GNU Debugger for the RISCV32 (bare-metal) target
- pkgver = 15.2
- pkgrel = 1
+ pkgver = 17.1
+ pkgrel = 2
url = https://www.gnu.org/software/gdb/
arch = x86_64
license = GPL3
@@ -16,10 +16,10 @@ pkgbase = riscv32-elf-gdb
depends = libelf
depends = source-highlight
options = !emptydirs
- source = https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz
- source = https://ftp.gnu.org/gnu/gdb/gdb-15.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
- sha512sums =
624007deceb5b15ba89c0725883d1a699fa46714ef30887f3d0165e17c5d65d634671740a135aa69e437d916218abb08cfa2a38ed309ff19d48f51da56b2a8ba
+ sha512sums =
f1a6751e439a2128fecf3eae8b57c1608a0dc7cfe79b4356a937874e5a42bb2df0aba36eb6a9452c41966908b9a59076c7cad9720f684688ab956b65080f1d7c
sha512sums = SKIP
pkgname = riscv32-elf-gdb
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_target=riscv32-elf
pkgname=$_target-gdb
-pkgver=15.2
-pkgrel=1
+pkgver=17.1
+pkgrel=2
pkgdesc='The GNU Debugger for the RISCV32 (bare-metal) target'
arch=(x86_64)
url='https://www.gnu.org/software/gdb/'
@@ -14,7 +14,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})
-sha512sums=('624007deceb5b15ba89c0725883d1a699fa46714ef30887f3d0165e17c5d65d634671740a135aa69e437d916218abb08cfa2a38ed309ff19d48f51da56b2a8ba'
+sha512sums=('f1a6751e439a2128fecf3eae8b57c1608a0dc7cfe79b4356a937874e5a42bb2df0aba36eb6a9452c41966908b9a59076c7cad9720f684688ab956b65080f1d7c'
'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/riscv32-elf-gdb/-/commit/dd7db26cde221c58f5f45ca61562760e3bea2623
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/riscv32-elf-gdb/-/commit/dd7db26cde221c58f5f45ca61562760e3bea2623
You're receiving this email because of your account on gitlab.archlinux.org.