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 4gLkDq6X5vz2xQW for ; Thu, 21 May 2026 09:50:51 +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 4gLkDq67Q8z2xNp for ; Thu, 21 May 2026 09:50:51 +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 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 4gLkDq2DcZz3F for ; Thu, 21 May 2026 09:50:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779357051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Esy5lBwjJrKv/NHgVCQZZ6DvQYuuBDwYmPNJHdCOSSI=; b=1BtNkcnA9dDWXKoX3SUKE39TZeHu9WGufIF0bx9Q1RgaarK5NaWbsilCPRHNn79KXMuQ6i iUoVdWA1M2jFAQBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779357051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Esy5lBwjJrKv/NHgVCQZZ6DvQYuuBDwYmPNJHdCOSSI=; b=W7oyDtsbv27EdzDdr4Gz3JQpXuxQfv+VZLNwbeaJuU4GbbQ6XTWFLrep0rcScuXTh/8O0i UGDG8dgObWNGCHE632YKZLRkHD6mwmlp9T25zvoADBCbQah2fgxzfQaJD7GzNrGXwbQ/h3 nGuG/LygTsC7ihIuotS8AUmhWJXe3lyaj+wKaCf1nb3YuWJ80pN0uJE1wHfP2xdy2E0odM DywnmoJpp94LKpXLKU/Qw7Tf+bey3QlAgFH9EMVtZaem51AJqXhupu4tPib/j+obga+3aq ACG7bNdnApvL/tQRYMTVzTtwo/jj9swILCikd6KHXPXA3TtQc+voEMvSt5gbdw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gLkDq0ltGz2xJB; Thu, 21 May 2026 09:50:51 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. f7898141e90ce8241ac31ee40417f3addb90599e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dfcc64bd8aac6809d1c058cd891fddb373cb94d5 X-Git-Newrev: f7898141e90ce8241ac31ee40417f3addb90599e Message-Id: <4gLkDq0ltGz2xJB@people01.haj.ipfire.org> Date: Thu, 21 May 2026 09:50:51 +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, master 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