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 4gR7kl75LRz2xsf for ; Thu, 28 May 2026 14:13:35 +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 4gR7kl6hlDz2xLt for ; Thu, 28 May 2026 14:13:35 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.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 4gR7kl2ddcz1rv for ; Thu, 28 May 2026 14:13:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779977615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=f4BGAfwVWlu7vJTNCI3X3IGTpZdIglb+7CNEVIH0E/Q=; b=ygHwU5OT4117t44ZeAswXEn8Fq5Qe/+UBfIkxNe5P3ihnGctcwPXQr6+tTIsYRbPATZjZX BPYOxA1PlFTPJPDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779977615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=f4BGAfwVWlu7vJTNCI3X3IGTpZdIglb+7CNEVIH0E/Q=; b=tcgfcN+8z5MxqkbfhFOH3CmAzWbd5sVpOQNX3AqkbrXkDFynnklMtAhRIEd1gE2WZQ6AAP sLWH9er+FfvwEdGmHgnisvi9eNn972e8FLqe/hGLcSi2UaM4vnBIjf/SezRbYpG20d38VH KgRWgMw5MtNcGDb5X3SeqQnvGWbqvkRAXo7IiHehMAbucS29IF7MrSK8QuN/YTCneLjwkI 1dknTb5l59yGVYZh3+q/FcnJLzaG6IeIM349MEcj1eEIUF3pt2dh2k51Kx8u9h48sWQnc+ RbTT/XCgVsE9QSA+ORbW7WLUopEifQdZc1hcwTUeTdHGYA8hueAqlyzVQyknaQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gR7kl1ZBqz2xMt; Thu, 28 May 2026 14:13:35 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 091050ab1610a60a7bd0c00bc35dd09faf925e4c X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 041cd0f9bb3b0801eef390354d7470d16d2f667e X-Git-Newrev: 091050ab1610a60a7bd0c00bc35dd09faf925e4c Message-Id: <4gR7kl1ZBqz2xMt@people01.haj.ipfire.org> Date: Thu, 28 May 2026 14:13:35 +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 091050ab1610a60a7bd0c00bc35dd09faf925e4c (commit) from 041cd0f9bb3b0801eef390354d7470d16d2f667e (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 091050ab1610a60a7bd0c00bc35dd09faf925e4c Author: Michael Tremer Date: Thu May 28 16:13:12 2026 +0200 knot resolver: Fix ownership of leases.db Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/knot-resolver | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/lfs/knot-resolver b/lfs/knot-resolver index 3d7d65c74..6bcfd6820 100644 --- a/lfs/knot-resolver +++ b/lfs/knot-resolver @@ -109,6 +109,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Create the leases database sqlite3 "/var/lib/knot-resolver/leases.db" \ < /usr/lib/knot-resolver/leases.schema + chown knot-resolver:knot-resolver /var/lib/knot-resolver/leases.db # Install the DHCP leases helper script install -v -m 755 $(DIR_SRC)/config/knot-resolver/dhcp-lease \ hooks/post-receive -- IPFire 2.x development tree