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 4gLkF40qR9z2xQW for ; Thu, 21 May 2026 09:51:04 +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 4gLkF40c78z2xNp for ; Thu, 21 May 2026 09:51:04 +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 4gLkF33mrNz3F for ; Thu, 21 May 2026 09:51:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779357063; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=qAdYf3EwB1nkWhJTcyO1DFsBMN58czUK2mJjunlOnCI=; b=baZDIPK26nY+NCdVOQGBAcXh+rkUIORXhfkml+qhap09ZJ2FY8cggn4XzobRA2h/1Xr4kr 7WfRG1m5ejpBFDBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779357063; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=qAdYf3EwB1nkWhJTcyO1DFsBMN58czUK2mJjunlOnCI=; b=dd++vRcdAiZyAwtADxoe0l/dlPmxtBWFVzskURe3Pc1TkACSG7QC30cWww2LHV3d5T8qVU +vXD4yRvWa15YP1q7/n7PZbEoCVQzxX0CjlAb47cTsL7Cvi/YAps9KV4AE9tLzR2qY2FLq 50jfaNt7hNcMZlRJcQ2kmWXZH+uwXdlSpq/Br3dBntEXHIWG+pm1OTYWiZr630tpWwpN5S Yh3Rdv2KuryiZhIKU6N2D1ae4NTtNohPDrU3YwOwjUZocyuQN5hOlgX/7fuEGUg0fyxm69 zouH6WwRsnjjDAhErmZGf0a0jeKJpodyGcvhNKOgWtj4uUB3XpgoHy/oo90PGA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gLkF31M2Gz2xJB; Thu, 21 May 2026 09:51:03 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, core202, updated. f7898141e90ce8241ac31ee40417f3addb90599e X-Git-Refname: refs/heads/core202 X-Git-Reftype: branch X-Git-Oldrev: dfcc64bd8aac6809d1c058cd891fddb373cb94d5 X-Git-Newrev: f7898141e90ce8241ac31ee40417f3addb90599e Message-Id: <4gLkF31M2Gz2xJB@people01.haj.ipfire.org> Date: Thu, 21 May 2026 09:51:03 +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 f7898141e90ce8241ac31ee40417f3addb90599e (commit) from dfcc64bd8aac6809d1c058cd891fddb373cb94d5 (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 f7898141e90ce8241ac31ee40417f3addb90599e Author: Michael Tremer Date: Thu May 21 09:50:36 2026 +0000 unbound: Fix hash Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/unbound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/lfs/unbound b/lfs/unbound index 7fe47f5b6..5bbeee66b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 925d964cfaa76211b5d71ab7d16318327417e7e85791ef3b7b442b0b417e1e29fb925b7a1f3427105cc9114b5b8c093ecc9a9aa5c3457620f622a24ed3674de3 +$(DL_FILE)_BLAKE2 = da9818a14a540bf2d674f504a38da711cfead20af2c6f987aab74094b441ef31586f28608432d2369b2223b3287290f450218466654c71626e33df74da557f18 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree