This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 7bf1468417505e676768f25f3ac41975c26caff0 (commit) via 04888872b7e0d85508e87e1d8c4864401a44a542 (commit) via 03ba4b2df223e18705033383907caa18a881fd05 (commit) from c053efdcd166e96b40017b75e74a33e300c351cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7bf1468417505e676768f25f3ac41975c26caff0 Author: Michael Tremer Date: Thu Feb 3 08:30:01 2022 +0000 core164: Ship diffutils Signed-off-by: Michael Tremer commit 04888872b7e0d85508e87e1d8c4864401a44a542 Author: Michael Tremer Date: Thu Aug 5 13:13:19 2021 +0000 diffutils: Update to 3.8 Signed-off-by: Michael Tremer commit 03ba4b2df223e18705033383907caa18a881fd05 Author: Michael Tremer Date: Mon Jan 31 08:52:56 2022 +0000 gdb: Update to 11.2 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/{ => aarch64}/gdb | 2 ++ config/rootfiles/{oldcore/100 => core/164}/filelists/diffutils | 0 lfs/diffutils | 4 ++-- lfs/gdb | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) copy config/rootfiles/common/{ => aarch64}/gdb (97%) copy config/rootfiles/{oldcore/100 => core/164}/filelists/diffutils (100%) Difference in files: diff --git a/config/rootfiles/common/aarch64/gdb b/config/rootfiles/common/aarch64/gdb new file mode 100644 index 000000000..71df578db --- /dev/null +++ b/config/rootfiles/common/aarch64/gdb @@ -0,0 +1,77 @@ +#usr/bin/gcore +#usr/bin/gdb +#usr/bin/gdb-add-index +#usr/bin/gdbserver +#usr/bin/run +#usr/include/gdb +#usr/include/gdb/jit-reader.h +#usr/include/sim +#usr/include/sim/callback.h +#usr/include/sim/sim.h +#usr/lib/libaarch64-unknown-linux-gnu-sim.a +#usr/lib/libinproctrace.so +#usr/share/gdb +#usr/share/gdb/python +#usr/share/gdb/python/gdb +#usr/share/gdb/python/gdb/FrameDecorator.py +#usr/share/gdb/python/gdb/FrameIterator.py +#usr/share/gdb/python/gdb/__init__.py +#usr/share/gdb/python/gdb/command +#usr/share/gdb/python/gdb/command/__init__.py +#usr/share/gdb/python/gdb/command/explore.py +#usr/share/gdb/python/gdb/command/frame_filters.py +#usr/share/gdb/python/gdb/command/pretty_printers.py +#usr/share/gdb/python/gdb/command/prompt.py +#usr/share/gdb/python/gdb/command/type_printers.py +#usr/share/gdb/python/gdb/command/unwinders.py +#usr/share/gdb/python/gdb/command/xmethods.py +#usr/share/gdb/python/gdb/frames.py +#usr/share/gdb/python/gdb/function +#usr/share/gdb/python/gdb/function/__init__.py +#usr/share/gdb/python/gdb/function/as_string.py +#usr/share/gdb/python/gdb/function/caller_is.py +#usr/share/gdb/python/gdb/function/strfns.py +#usr/share/gdb/python/gdb/printer +#usr/share/gdb/python/gdb/printer/__init__.py +#usr/share/gdb/python/gdb/printer/bound_registers.py +#usr/share/gdb/python/gdb/printing.py +#usr/share/gdb/python/gdb/prompt.py +#usr/share/gdb/python/gdb/types.py +#usr/share/gdb/python/gdb/unwinder.py +#usr/share/gdb/python/gdb/xmethod.py +#usr/share/gdb/syscalls +#usr/share/gdb/syscalls/aarch64-linux.xml +#usr/share/gdb/syscalls/amd64-linux.xml +#usr/share/gdb/syscalls/arm-linux.xml +#usr/share/gdb/syscalls/freebsd.xml +#usr/share/gdb/syscalls/gdb-syscalls.dtd +#usr/share/gdb/syscalls/i386-linux.xml +#usr/share/gdb/syscalls/mips-n32-linux.xml +#usr/share/gdb/syscalls/mips-n64-linux.xml +#usr/share/gdb/syscalls/mips-o32-linux.xml +#usr/share/gdb/syscalls/netbsd.xml +#usr/share/gdb/syscalls/ppc-linux.xml +#usr/share/gdb/syscalls/ppc64-linux.xml +#usr/share/gdb/syscalls/s390-linux.xml +#usr/share/gdb/syscalls/s390x-linux.xml +#usr/share/gdb/syscalls/sparc-linux.xml +#usr/share/gdb/syscalls/sparc64-linux.xml +#usr/share/gdb/system-gdbinit +#usr/share/gdb/system-gdbinit/elinos.py +#usr/share/gdb/system-gdbinit/wrs-linux.py +#usr/share/info/annotate.info +#usr/share/info/gdb.info +#usr/share/info/gdb.info-1 +#usr/share/info/gdb.info-2 +#usr/share/info/gdb.info-3 +#usr/share/info/gdb.info-4 +#usr/share/info/gdb.info-5 +#usr/share/info/gdb.info-6 +#usr/share/info/gdb.info-7 +#usr/share/info/gdb.info-8 +#usr/share/info/stabs.info +#usr/share/man/man1/gcore.1 +#usr/share/man/man1/gdb-add-index.1 +#usr/share/man/man1/gdb.1 +#usr/share/man/man1/gdbserver.1 +#usr/share/man/man5/gdbinit.5 diff --git a/config/rootfiles/core/164/filelists/diffutils b/config/rootfiles/core/164/filelists/diffutils new file mode 120000 index 000000000..a5c02f3ff --- /dev/null +++ b/config/rootfiles/core/164/filelists/diffutils @@ -0,0 +1 @@ +../../../common/diffutils \ No newline at end of file diff --git a/lfs/diffutils b/lfs/diffutils index 03c278d2a..1a956663c 100644 --- a/lfs/diffutils +++ b/lfs/diffutils @@ -24,7 +24,7 @@ include Config -VER = 3.7 +VER = 3.8 THISAPP = diffutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4824adc0e95dbbf11dfbdfaad6a1e461 +$(DL_FILE)_MD5 = 6a6b0fdc72acfe3f2829aab477876fbc install : $(TARGET) diff --git a/lfs/gdb b/lfs/gdb index 79ed0b386..4f1d02d0a 100644 --- a/lfs/gdb +++ b/lfs/gdb @@ -24,7 +24,7 @@ include Config -VER = 11.1 +VER = 11.2 THISAPP = gdb-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 257cb0f67927f79acf636d8c01e19990 +$(DL_FILE)_MD5 = 433bd0904caa31c247b1b1867f2f911d install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree