From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4dVQ78084gz2xm3 for ; Mon, 15 Dec 2025 16:12:04 +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 "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4dVQ7773v2z2xkP for ; Mon, 15 Dec 2025 16:12:03 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::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 "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4dVQ773sY6z2v for ; Mon, 15 Dec 2025 16:12:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1765815123; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=pxNSWz794kDbrb394G6OmhSg/TzoXrcLkz/G7fvzz3U=; b=S5Ky3YgZU1Aw6PXdgpLhecx0ru+Gmxea0ivBFWXra7fV54+mGFbW7DHKHpWF+P6FtAUThl tbthG3HtEgftxCCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1765815123; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=pxNSWz794kDbrb394G6OmhSg/TzoXrcLkz/G7fvzz3U=; b=U4QeLTnwC05vng36vGgXVMsgQs1CnIw7PPuEX4fZn6nV9LOeSCxqtYbYMYHreE+mz+Cn5w 30FYMJTb9fgDYE+TSstVl6ETZYHNUeEn/+b72QqVOwshMwVDDSxGXl53LSFj0uNXGrNEIQ qozjT4YeEZ7ysuaZx1ZHiJbmC20/lvyhSxs/iio84Qb5vWrKc/+e3FbBXiAXUShqZUrOi1 LDtRkMXpAX9Db6RP9IDN+HiLD3kj4ecHl/BE9IdE5496pjG6IGYEy07BX94TZtIz8RJq79 Web4KQzInb63TYMKcRh70Lvpf6R6U7HYsPsk1PnBKn6zJOoYYoAFMA3iKhVFSA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4dVQ7653kkz2xyC; Mon, 15 Dec 2025 16:12:02 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. d5e9e2ba609353dfc868c60d6556df031571fa47 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 92fa47e749e1eaf9955b5e48971e047e889c0fda X-Git-Newrev: d5e9e2ba609353dfc868c60d6556df031571fa47 Message-Id: <4dVQ7653kkz2xyC@people01.haj.ipfire.org> Date: Mon, 15 Dec 2025 16:12:02 +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 d5e9e2ba609353dfc868c60d6556df031571fa47 (commit) from 92fa47e749e1eaf9955b5e48971e047e889c0fda (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 d5e9e2ba609353dfc868c60d6556df031571fa47 Author: Michael Tremer Date: Mon Dec 15 16:11:51 2025 +0000 core199: Ship backup exclude Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/199/filelists/files | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/config/rootfiles/core/199/filelists/files b/config/rootfiles/core/199/filelists/files index 1e574a6e4..a8135369b 100644 --- a/config/rootfiles/core/199/filelists/files +++ b/config/rootfiles/core/199/filelists/files @@ -27,6 +27,7 @@ usr/local/bin/lldpdctrl usr/sbin/openvpn-authenticator usr/sbin/redirect_wrapper var/ipfire/backup/include +var/ipfire/backup/exclude var/ipfire/general-functions.pl var/ipfire/header.pl var/ipfire/lldp hooks/post-receive -- IPFire 2.x development tree