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 4cF8d83yzfz2yrL for ; Sun, 31 Aug 2025 11:18:20 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cF8d83hzgz2xQ9 for ; Sun, 31 Aug 2025 11:18:20 +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 "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cF8d80HJJz2VQ for ; Sun, 31 Aug 2025 11:18:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756639100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=lNMTHll4swuA3v+nbBC9U7rIe8MIUXf2ag5XPJpSBEM=; b=n5OLzBIqzLjDDl/mnQTuhji0vQJwFyRrLLbswe4hZ8Bce/FcAP9H0VuRiuEwmb0J7ZenDp Ol05p252GiN/tfAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756639100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=lNMTHll4swuA3v+nbBC9U7rIe8MIUXf2ag5XPJpSBEM=; b=Z0sxUcTrP84q3vHu/GospBHcSK8uGNyTlVT6JciYuGIbbfEjWcquo/F8ZQ77OZOsUf/QIh nOJww65EryGPOKE9KBcA/c7laLz8XHR/b4eqMjdafHuvZ1OGDDiPhaUWFwnPwvFAt9Yt2A kKrqjr1wNMipRVUn5RaPEnHKV+jGw3aZtAkXcMIYQKDezmCKO0BwBZ/2/Fm97WV4roHtBS soPCHc7nHrqIBsgiu/l6MjUje5O4omNio+hL4cXusDgvgU3DzQdjJXjZZoCPJerzdWNO3a 2Qg6w51X/cACCQDlO7Lo/BUcSWbeteDoHZEE0AMiX93KXjGnC6i3psOqZVzf+Q== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4cF8d72T3Dz2xx8; Sun, 31 Aug 2025 11:18:19 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. df79229e7f6f59b5799ee69a944b812a5002c0cb X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 18b67efc6fc7414ab7a2d4865357e70c0b1da314 X-Git-Newrev: df79229e7f6f59b5799ee69a944b812a5002c0cb Message-Id: <4cF8d72T3Dz2xx8@people01.haj.ipfire.org> Date: Sun, 31 Aug 2025 11:18:19 +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 df79229e7f6f59b5799ee69a944b812a5002c0cb (commit) from 18b67efc6fc7414ab7a2d4865357e70c0b1da314 (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 df79229e7f6f59b5799ee69a944b812a5002c0cb Author: Michael Tremer Date: Sun Aug 31 11:18:03 2025 +0000 fireinfo: Fix hash Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/fireinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/lfs/fireinfo b/lfs/fireinfo index b8727c778..c0b776ee0 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f811c8acf078c6fcb27305f0a6b81429862ad9631699e50ee0e4b2e713c8e1a745ba453783422598b818da59fd4d9e96be395884a7fccd7bcda0e64c7cd8d692 +$(DL_FILE)_BLAKE2 = 3fd2159678d412befcf444f0a7fec1790cdd098e705339a56cccfa24a05b4c459239f53d73fbc39a2c10fc51147867488532eed5df151567344f2b9479c843bc install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree