View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000376 | file | General | public | 2022-08-22 10:17 | 2022-08-23 08:01 |
Reporter | bsevens | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.42 | ||||
Fixed in Version | 5.43 | ||||
Summary | 0000376: Commit 43f7989076aa3731f3558c6954780bc7b2734b64 broke VHD detection | ||||
Description | Commit 43f7989076aa3731f3558c6954780bc7b2734b64 (https://github.com/file/file/commit/43f7989076aa3731f3558c6954780bc7b2734b64) aimed at fixing spelling errors, but also included changes to some file signatures. E.g. `conectix` was changed to `connectix`, which means Microsoft Disk Images are currently not detected by file. | ||||
Steps To Reproduce | $ echo connectix > /tmp/wrong.vhd $ file /tmp/wrong.vhd /tmp/wrong.vhd: Microsoft Disk Image, Virtual Server or Virtual PC, 0 bytes, type 0, State 0 $ echo conectix > /tmp/correct.vhd $ file /tmp/correct.vhd /tmp/correct.vhd: ASCII text | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-08-22 10:17 | bsevens | New Issue | |
2022-08-23 08:00 | christos | Assigned To | => christos |
2022-08-23 08:00 | christos | Status | new => assigned |
2022-08-23 08:01 | christos | Status | assigned => resolved |
2022-08-23 08:01 | christos | Resolution | open => fixed |
2022-08-23 08:01 | christos | Fixed in Version | => 5.43 |
2022-08-23 08:01 | christos | Note Added: 0003808 |