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 4gVCkZ51wSz2xQT for ; Tue, 02 Jun 2026 14:24:06 +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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gVCkZ4bHWz2xLt for ; Tue, 02 Jun 2026 14:24:06 +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) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gVCkZ0fwtzTl for ; Tue, 02 Jun 2026 14:24:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780410246; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rz4toNvG8WD/LclcyYOuA09wrZoNtBV1SeEhY+TdyGY=; b=GTyblhUBYulDTg4GjoqJdQxwJkQG8I0fw9vHBf3EtB8DPXPPIwkuJcN612TDHx4RR6BX3E +1PnGrw8VqlTiuBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780410246; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rz4toNvG8WD/LclcyYOuA09wrZoNtBV1SeEhY+TdyGY=; b=OCVc1rlMP3cccFahXbw3tnqqoJDhAg255B+NWbmfz+/XVqV8MTs3ouL9hlvMNLceI7b14/ h5qYwvrCE6jcwQFN3x+h7Shv6cL3/EgajwbFV9QCecl2lTVFsXutnQULnbguEBjCrh6Q6F 7NdHMjSGjNi1jqMVp72Tp8V3azB6Q12keTtSQKoVIr7d2pb83hh3MWwKdocB3yla+r8ZQB 6y5JWlhXvh4G7sG8xPnJt/Qt0QDreY6ZWy9PDN+5G6TnVuzbdeigAUcJDVznIUBiG1gjp0 wDdxDKa5yjQI/cSMnxA9nb052Rm4YekrKMKvjMXUmCsIP0B1/EHqHRBBAm6/ZA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gVCkS6Hbzz2xHq; Tue, 02 Jun 2026 14:24:00 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. af92e2e3d6a4ddc818a6d35dc36baa26621b6cb3 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: bc12c6119d3ef4050b2efc66f49cdcaec052079f X-Git-Newrev: af92e2e3d6a4ddc818a6d35dc36baa26621b6cb3 Message-Id: <4gVCkS6Hbzz2xHq@people01.haj.ipfire.org> Date: Tue, 02 Jun 2026 14:24:00 +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 af92e2e3d6a4ddc818a6d35dc36baa26621b6cb3 (commit) via aaf75c0d1a7999ffdd181897d37d168ce2092214 (commit) via 7aaf6dc422377e56d2594c2c37787ca715343d38 (commit) from bc12c6119d3ef4050b2efc66f49cdcaec052079f (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 af92e2e3d6a4ddc818a6d35dc36baa26621b6cb3 Author: Daniel Weismüller Date: Tue Jun 2 16:23:07 2026 +0200 core203: Update the RPZs in background after the updater Signed-off-by: Daniel Weismüller commit aaf75c0d1a7999ffdd181897d37d168ce2092214 Author: Daniel Weismüller Date: Tue Jun 2 16:19:00 2026 +0200 core203: Only try to stop Unbound if it is still there Signed-off-by: Daniel Weismüller commit 7aaf6dc422377e56d2594c2c37787ca715343d38 Author: Daniel Weismüller Date: Tue Jun 2 16:17:50 2026 +0200 core203: Create leases.db if it does not exist Signed-off-by: Daniel Weismüller ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/203/update.sh | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) Difference in files: diff --git a/config/rootfiles/core/203/update.sh b/config/rootfiles/core/203/update.sh index 0b1bcfa66..5aea2ff66 100644 --- a/config/rootfiles/core/203/update.sh +++ b/config/rootfiles/core/203/update.sh @@ -74,9 +74,18 @@ fi # Extract files extract_files +# Create leases.db if it does not exist, yet +if [ -e "/var/lib/knot-resolver/leases.db" ]; then + sqlite3 "/var/lib/knot-resolver/leases.db" \ + < /usr/lib/knot-resolver/leases.schema + chown knot-resolver:knot-resolver /var/lib/knot-resolver/leases.db +fi + # Stop Unbound & start Knot Resolver -/etc/init.d/unbound stop -/etc/init.d/knot-resolver start +if [ -x "/etc/init.d/unbound" ]; then + /etc/init.d/unbound stop + /etc/init.d/knot-resolver start +fi # Remove Unbound rm -rfv \ @@ -112,6 +121,9 @@ ldconfig # Start services +# Re-fetch any RPZs in background +/usr/local/bin/update-rpzs & + # Reload crontab fcrontab -z hooks/post-receive -- IPFire 2.x development tree