From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b6wLl0GJ7z30C6 for ; Wed, 28 May 2025 16:43:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b6wLl00Dkz2yVK for ; Wed, 28 May 2025 16:43:58 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b6wLk23KlzND for ; Wed, 28 May 2025 16:43:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748450638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1RmhZC/08WpTj2vGRH0jwpSCenz67iPHS3/GystV5wA=; b=33uXzRUwAs+0inOPQAtVC6UEtjJ10rv0+601HjEa4aY9ZMNKruRCS8A4B26sW33OIx8hVw yMucNMpthLWJheDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748450638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1RmhZC/08WpTj2vGRH0jwpSCenz67iPHS3/GystV5wA=; b=pFCx9+NpVEPayflhr6VqS2lpvPP5QJ31jR330dxpOKnamfM6FardWcqQ0TLXAYUCqVTx5+ bndA0oZxyUZONb70MmKtdtxwhDmXjOkxvhWtUGrRTJnheV2Uq5Q96IL8qY/7NroSJI9s2s H+FKEgYbyyr+pU+jULdgEYxL8FlXBoc3HftXemXMcKu8t9kL0HDzER9h5IniJdpEVI4wmj cUuCbPacmZ0R+ljZj9uofNOMudPYQDQEgxHicIxW9uSdfNrceWGnIfRi/ryaPE0eN2NHbW wP2/oMzdYeI74mdMXOZmWDaPB2LoJmooksJVctR0yfXrGpZS2Cql7V2N9pzjDw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4b6wLj626Lz2xMh; Wed, 28 May 2025 16:43:57 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f3338972a1a30f9fe9fc60db170c3b17d021f383 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: b2bd76188198b0d4fd4ee85c55a6ccb5cc38a427 X-Git-Newrev: f3338972a1a30f9fe9fc60db170c3b17d021f383 Message-Id: <4b6wLj626Lz2xMh@people01.haj.ipfire.org> Date: Wed, 28 May 2025 16:43:57 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: 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 f3338972a1a30f9fe9fc60db170c3b17d021f383 (commit) via 084533638e69c7cf94da43fb5d99d3c1a5741b66 (commit) from b2bd76188198b0d4fd4ee85c55a6ccb5cc38a427 (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 f3338972a1a30f9fe9fc60db170c3b17d021f383 Author: Michael Tremer Date: Wed May 28 16:27:10 2025 +0000 core196: Ship dracut Signed-off-by: Michael Tremer commit 084533638e69c7cf94da43fb5d99d3c1a5741b66 Author: Adolf Belka Date: Wed May 28 17:57:40 2025 +0200 ipfire.conf: Fixes bug13836 - Change dracut default to no binary strip Fixes: #13836 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/dracut/ipfire.conf | 3 +++ config/rootfiles/{oldcore/167 => core/196}/filelists/dracut | 0 2 files changed, 3 insertions(+) copy config/rootfiles/{oldcore/167 => core/196}/filelists/dracut (100%) Difference in files: diff --git a/config/dracut/ipfire.conf b/config/dracut/ipfire.conf index 5a4f0aa7ce..a5e0ea62ef 100644 --- a/config/dracut/ipfire.conf +++ b/config/dracut/ipfire.conf @@ -3,3 +3,6 @@ early_microcode="yes" # Compress using Zstandard compress="zstd -10 -q -T1" + +# Disable default stripping of binaries +do_strip="no" \ No newline at end of file diff --git a/config/rootfiles/core/196/filelists/dracut b/config/rootfiles/core/196/filelists/dracut new file mode 120000 index 0000000000..160869946d --- /dev/null +++ b/config/rootfiles/core/196/filelists/dracut @@ -0,0 +1 @@ +../../../common/dracut \ No newline at end of file hooks/post-receive -- IPFire 2.x development tree