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 4gLqTy25ZVz2xQW for ; Thu, 21 May 2026 13:47:34 +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 4gLqTy1vKSz2xNp for ; Thu, 21 May 2026 13:47:34 +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 4gLqTx5yFwz1v for ; Thu, 21 May 2026 13:47:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779371253; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Omqi4vtJkTuejhTZJs8Mpc5RYZ34g8MKibUr4wPIYpo=; b=o24Aoe+MnlMwJSasvk8qGFqq1W9yncCYpf6pQdWZBhAsBzfDDtrGafghPGgoQEhj61HZHy UplFhvmfp6NK98Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779371253; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Omqi4vtJkTuejhTZJs8Mpc5RYZ34g8MKibUr4wPIYpo=; b=Ban7b7Yg+XruAo05CqFq8bG3XhIzZrHDpzdZpiEyQ9hgw2y7W+STztZgRgRSAUfnG22INI jnb4BuPA0CrpowpTw/WsrRxNTmKKRhktKpjp6/tfnHkR9U3TbJV4Yb6MfoX8APqkRgPMCu 70iRL5TjjEwbrUMDUb1N8Bb1OIN0Q29wqxAq5eOlp1q3lLJi/syU1hyMk8xE7GLTAwHjIA BH0yE/hOqTFFGQ9WMHMlDLzZmbFkGnCeJvU6Xi8P2bu1wi0+NGqw4uIrv+xgAEJ5Ts0lFZ DMDgfOVlzr0TgkJG/zFhLJGMvxv2nzSbVV2PpxtOWmZwHFvSc8UIMq4yir3D0g== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gLqTx4X6kz2xJB; Thu, 21 May 2026 13:47:33 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 43f50ebad077bfcb68493958acd48be3a961e015 X-Git-Newrev: 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a Message-Id: <4gLqTx4X6kz2xJB@people01.haj.ipfire.org> Date: Thu, 21 May 2026 13:47:33 +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 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a (commit) from 43f50ebad077bfcb68493958acd48be3a961e015 (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 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a Author: Michael Tremer Date: Thu May 21 13:47:16 2026 +0000 unbound: Revert changing ownership of directories Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/unbound | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Difference in files: diff --git a/lfs/unbound b/lfs/unbound index 086025e4b..5bbeee66b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -109,7 +109,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -mkdir -pv /var/lib/unbound install -v -m 644 $(DIR_SRC)/config/unbound/root.key \ /var/lib/unbound/root.key - chown -Rv nobody.nobody /var/lib/unbound + chown -Rv unbound:unbound /var/lib/unbound # Ship ICANN's certificates to validate DNS trust anchors install -v -m 644 $(DIR_SRC)/config/unbound/icannbundle.pem \ @@ -117,7 +117,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Install the cache directory -mkdir -pv /var/cache/unbound - chown nobody:nobody /var/cache/unbound + chown unbound:unbound /var/cache/unbound @rm -rf $(DIR_APP) @$(POSTBUILD) hooks/post-receive -- IPFire 2.x development tree