![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit fdf6d5e9b612061c5939ed760689852398eb379f Author: Thomas Penteker <tek@serverop.de> Date: Sat Jan 14 21:54:01 2017 +0100 gdb: 7.11.1 -> 7.12 diff --git a/gdb/.footprint b/gdb/.footprint index 4186bd5..7abf8b0 100644 --- a/gdb/.footprint +++ b/gdb/.footprint @@ -22,6 +22,7 @@ drwxr-xr-x root/root usr/share/gdb/python/gdb/command/ -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/ @@ -36,6 +37,7 @@ 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 -rw-r--r-- root/root usr/share/gdb/syscalls/arm-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/freebsd.xml -rw-r--r-- root/root usr/share/gdb/syscalls/gdb-syscalls.dtd -rw-r--r-- root/root usr/share/gdb/syscalls/i386-linux.xml -rw-r--r-- root/root usr/share/gdb/syscalls/mips-n32-linux.xml diff --git a/gdb/.md5sum b/gdb/.md5sum index 3c717a0..35d631b 100644 --- a/gdb/.md5sum +++ b/gdb/.md5sum @@ -1 +1 @@ -5aa71522e488e358243917967db87476 gdb-7.11.1.tar.xz +a0a3a00f7499b0c5278ba8676745d180 gdb-7.12.tar.xz diff --git a/gdb/Pkgfile b/gdb/Pkgfile index 29a988d..dbe3e7f 100644 --- a/gdb/Pkgfile +++ b/gdb/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses name=gdb -version=7.11.1 +version=7.12 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)