gdb: 7.12 -> 7.12.1

This commit is contained in:
Danny Rawlins 2017-03-13 18:57:59 +11:00
parent 7f9eaf6e3e
commit afa5d9dc8a
4 changed files with 8 additions and 36 deletions

View File

@ -5,34 +5,6 @@ drwxr-xr-x root/root usr/bin/
-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

View File

@ -1 +1 @@
a0a3a00f7499b0c5278ba8676745d180 gdb-7.12.tar.xz
193453347ddced7acb6b1cd2ee8f2e4b gdb-7.12.1.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TDkNbq+KxgyeXjzopr1VpFaLo/xJsJbXI3cAiCh3KuMRqlaEsNSAT3KpPSQaCIjTc0jyahTJyAXutSoF6k76w4=
SHA256 (Pkgfile) = 9ee74ef9d867beed74d491d310a08bee50061bc889a8a68f4731712d61bdf7c8
SHA256 (.footprint) = 5b1caf17de569aafc961dfb6e95acf0776c3be8e451ef70150efe09096fc7137
SHA256 (gdb-7.12.tar.xz) = 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94
RWSE3ohX2g5d/ZO3jBlw9Wf1VNF14Oneasm9FvbvsL0OKVKYPinSff5FX4+XjP4Tf2GhZhs4+OR3Adb1EscXo/BEPXmuoLjV6gQ=
SHA256 (Pkgfile) = 9c1366c2acadf0177936e8e6d01a6978f9b1629e813dd56675c6875c8a488cad
SHA256 (.footprint) = 8aaf6ee62421256c9c3761330798844313e43774943417bd421277da91eed73f
SHA256 (gdb-7.12.1.tar.xz) = 4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186

View File

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