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 4gLqVK6zldz2xQW for ; Thu, 21 May 2026 13:47:53 +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 4gLqVK6nhGz2xNp for ; Thu, 21 May 2026 13:47:53 +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) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gLqVK66ycz2M for ; Thu, 21 May 2026 13:47:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779371273; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=QZHuks7futT8Av1Cpe0XVeDuV4HzuRWSRjDoEHH7/+U=; b=/7i+L2nFYBHInOtaZ7ymEnERYAi0q7xwlPsT/u8kLV5iFJFYO3EQf/kPyjJCgCMY5v1MLd ZgcDtkpbjxY4gPBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779371273; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=QZHuks7futT8Av1Cpe0XVeDuV4HzuRWSRjDoEHH7/+U=; b=YfE4rWb7OV1iiBt5jwYbRAqaDfR620htWvR9akhn5pAd5bRTDv5EBsUFOFyyO9fPUOSpIT JGuDIETcv0RwwXdaf2ZYTHfazzpeKjHDXOboCJ595mbHdQde51J+HJiuc999aGHIRAeNcw mGKaPLSSQZ4jTDIXVeC5tiT5G3lP/VDaQRe5RtZaukKO99y+bCSH9MVS5UDKkwWs5j86Uo ELqr2SFDjd1LVVW6Gfjfn63QZyMLwS1MRfhRMjDHALLxhBKjTk6FIwYoRwURjR95+/gUWA 7p44rj+iH9NhzasAoC9ZKlz6OMRoPZXcEZpVQILRVLckbJe9aRT0pskMBZwF0g== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gLqVK5j6cz2xJB; Thu, 21 May 2026 13:47:53 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 72c728b9cf74a7813803e27bfe90ff4f9fdbe1d5 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: d3d06bc816eec2266bc78190db5e9d8e1c50e30f X-Git-Newrev: 72c728b9cf74a7813803e27bfe90ff4f9fdbe1d5 Message-Id: <4gLqVK5j6cz2xJB@people01.haj.ipfire.org> Date: Thu, 21 May 2026 13:47:53 +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 72c728b9cf74a7813803e27bfe90ff4f9fdbe1d5 (commit) via 54f3c26b5d3199ce589bdd6e8aacd0dd8f53b63a (commit) from d3d06bc816eec2266bc78190db5e9d8e1c50e30f (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 72c728b9cf74a7813803e27bfe90ff4f9fdbe1d5 Merge: d3d06bc81 54f3c26b5 Author: Michael Tremer Date: Thu May 21 13:47:47 2026 +0000 Merge branch 'master' into next ----------------------------------------------------------------------- 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