From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0d7e30eedf480a4b0024174290e2d7ea06173935 Date: Tue, 07 Mar 2023 16:29:04 +0000 Message-ID: <4PWLVn3nF3z2xf3@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7526917997570622634==" List-Id: --===============7526917997570622634== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Tue Mar 7 16:28:45 2023 +0000 glibc: Optimise for kernel >=3D 5.10 =20 Signed-off-by: Michael Tremer commit 9beb846e82dbe75186ad426a40a1c1989fbad46d Author: Michael Tremer Date: Tue Mar 7 16:27:32 2023 +0000 gdb: Update to 13.1 =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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 @@ ############################################################################= ### =20 name =3D gdb -version =3D 12.1 +version =3D 13.1 release =3D 1 =20 groups =3D 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=3D%{python3} \ --with-lzma \ --without-libexpat-prefix \ - --without-libunwind \ %{DISTRO_MACHINE} =20 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 @@ =20 name =3D glibc version =3D 2.37 -release =3D 1 +release =3D 2 =20 maintainer =3D Michael Tremer groups =3D System/Base @@ -28,7 +28,7 @@ sources =3D %{thisapp}.tar.xz =20 build # Optimize glibc for kernel - OPTIMIZED_KERNEL =3D 3.2 + OPTIMIZED_KERNEL =3D 5.10 =20 requires autoconf hooks/post-receive -- IPFire 3.x development tree --===============7526917997570622634==--