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 4gZXy41Nl4z2xSM for ; Tue, 09 Jun 2026 15:34:04 +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 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 4gZXy4141Bz2xM3 for ; Tue, 09 Jun 2026 15:34:04 +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 4gZXy13mF6zbc for ; Tue, 09 Jun 2026 15:34:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781019241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=3u68j2uNhIhmZLW81qlJrt1tbfZyiu32uLH9sphsb4w=; b=o2zEpaHgyDyBoYVWnQZhoX4+uV1ftKEdEtFA0HlH1yFfoapX4x60vpbWXepvKfmeFO1TVf 6aYoopg/cPAMOVAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781019241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=3u68j2uNhIhmZLW81qlJrt1tbfZyiu32uLH9sphsb4w=; b=SzL2v68cLBcDUn299vKgi07NPbm22YoG0v/LIesdoks9SmEMLHmMGqLciUgdggMWohLzMh yCz7E6otRpfrB28SPxt56kSzlZyIRSPzuqcgsxOQZv5uxsGVIznfRIe37L/2jDY8Syi7cU tcprg34DI6lIZFLAsPFzfS+CVToIaCB4A0foyC7004uqnuDQ9ceVbMq3NriYZ0y/radZ83 ms6jFu7Mt++u/VUa2yZr6xbra4HOv5VbltTC/8op5Wjb58JBySxXvzMm8ktJxp3/58YxZJ CFGlL3HoZf0EHP9HDs3LvYlN0NHjWRnKXt8nQzRSLQlqIUfDxTsbmBIWxO9qlw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gZXy053Wvz2xjD; Tue, 09 Jun 2026 15:34:00 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f8a8123fee011c4772e1752becebe81f7ea8ee93 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 518a22e9fea84e768f1685a8fd92372e21627657 X-Git-Newrev: f8a8123fee011c4772e1752becebe81f7ea8ee93 Message-Id: <4gZXy053Wvz2xjD@people01.haj.ipfire.org> Date: Tue, 09 Jun 2026 15:34: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 f8a8123fee011c4772e1752becebe81f7ea8ee93 (commit) from 518a22e9fea84e768f1685a8fd92372e21627657 (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 f8a8123fee011c4772e1752becebe81f7ea8ee93 Author: Michael Tremer Date: Tue Jun 9 16:34:00 2026 +0200 update-rpzs: Also switch group to knot-resolver Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: src/scripts/update-rpzs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/src/scripts/update-rpzs b/src/scripts/update-rpzs index 24d40c255..b3e457dc1 100644 --- a/src/scripts/update-rpzs +++ b/src/scripts/update-rpzs @@ -72,7 +72,7 @@ main() { done # Run the sync as unprivileged user - setpriv --reuid="knot-resolver" --init-groups \ + setpriv --reuid="knot-resolver" --regid="knot-resolver" --init-groups \ zone-sync "${ZONE_SYNC_ARGS[@]}" --primary="${primary}" "${zones[@]}" || failed=$? done hooks/post-receive -- IPFire 2.x development tree