public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0d7e30eedf480a4b0024174290e2d7ea06173935
@ 2023-03-07 16:29 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-03-07 16:29 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2661 bytes --]

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(a)ipfire.org>
Date:   Tue Mar 7 16:28:45 2023 +0000

    glibc: Optimise for kernel >= 5.10
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 9beb846e82dbe75186ad426a40a1c1989fbad46d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Mar 7 16:27:32 2023 +0000

    gdb: Update to 13.1
    
    Signed-off-by: Michael Tremer <michael.tremer(a)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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-07 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 16:29 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0d7e30eedf480a4b0024174290e2d7ea06173935 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox