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 4gLqlJ5bWYz36VQ for ; Thu, 21 May 2026 13:59:08 +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 4gLqlF3NdCz2xLw for ; Thu, 21 May 2026 13:59:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gLqlD308Wz4W for ; Thu, 21 May 2026 13:59:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779371944; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QauV+fG/LdGSXntDyPhM0Gof5KdFywUXKdJQk3ZCSJc=; b=hq/UQQ4KZfwrxjv02wL1tXsgazOslfM9QdukK+aCjQTw/IuRRa/shDZrz2KRaDfyyDFo/P Ic440DzgvmWU2nBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779371944; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QauV+fG/LdGSXntDyPhM0Gof5KdFywUXKdJQk3ZCSJc=; b=cCMMKosENPcNLo5HNtQV2kyjLtxudQAIImNijZQ+0rk4UeH4DNgr1bxxc3eZArHKwEoI0d 3QSatg3vyfA0QPZstCAFafvB2dSbYN1wflhaDbeUkgJgCerTfAKltZvdk88+H6Ps1Dj3Xv h826IeqfHnXX5mqt1+d9fE1u9m+iEY98tXWYI8KslwCAXuev4Y1a024CGsLnXwWNcH9F9q ns1o+aUE7z9evurHS9I1n1jz7d93H8XOxEj+TQoVxrCAptg2JkqR1k9TYUChMbct/yviaY FyXTHPPbOHPIA++3oxrk4u21q4nzWgLsiKmaoEVI6+5FoTiIcMlZyDEvrSOWEA== Message-ID: <65b7e7bb-b537-4719-b5a5-54213a9db089@ipfire.org> Date: Thu, 21 May 2026 15:58:57 +0200 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 To: "IPFire: Development-List" References: <20260521132952.2649946-1-matthias.fischer@ipfire.org> Content-Language: en-US From: Matthias Fischer In-Reply-To: <20260521132952.2649946-1-matthias.fischer@ipfire.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 21.05.2026 15:29, Matthias Fischer wrote: > For details see: > https://nlnetlabs.nl/projects/unbound/download/#unbound-1-25-1 > ... Sorry for the noise - I tested the new unbound-version with Core 201 and forgot to update the new ownerships! I'm going to sit in my deepest corner and feel ashamed... > - chown -Rv unbound:unbound /var/lib/unbound > + chown -Rv nobody.nobody /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 unbound:unbound /var/cache/unbound > + chown nobody:nobody /var/cache/unbound > ...