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 3.x development tree".
The branch, master has been updated via 0d7e30eedf480a4b0024174290e2d7ea06173935 (commit) via 9beb846e82dbe75186ad426a40a1c1989fbad46d (commit) from df4bc41f0c06810d2022dc034573874b19f237ab (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 0d7e30eedf480a4b0024174290e2d7ea06173935 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 7 16:28:45 2023 +0000
glibc: Optimise for kernel >= 5.10
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9beb846e82dbe75186ad426a40a1c1989fbad46d Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 7 16:27:32 2023 +0000
gdb: Update to 13.1
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: gdb/gdb.nm | 7 ++++--- glibc/glibc.nm | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-)
Difference in files: diff --git a/gdb/gdb.nm b/gdb/gdb.nm index 5d7f25a33..adea165f8 100644 --- a/gdb/gdb.nm +++ b/gdb/gdb.nm @@ -4,7 +4,7 @@ ###############################################################################
name = gdb -version = 12.1 +version = 13.1 release = 1
groups = Development/Debuggers @@ -25,6 +25,8 @@ build requires bison expat-devel + gmp-devel + mpfr-devel ncurses-devel python3-devel readline-devel @@ -54,10 +56,9 @@ build --with-system-zlib \ --disable-werror \ --with-expat \ - --with-python \ + --with-python=%{python3} \ --with-lzma \ --without-libexpat-prefix \ - --without-libunwind \ %{DISTRO_MACHINE}
install_cmds diff --git a/glibc/glibc.nm b/glibc/glibc.nm index 5b94e0ed9..70c5ae415 100644 --- a/glibc/glibc.nm +++ b/glibc/glibc.nm @@ -5,7 +5,7 @@
name = glibc version = 2.37 -release = 1 +release = 2
maintainer = Michael Tremer michael.tremer@ipfire.org groups = System/Base @@ -28,7 +28,7 @@ sources = %{thisapp}.tar.xz
build # Optimize glibc for kernel - OPTIMIZED_KERNEL = 3.2 + OPTIMIZED_KERNEL = 5.10
requires autoconf
hooks/post-receive -- IPFire 3.x development tree