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 4bbYWs74Ygz30HD for ; Mon, 7 Jul 2025 19:02:17 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bbYWs6r6Gz2xSN for ; Mon, 7 Jul 2025 19:02:17 +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 4bbYWs0KxMzsm for ; Mon, 7 Jul 2025 19:02:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751914937; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Ff8nqexJ4yqOBup8NLn0/QZvUn3oDyof6bsUXtOnLtw=; b=yyJk9Y2U0tAsYCcZXlJfr1d4ZaHrbIShj6aQ3phciLuYd6pTLeoGvh2bRSY6+kfBpkR5Py b+lZqTF+ZwH4V/BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751914937; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Ff8nqexJ4yqOBup8NLn0/QZvUn3oDyof6bsUXtOnLtw=; b=Ve9eGmxllznr9yUdcbiZET0udsUmVbrl4urm/fa7AZwdwoUYrtw5ZSVbZD3H0JLrZCgy65 EdpaBqmtyjxwjw09+Pt+cKeNNLcjl5WelRAK+HEH8XXTUXHCxO1lKQg76nFyu//HB8VvZq dyi89rlNWD91Oa4nhfY3wiYYcVaYlQPxiusfagD/HkD/O0uBBdW2PXMQsoJD0F/Lnsgzmh xYWBzOJtDQbXxcvhEOTkGbEhnr+ksQj9q9p0WNm5jNKAwj1a4f3TrcmdFpEA9dJT+7UuZg 4eE0Buz2Y8k3JGguow0G/E9TpanisgNmY/WJSKlxtshNCzFa2SsE5rz6H/n6nA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4bbYWr6Ckxz2xXq; Mon, 7 Jul 2025 19:02:16 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 1f200cb1c9ec0f4c9196d44f2f2c92d3403a8aae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4a12f983c1eba12a337bd0cfcc592181ff6a174b X-Git-Newrev: 1f200cb1c9ec0f4c9196d44f2f2c92d3403a8aae Message-Id: <4bbYWr6Ckxz2xXq@people01.haj.ipfire.org> Date: Mon, 7 Jul 2025 19:02:16 +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, master has been updated via 1f200cb1c9ec0f4c9196d44f2f2c92d3403a8aae (commit) from 4a12f983c1eba12a337bd0cfcc592181ff6a174b (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 1f200cb1c9ec0f4c9196d44f2f2c92d3403a8aae Author: Michael Tremer Date: Mon Jul 7 19:01:48 2025 +0000 core196: Ship man pages Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/196/filelists/files | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/config/rootfiles/core/196/filelists/files b/config/rootfiles/core/196/filelists/files index e383a991d..a4be28a89 100644 --- a/config/rootfiles/core/196/filelists/files +++ b/config/rootfiles/core/196/filelists/files @@ -16,4 +16,5 @@ var/ipfire/graphs.pl var/ipfire/header.pl var/ipfire/ipblocklist-functions.pl var/ipfire/langs/list +var/ipfire/main/manualpages var/ipfire/wireguard-functions.pl hooks/post-receive -- IPFire 2.x development tree