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 4gLxrf4WxJz3786 for ; Thu, 21 May 2026 18:34:10 +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 4gLxrb2ZVjz2xJy for ; Thu, 21 May 2026 18:34:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gLxrZ1ZS9z2M; Thu, 21 May 2026 18:34:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779388446; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6sRCrx221cgtRirkY6eOQJlGNf469jD3bqGN4o5Q6c0=; b=cOJxX7VxiR/HbIch88jI7EdwTLx/oLYZDl7GbAFlJIf1Cx9o/P9NpoCsPcrhHiJgPEqxwB OteiM5cXqW2UnyBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779388446; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6sRCrx221cgtRirkY6eOQJlGNf469jD3bqGN4o5Q6c0=; b=es8KKMFRq6436+GEbi0RV5GW26ja5bx1HfVjRbtYSPbfGX3iWAHEB7r1Pe772S1GuSyStC vF8fcqPy+27C5lA3qfvqgy+IIu68x8m4Vc/4NTUybSJofQQvZ61WYv0jXbfihUYA8tPQXT k/A02IH0tKBf+j9NcPYN/XCnjBctYgFmPmHRXNUn0lnV3hVb3pCsmuU02NJH9Zgp/cNb2t Yg7Hl/aI3NrWUwGyTHlu4zQ/8EMJpqatWNrXhzHLFnJbZbSh8KlKWHpFQuwh4wNJX00iQ3 VWrq2GDZj+n4pRSzrllCEyhfI3zI082ylZeoGjy5L/FW3Ymy8lx6nRGHHSaZGw== Content-Type: text/plain; charset=us-ascii Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: [PATCH] unbound: Update to 1.25.1 From: Michael Tremer In-Reply-To: <65b7e7bb-b537-4719-b5a5-54213a9db089@ipfire.org> Date: Thu, 21 May 2026 19:34:05 +0100 Cc: "IPFire: Development-List" Content-Transfer-Encoding: quoted-printable Message-Id: <738EAC86-7C00-4756-AE11-492AA51C71AF@ipfire.org> References: <20260521132952.2649946-1-matthias.fischer@ipfire.org> <65b7e7bb-b537-4719-b5a5-54213a9db089@ipfire.org> To: Matthias Fischer Hello, Not a problem at all. I merged it too quickly too. I just wanted to have = this in the release as everything in that release looked so scary... > On 21 May 2026, at 14:58, Matthias Fischer = wrote: >=20 > On 21.05.2026 15:29, Matthias Fischer wrote: >> For details see: >> https://nlnetlabs.nl/projects/unbound/download/#unbound-1-25-1 >> ... >=20 > Sorry for the noise - I tested the new unbound-version with Core 201 = and > forgot to update the new ownerships! >=20 > I'm going to sit in my deepest corner and feel ashamed... >=20 >> - chown -Rv unbound:unbound /var/lib/unbound >> + chown -Rv nobody.nobody /var/lib/unbound >>=20 >> # 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)) >>=20 >> # Install the cache directory >> -mkdir -pv /var/cache/unbound >> - chown unbound:unbound /var/cache/unbound >> + chown nobody:nobody /var/cache/unbound >> ... >=20