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 4bbYX52qT4z30HD for ; Mon, 7 Jul 2025 19:02:29 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bbYX52j3Cz2xSN for ; Mon, 7 Jul 2025 19:02:29 +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) client-signature ECDSA (secp384r1)) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bbYX46R1Zzsm for ; Mon, 7 Jul 2025 19:02:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751914948; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=eBFSp/88VGxA5e4HMKCpxddDoIaivQY01PMlYaL0YX8=; b=7NrV9upgaQm6yklAvZWnWeotIcS263Bd9QrIRXvz457zx2AmQckEzkVSdIYSa1IWeU214R d1DCZ0CkAY2QLdAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751914948; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=eBFSp/88VGxA5e4HMKCpxddDoIaivQY01PMlYaL0YX8=; b=RJsDrIj/vce3RNOtMiGwlRRcZlP4OExmLXuKSqEOX6mdDdAOrzu2nniLzyst41XsB9n4ut auRG/9yYwmuVbPYZS1tPMdJr++lRM0X+ql2EbU9Fdy6RwTTKukujVoqZ8GikH5THNClmiN jBE+Tc0Eq2Ut9DgpvkciaOKobAl+C8EMTIRxyDNhVbV+GSyWYLLX5yq7mSmCiqFtacifNx 9I7hsW8y9D8X5+33Gs7OHf97lCKb8ZgKXbeR+u9P7uaw7n2gTjAQT250KTgIBJBBipjSKQ RMqxM5ldVwTQsEcM58wX2DYD7U7hSHtKSp7aiCBmA8FrLbWvwFb79rjO1uJVlg== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4bbYX463xqz2xXq; Mon, 7 Jul 2025 19:02:28 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. cf9ed067657ac8a4c66b7e6d56f6b0cbb369a3d8 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 35d1649a3e3f6d382e8fe8eb7bc71c89781aa7b9 X-Git-Newrev: cf9ed067657ac8a4c66b7e6d56f6b0cbb369a3d8 Message-Id: <4bbYX463xqz2xXq@people01.haj.ipfire.org> Date: Mon, 7 Jul 2025 19:02:28 +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 cf9ed067657ac8a4c66b7e6d56f6b0cbb369a3d8 (commit) from 35d1649a3e3f6d382e8fe8eb7bc71c89781aa7b9 (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 cf9ed067657ac8a4c66b7e6d56f6b0cbb369a3d8 Author: Adolf Belka Date: Sun Jul 6 13:56:35 2025 +0200 core197: Ship manualpages file from bug13858 fixed in CU196 - Shipping of the changed manualpages file was missed in CU196 from the bug13858 fix Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/197/filelists/files | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/config/rootfiles/core/197/filelists/files b/config/rootfiles/core/197/filelists/files index e285f6223..02ce9631a 100644 --- a/config/rootfiles/core/197/filelists/files +++ b/config/rootfiles/core/197/filelists/files @@ -1,3 +1,4 @@ var/ipfire/langs/list var/ipfire/menu.d/20-status.menu var/ipfire/menu.d/40-services.menu +var/ipfire/main/manualpages hooks/post-receive -- IPFire 2.x development tree