From patchwork Thu Mar 5 17:11: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: 9549 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fRbfv26twz3wjb for ; Thu, 05 Mar 2026 17:11:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fRbfs4h3qz6Cw for ; Thu, 05 Mar 2026 17:11:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fRbfr1Cdgz34Bn for ; Thu, 05 Mar 2026 17:11:32 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fRbfn48B4z33g5 for ; Thu, 05 Mar 2026 17:11:29 +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 4fRbfn0R6Hz5h4; Thu, 05 Mar 2026 17:11:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772730689; 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=RkSgHrHHY4Q4mJRarc521pYhdabgBLxV844tcJgXuhg=; b=r/YEt/pzDRyO1Ni+xTb/x3nvy171tySypk/aYj8pDh4iHcFkmihmf0yfBjaYHw00olDBQ7 E+VnSFkQ2kREl7Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772730689; 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=RkSgHrHHY4Q4mJRarc521pYhdabgBLxV844tcJgXuhg=; b=Yb2zFzb9axRwgWzlUWro4TaBYZfPA0VlPZtFGfJzX67sMw9Ssg12bs/0bcsxPXVPlezbpb KSRU9isWZEhuLxDiD/undoz+Wx8HeYAC1oC9sv/BjQsp6o38BFkpE7eebQH2fmISuuWSVx En/oaI8+BjqwXzaVmYFU7P+GgwhFHe2EcO5DQlbu/T2thVzn+NrwHKQ+40B8pIq1jYK4K/ ObkkLZXHojNgwM9QmZ5W+JOp8hXYcDMDG4Ni7GSwt6EbmRsDfm3ZYeWKHv/56WZTaSwbgu a1sIeXlmiM8kVlRK2GzQKV2SGpiN8jL49Ln9NV+p+9WioiOEWZ+7fYDiKNvX6w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] file: Update to version 5.47 Date: Thu, 5 Mar 2026 18:11:19 +0100 Message-ID: <20260305171124.2654733-5-adolf.belka@ipfire.org> In-Reply-To: <20260305171124.2654733-1-adolf.belka@ipfire.org> References: <20260305171124.2654733-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.45 to 5.47 - No change to rootfile - Changelog 5.47 * Better multi-compound document identification by following the order of the directories entries. (Thomas Ledoux) * if stat fails, don't attempt to restore times (Steven Grubb) * PR/622: Odd_Bloke: Handle negative offsets in file_buffer(), when fd is not available. * PR/655: jsummers: Obey str_flags in strings like we do for search and regex * PR/659: Pitzl: Apply MAGIC_CONTINUE to annotations; i.e. print only the first, unless -k is specified. * PR/592: allow + in format strings * PR/592: signed operations should be done in signed context * PR/578: jsummers: Don't crash on cygwin when tm_mon == -1 * PR/579: net147: Fix stack overrun. 5.46 * Add OFFPOSITIVE * avoid leaking symbols in libmagic * PR/562: jsummers: Search/regex offsets are absolute to the beginning of the file, so adjust them by subtracting the offset that the "use" starts so that we don't double-count it. * PR/543: matshch: bump nbuf so we can get the flags into the buffer. * Add Android elf notes (enh) * Add limit for number of magic warnings allowed * check regex bounds (found by clusterfuzz) Signed-off-by: Adolf Belka --- lfs/file | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/file b/lfs/file index 76c6441ef..d347b37ba 100644 --- a/lfs/file +++ b/lfs/file @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 5.45 +VER = 5.47 THISAPP = file-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 30fc77c091e6624f2e9a950f4c6fe69ea6aa46d4a8ad9f20d49320a3675617c5bfbc9ff1ebba5eeb2cf4435c38d71b47b8beeb5146c9f55fe3bac11fe65e89bd +$(DL_FILE)_BLAKE2 = 52b91ee7868a9b75431e00fca7f7db1362b3d39eb065f52434ea73d9ccd7497f3371f7e0a455644c56df3e6acee247208edc47bf8004fa922dba32786cc3e10c install : $(TARGET)