From christos at zoulas.com Wed Jul 2 17:35:12 2025 From: christos at zoulas.com (Christos Zoulas) Date: Wed, 2 Jul 2025 17:35:12 +0000 (UTC) Subject: [File-cvs] CVS commit: file/magic/Magdir Message-ID: <20250702173512.82B3417FDC0@rebar.astron.com> Module Name: file Committed By: christos Date: Wed Jul 2 17:35:12 UTC 2025 Modified Files: file/magic/Magdir: sniffer Log Message: PR/149: fxlb: Fix OpenFlow capitalization To generate a diff of this commit: cvs rdiff -r1.38 -r1.39 file/magic/Magdir/sniffer Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. From christos at zoulas.com Sat Jul 12 14:30:14 2025 From: christos at zoulas.com (Christos Zoulas) Date: Sat, 12 Jul 2025 14:30:14 +0000 (UTC) Subject: [File-cvs] CVS commit: file/magic/Magdir Message-ID: <20250712143014.963EB17FE18@rebar.astron.com> Module Name: file Committed By: christos Date: Sat Jul 12 14:30:14 UTC 2025 Modified Files: file/magic/Magdir: linux Log Message: Jeremy Linton: The linux kernel has an optional decompressor in its EFI stub. This decompressor basically wraps the normal PE images but is currently being detected as a generic PE image rather than as a linux kernel. Detect these files and identify them as linux boot images. To generate a diff of this commit: cvs rdiff -r1.94 -r1.95 file/magic/Magdir/linux Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. From christos at zoulas.com Wed Jul 23 18:44:58 2025 From: christos at zoulas.com (Christos Zoulas) Date: Wed, 23 Jul 2025 18:44:58 +0000 (UTC) Subject: [File-cvs] CVS commit: file/magic/Magdir Message-ID: <20250723184458.AEF2417FDAB@rebar.astron.com> Module Name: file Committed By: christos Date: Wed Jul 23 18:44:58 UTC 2025 Modified Files: file/magic/Magdir: images Log Message: PR/674: Julia Scheaffer: Add aseprite mime type. To generate a diff of this commit: cvs rdiff -r1.264 -r1.265 file/magic/Magdir/images Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. From christos at zoulas.com Wed Jul 23 18:52:08 2025 From: christos at zoulas.com (Christos Zoulas) Date: Wed, 23 Jul 2025 18:52:08 +0000 (UTC) Subject: [File-cvs] CVS commit: file Message-ID: <20250723185208.BD73F17FDAB@rebar.astron.com> Module Name: file Committed By: christos Date: Wed Jul 23 18:52:08 UTC 2025 Modified Files: file/doc: file.man file/src: file.h Log Message: PR/672: jukuisma: Increase default FILE_NAME_MAX from 100 to 150 To generate a diff of this commit: cvs rdiff -r1.152 -r1.153 file/doc/file.man cvs rdiff -r1.261 -r1.262 file/src/file.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. From christos at zoulas.com Wed Jul 23 18:54:02 2025 From: christos at zoulas.com (Christos Zoulas) Date: Wed, 23 Jul 2025 18:54:02 +0000 (UTC) Subject: [File-cvs] CVS commit: file/magic/Magdir Message-ID: <20250723185402.9E23017FDAB@rebar.astron.com> Module Name: file Committed By: christos Date: Wed Jul 23 18:54:02 UTC 2025 Modified Files: file/magic/Magdir: archive Log Message: PR/675: gabriel-vasile: check the filename itself not the length of the filename To generate a diff of this commit: cvs rdiff -r1.215 -r1.216 file/magic/Magdir/archive Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. From christos at zoulas.com Wed Jul 23 18:57:38 2025 From: christos at zoulas.com (Christos Zoulas) Date: Wed, 23 Jul 2025 18:57:38 +0000 (UTC) Subject: [File-cvs] CVS commit: file/magic/Magdir Message-ID: <20250723185738.D9BDA17FDAB@rebar.astron.com> Module Name: file Committed By: christos Date: Wed Jul 23 18:57:38 UTC 2025 Modified Files: file/magic/Magdir: pdf Log Message: PR/670: polluks: fix zero pages To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 file/magic/Magdir/pdf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.