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 4gwrZX1FlPz2xQT for ; Thu, 09 Jul 2026 10:20:36 +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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gwrZX14Dtz2xL0 for ; Thu, 09 Jul 2026 10:20:36 +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) (Client CN "people01.haj.ipfire.org", Issuer "YE2" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gwrZW5MmbzBY for ; Thu, 09 Jul 2026 10:20:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783592435; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=RaAsXqTeHIyxyEjK83KJT8SV9UbZnGTCw/ICoPh0Gtg=; b=0w8vHeF15xtxBC72Ssl22Spky9Hm5MmCd5vID7IrE738PE5FeO6zUq2nsosByZbx8T4PEs hl6gOaDkPR/EvRBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783592435; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=RaAsXqTeHIyxyEjK83KJT8SV9UbZnGTCw/ICoPh0Gtg=; b=gMluiR6Oc5Wv/tJxRcpF3HwnLIzOXIv2m7ZXT53NFYypSWgD3gRpbAounci2ZBcxa88QaW 7FcG1zxHkILffxSE05EGWWSonmQSn05/s07qFoGvyLzNcrEaCvfKPdfff5cJLqxVsQX0VC Xib/cqPunapdRMGrcxnfjXEesyJODhMgsNQ7lra0/Gd4xnTb+nXSHBplEVECAIqJHIpf4x +VSDLP8Iv5H9V9a76CTVwtHgl26YUH1Xq7eZHqF9TBGwKO78adqVd3a1lMSbOLzrEbxaYv +i0D1X8Ezo5Xvv/H9/gQx0hmorXtWANxAalRIEKdNBMakgbHaHllMqlEnuTXgA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gwrZW4wBZz2xQd; Thu, 09 Jul 2026 10:20:35 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fe7be8636b2b964edb7cd4e0edad40a61577f294 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: c791d50b483423e0ef54dc46bec638c34334348a X-Git-Newrev: fe7be8636b2b964edb7cd4e0edad40a61577f294 Message-Id: <4gwrZW4wBZz2xQd@people01.haj.ipfire.org> Date: Thu, 09 Jul 2026 10:20:35 +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 fe7be8636b2b964edb7cd4e0edad40a61577f294 (commit) from c791d50b483423e0ef54dc46bec638c34334348a (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 fe7be8636b2b964edb7cd4e0edad40a61577f294 Author: Michael Tremer Date: Wed Jul 8 13:58:38 2026 +0000 filesystem-cleanup: Ensure the linker cache is always up to date Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: src/scripts/filesystem-cleanup | 5 +++++ 1 file changed, 5 insertions(+) Difference in files: diff --git a/src/scripts/filesystem-cleanup b/src/scripts/filesystem-cleanup index 60e33a772..17cbfb8d3 100644 --- a/src/scripts/filesystem-cleanup +++ b/src/scripts/filesystem-cleanup @@ -101,6 +101,11 @@ main() { done done done + + # Update the linker cache again (just in case) + ldconfig + + return 0 } main "$@" || exit $? hooks/post-receive -- IPFire 2.x development tree