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 4fzhWB3X0Pz2yrL for ; Mon, 20 Apr 2026 10:27:18 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fzhWB337Zz2xSM for ; Mon, 20 Apr 2026 10:27:18 +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 4fzhWB03NxzPf for ; Mon, 20 Apr 2026 10:27:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1776680838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=JECgMrPgxGHV7X/jlKaNsC0p0+P+EGZdg/vY1JerMFg=; b=8jq3zT+hDgb2auTXQ0C05TyL8UWdCc2U1cPCzcgeAd8Qw9DebouTGeW9F+IT8xftD2yRZ5 DarVG3V6zShaWpCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1776680838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=JECgMrPgxGHV7X/jlKaNsC0p0+P+EGZdg/vY1JerMFg=; b=GEyVRwexKSuDrAIv+eaCTHPxSvFc51P/NiYA9jnYB/SmpMrYJTzVmtjHjUFq1IZkflFmYQ BdxslKmmySjUnQF7Ssu3hnaTKvGzmpJ3QGBIsHW0KYEYalvzFvOBbriSpQUB1Sh0cQb2bG wp7/287Onr/O35936C5AI1uYjT3BH2rnfqlAJGne6OdzTq6RIrr2+YhL+U39KHZnYLzses WIbE8zIkTqZtkwoCBtwAd1/56SQfqFHNdBOQ2FGWYkpW6NLUv3HfFXiLWXEwo3RLeLIwAm 1pS7n4GjKlj31KsDaOE4Rr5vrKhp6XNGv92e109fA1F7BVq270u54sWJ0+L0gQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4fzhW86kfYz2xZ2; Mon, 20 Apr 2026 10:27:16 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e3fc6db16b1cd81796f41d367697cdbeafa73aa0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a7f578e949a385e79f1b39f5ac19d7fea32f4bed X-Git-Newrev: e3fc6db16b1cd81796f41d367697cdbeafa73aa0 Message-Id: <4fzhW86kfYz2xZ2@people01.haj.ipfire.org> Date: Mon, 20 Apr 2026 10:27: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 e3fc6db16b1cd81796f41d367697cdbeafa73aa0 (commit) from a7f578e949a385e79f1b39f5ac19d7fea32f4bed (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 e3fc6db16b1cd81796f41d367697cdbeafa73aa0 Author: Michael Tremer Date: Mon Apr 20 10:27:01 2026 +0000 core201: Ship network-functions.pl Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/201/filelists/files | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/config/rootfiles/core/201/filelists/files b/config/rootfiles/core/201/filelists/files index ef9e832d2..552e85feb 100644 --- a/config/rootfiles/core/201/filelists/files +++ b/config/rootfiles/core/201/filelists/files @@ -13,4 +13,5 @@ usr/bin/suricata-report-cron var/ipfire/dns/dnsbl.json var/ipfire/ids-functions.pl var/ipfire/menu.d/50-firewall.menu +var/ipfire/network-functions.pl var/ipfire/urlfilter/bin/autoupdate.pl hooks/post-receive -- IPFire 2.x development tree