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 4gTZvH4XGlz2xQT for ; Mon, 01 Jun 2026 13:44:27 +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 4gTZvH4MDlz2xNM for ; Mon, 01 Jun 2026 13:44:27 +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 4gTZvH220Hz2Zx for ; Mon, 01 Jun 2026 13:44:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780321467; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=CoACcyrMZQUDcWrjtQniLFfEmV2LA3Ka/P69BHkfRag=; b=IsHifr7Q7zK1bvLZkksKLw5lavdGKL+skgtU0GvarrPlvhdpm/md1HtaJGzxK6Ijk3y8u+ nasai6ywEo7t05Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780321467; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=CoACcyrMZQUDcWrjtQniLFfEmV2LA3Ka/P69BHkfRag=; b=bkAkEGQrY+Z+DRviqNxbDaUvLSsCbjFmwrNS4AcMKOjHgxlqBNG8karNBbZQQKI0b1iovR /swgLVUVayGupjcv9UBaSShaEQw+VmkRTsrSWjYI0+qV9sicfU89eFeBxudo1TnZEknuRA E/EF22JwEGYKfI1Kai40yx4AT8K9SDMzVTolk7PGAnXWRrookmtK79IOd9sfdi/2Z57FBo U+3+U5HxFLHp2p4Y+D4yf708j8GrZLq2Vgzkl6kfakpGsske5IgbrMWTkOq95oK3r714Ia 6h/2lUKgLoSGApStJNIWkWH2yxOYZwaRBfRaorWNN8yJ9SBLTOzHP1v+JOUz4A== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gTZvG4ytvz2xK2; Mon, 01 Jun 2026 13:44:26 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. b994319910d3c908be8a0a4e2ef48bf39c7f97eb X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 1dbea98bc14984d847fa932453ff2059c6e47be7 X-Git-Newrev: b994319910d3c908be8a0a4e2ef48bf39c7f97eb Message-Id: <4gTZvG4ytvz2xK2@people01.haj.ipfire.org> Date: Mon, 01 Jun 2026 13:44:26 +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 b994319910d3c908be8a0a4e2ef48bf39c7f97eb (commit) from 1dbea98bc14984d847fa932453ff2059c6e47be7 (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 b994319910d3c908be8a0a4e2ef48bf39c7f97eb Author: Michael Tremer Date: Mon Jun 1 13:16:30 2026 +0000 cron: Update RPZs once an hour Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/cron/crontab | 3 +++ 1 file changed, 3 insertions(+) Difference in files: diff --git a/config/cron/crontab b/config/cron/crontab index df326977d..5945e20e9 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -87,3 +87,6 @@ HOME=/ # Cleanup the collectd RRD (graphs) %weekly * * /bin/find /var/log/rrd -mtime +365 -type f -name '*.rrd' -delete -o -type d -empty -delete + +# Update RPZs +%hourly,random * /usr/local/bin/update-rpzs hooks/post-receive -- IPFire 2.x development tree