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 4gLqV86CXwz2xQW for ; Thu, 21 May 2026 13:47:44 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gLqV85xLsz2xNp for ; Thu, 21 May 2026 13:47:44 +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 4gLqV82SMKz2M for ; Thu, 21 May 2026 13:47:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779371264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=VqSJdkUxzblC/O4+kO73LTKjNMUJm2gqIC5YrqVOelY=; b=wBGDPLKxhlK2GbC/jzAAzxstCNQGRQRP6Q0tyeqoNlRm/dKVTcWPf2VHYLCms/IUXgc7mS aeRi3BnSFYJTE+Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779371264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=VqSJdkUxzblC/O4+kO73LTKjNMUJm2gqIC5YrqVOelY=; b=jTn7uYsJ7GsrqgTjZGN4vQncrSk6ti6TZkV2QwhSatRgToXK9jfoed5clasfQHgYXZX0W2 GPSgswxylHTBGY4y0kahzbgrXluOL6boaJGDJl80dqCaNfnnSs/Xzmuj/UdGl4Of7oxHfJ np8ytOylBYCmstDoHq4sZ45KxRXAEQc41RxpJ2sLTXn5VDEyrJiqs6fP1/Az4KfSDeozVQ uPoaHbdKy3/6NbFCmudtkkizcavIyOhoHrB7sj+hJ5Td40S82+OYPkKei/hgCZPLa8ig0P ZhCRMn+E1En3EkWT4Cbe0SeIg+3XLH+i2G1s+OO2qX8QZRRsdotUImb5MKWJZQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gLqV822Qmz2xJB; Thu, 21 May 2026 13:47:44 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, core202, updated. 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a X-Git-Refname: refs/heads/core202 X-Git-Reftype: branch X-Git-Oldrev: 43f50ebad077bfcb68493958acd48be3a961e015 X-Git-Newrev: 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a Message-Id: <4gLqV822Qmz2xJB@people01.haj.ipfire.org> Date: Thu, 21 May 2026 13:47:44 +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, core202 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