Bugfix update to gdb-17.2

Tests & ok tb@
This commit is contained in:
jca
2026-05-22 16:01:58 +00:00
parent 30925887ec
commit ae4117174d
3 changed files with 7 additions and 8 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ DPB_PROPERTIES= parallel
COMMENT= GNU debugger
CATEGORIES= devel
DISTNAME= gdb-17.1
REVISION= 0
DISTNAME= gdb-17.2
HOMEPAGE= https://www.gnu.org/software/gdb/
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (gdb/gdb-17.1.tar.xz) = FJlvX3TJ9o9aVD/cRbyngAIH+R+SrupsLnkYIsfG2HY=
SIZE (gdb/gdb-17.1.tar.xz) = 24663896
SHA256 (gdb/gdb-17.2.tar.xz) = HANsDXLks9H7XJTIhjKt1vnXb018TS6nk8EqnxmjIow=
SIZE (gdb/gdb-17.2.tar.xz) = 24658624
+4 -4
View File
@@ -5,8 +5,8 @@ Index: gdb/doc/gdb.info-2
--------------------------
You can customize GDB to use any editor you want (1). By default, it is
-'/bin/ex', but you can change this by setting the environment variable
+'/usr/bin/ex', but you can change this by setting the environment variable
'EDITOR' before using GDB. For example, to configure GDB to use the
'vi' editor, you could use these commands with the 'sh' shell:
-/bin/ex, but you can change this by setting the environment variable
+/usr/bin/ex, but you can change this by setting the environment variable
EDITOR before using GDB. For example, to configure GDB to use the
vi editor, you could use these commands with the sh shell:
EDITOR=/usr/bin/vi