gdb: 8.0.1 -> 8.2

This commit is contained in:
Thomas Penteker 2018-09-09 02:46:26 +02:00
parent 3537ac0194
commit 2e15e556c8
3 changed files with 36 additions and 6 deletions

View File

@ -2,9 +2,38 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gcore
-rwxr-xr-x root/root usr/bin/gdb
-rwxr-xr-x root/root usr/bin/gdb-add-index
-rwxr-xr-x root/root usr/bin/gdbserver
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gdb/
drwxr-xr-x root/root usr/share/gdb/python/
drwxr-xr-x root/root usr/share/gdb/python/gdb/
-rw-r--r-- root/root usr/share/gdb/python/gdb/FrameDecorator.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/FrameIterator.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/__init__.py
drwxr-xr-x root/root usr/share/gdb/python/gdb/command/
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/__init__.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/explore.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/frame_filters.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/pretty_printers.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/prompt.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/type_printers.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/unwinders.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/command/xmethods.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/frames.py
drwxr-xr-x root/root usr/share/gdb/python/gdb/function/
-rw-r--r-- root/root usr/share/gdb/python/gdb/function/__init__.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/function/as_string.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/function/caller_is.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/function/strfns.py
drwxr-xr-x root/root usr/share/gdb/python/gdb/printer/
-rw-r--r-- root/root usr/share/gdb/python/gdb/printer/__init__.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/printer/bound_registers.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/printing.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/prompt.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/types.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/unwinder.py
-rw-r--r-- root/root usr/share/gdb/python/gdb/xmethod.py
drwxr-xr-x root/root usr/share/gdb/syscalls/
-rw-r--r-- root/root usr/share/gdb/syscalls/aarch64-linux.xml
-rw-r--r-- root/root usr/share/gdb/syscalls/amd64-linux.xml
@ -27,6 +56,7 @@ drwxr-xr-x root/root usr/share/gdb/system-gdbinit/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gcore.1.gz
-rw-r--r-- root/root usr/share/man/man1/gdb-add-index.1.gz
-rw-r--r-- root/root usr/share/man/man1/gdb.1.gz
-rw-r--r-- root/root usr/share/man/man1/gdbserver.1.gz
drwxr-xr-x root/root usr/share/man/man5/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QTxE2kRUxpPktNv/uv5XAwzaPRNonGeTMIb7gTZzkLFHjMr13X20g8gyuwHD52wKWx5HAPK/hPtKqYKIofdpAM=
SHA256 (Pkgfile) = 7fafda42df1a0e8bd23835e2a61b59403fbc8674bf0f136d0a64c71921fd30ed
SHA256 (.footprint) = 8aaf6ee62421256c9c3761330798844313e43774943417bd421277da91eed73f
SHA256 (gdb-8.0.1.tar.xz) = 3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3
RWSE3ohX2g5d/fvf0cCkINswJp1S1SKLiyFnfQy/XmjP0xCPHyyiuDzPE+IG19awARQ719wiNMPCZG+wRyQvAY5JDpqg5kNtuQE=
SHA256 (Pkgfile) = 823db73eee0d62584b33374160d3494a87136f4f12eb614efa14f51ab1dcbefc
SHA256 (.footprint) = 5ec2cdc0d11add477f4d9197fb2d8f2f62f7e8826e7e3261955b5ff737d2b0d0
SHA256 (gdb-8.2.tar.xz) = c3a441a29c7c89720b734e5a9c6289c0a06be7e0c76ef538f7bbcef389347c39

View File

@ -1,11 +1,11 @@
# Description: The GNU Debugger (GDB)
# URL: https://sources.redhat.com/gdb/
# URL: https://www.gnu.org/software/gdb
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: ncurses
name=gdb
version=8.0.1
version=8.2
release=1
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)