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 4gFC735PSPz2xp0 for ; Tue, 12 May 2026 10:11:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gFC7352dzz2xQW for ; Tue, 12 May 2026 10:11:43 +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 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gFC732JSyzBx for ; Tue, 12 May 2026 10:11:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778580703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=POokK0Hr9tZFC72+7bMp8HQ0PEFaqjT+LqqLNJqj7xY=; b=yqVpasorQTLYRyts9A6aHBsZG96nEJ5+LZb1bLBNs+jTY+yGd+mXsMpnfRFTYRl53TT5Dj G20af92iX4hgvsCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778580703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=POokK0Hr9tZFC72+7bMp8HQ0PEFaqjT+LqqLNJqj7xY=; b=tP0zIAToDp5+MyVQvsjAyIoETC/w94k62J5PrVvLEPykP5Ui5bPOqgZutbygUpN5PR6j+/ i70+Yin2jFnh+x4Q6LrBRiCjv59LYnkbPDfabws+IXsDRi9apczprk7UBBth7B8Gf7CF4w JNhUzISzRbfZ8EunVbM8NqHVdO7pfuHBTjBbw80oG33G2TcYBerWMn51q2Dl/EsKYw61bW bmLhLNvWvHGjJ4BLQqAcZH9+hiYvvN8ZtP3co2SW/com3ZgnzjtDk9zCH8FtIHUs2oL95L XEAIrbEND23rer13d0wF85qSxu7sq1J38jcghRvFYuWigG6JBs+x9Y+1H9lZ8w== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gFC725xgXz2xT0; Tue, 12 May 2026 10:11:42 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 9c65846ad50851ee6de91b1ddf47d662a4390183 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: da1960a8f38d1a1d1ae5855703b8f60432389f1e X-Git-Newrev: 9c65846ad50851ee6de91b1ddf47d662a4390183 Message-Id: <4gFC725xgXz2xT0@people01.haj.ipfire.org> Date: Tue, 12 May 2026 10:11:42 +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 9c65846ad50851ee6de91b1ddf47d662a4390183 (commit) from da1960a8f38d1a1d1ae5855703b8f60432389f1e (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 9c65846ad50851ee6de91b1ddf47d662a4390183 Author: Adolf Belka Date: Tue May 12 12:08:11 2026 +0200 core202: Ship backup.pl Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/202/filelists/files | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/config/rootfiles/core/202/filelists/files b/config/rootfiles/core/202/filelists/files index 93b6ac948..47b2a5a0b 100644 --- a/config/rootfiles/core/202/filelists/files +++ b/config/rootfiles/core/202/filelists/files @@ -10,6 +10,7 @@ srv/web/ipfire/cgi-bin/proxy.cgi srv/web/ipfire/cgi-bin/services.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi usr/lib/firewall/rules.pl +var/ipfire/backup/bin/backup.pl var/ipfire/backup/include var/ipfire/dns/dnsbl.json var/ipfire/general-functions.pl hooks/post-receive -- IPFire 2.x development tree