From patchwork Tue Jun 30 11:15:19 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9984 Return-Path: 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 web04.haj.ipfire.org (Postfix) with ESMTPS id 4gqLDK0jWTz3wvd for ; Tue, 30 Jun 2026 11:15:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gqLDD6m3Sz6sB for ; Tue, 30 Jun 2026 11:15:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gqLD96XnHz34PV for ; Tue, 30 Jun 2026 11:15:37 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gqLD41zmVz34QH for ; Tue, 30 Jun 2026 11:15:32 +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 4gqLD24wmWz6ql; Tue, 30 Jun 2026 11:15:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1782818130; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H/NbtHl4c8ZXBVS2nR7atG0fWbn8QgVxD6wjZg0JYBk=; b=cIL/r3hGtJWx99YqB8NQfN7UooOyvaHH3/tZQGfeXL2U+E0JRbp3Ae2aBb81slN40Wa/RH ZvmfAOAQVIq2FIBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1782818130; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H/NbtHl4c8ZXBVS2nR7atG0fWbn8QgVxD6wjZg0JYBk=; b=B5lQA1+OeSmE9AIFyPzg4S0OGuj2A3DItPplLSshwxuPm2Na5UQeBj0tH9m+BawW6V7TVF uG0VWysVWEXQ3RTFk6jshD7eqxvoiL6GOjjP9ysFQhxDaLTiFHPkM0YszkJBwac2AhXxNA BiddRKF8IbZdSzlWr6r0w8ZbAcn7FbbovL90nziZntCWrVlnlXygdr/StAvVuZN7xDCkbM oKt5p5zqxpcK19vg8xBFIA1kIBU4swPnAw8qnytEqCWLT3RqNU5mUQRRmdZnAh6fOoppkW fWAdl19xkH31AXf5DZ8J/Oj2CnMvwcealasTFDe6Yav9+gGJastiJQ796tRqhQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] file: Update to version 5.48 Date: Tue, 30 Jun 2026 13:15:19 +0200 Message-ID: <20260630111523.1271203-8-adolf.belka@ipfire.org> In-Reply-To: <20260630111523.1271203-1-adolf.belka@ipfire.org> References: <20260630111523.1271203-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 5.47 to 5.48 - No change to rootfile - Changelog 5.48 * add landlock support (valoq) * add BE/LE GUID * multiple fixes to prevent integer overflow in 32 bits (kerwin) * PR/745: streamout: Don't flush when trying to set negative offsets on pipes, just continue, fixes 'cat file.zip | file -' * PR/753: vmihalko: Fix race is magic_getpath() * PR/728: Anton Monroe: Reinstate regex/c Signed-off-by: Adolf Belka --- lfs/file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/file b/lfs/file index d347b37ba..333532a1d 100644 --- a/lfs/file +++ b/lfs/file @@ -24,7 +24,7 @@ include Config -VER = 5.47 +VER = 5.48 THISAPP = file-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 52b91ee7868a9b75431e00fca7f7db1362b3d39eb065f52434ea73d9ccd7497f3371f7e0a455644c56df3e6acee247208edc47bf8004fa922dba32786cc3e10c +$(DL_FILE)_BLAKE2 = d8ca86ec79db28c59d7c5da9282fb5fa03a0775147856cb4d35528f12d2eb4293aca3336cb0e5108ce56c2f6a255e5b36957ba826b185575531508176f2af06a install : $(TARGET)