View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000415 | file | General | public | 2023-01-04 14:50 | 2023-01-08 20:14 |
Reporter | vt | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.44 | ||||
Fixed in Version | 5.45 | ||||
Summary | 0000415: ChangeLog.lz: empty (lzip compressed data, version: 1) | ||||
Description | `FILE5_44`/`master`(at 8a07d6803554b25fbee28cd34bb0a0e7cea4cfd8) stopped to correctly detect file content inside of `lzip`'ed files. ``` file (master)$ src/file -S -z -m magic/magic.mgc ChangeLog.lz ChangeLog.lz: empty (lzip compressed data, version: 1) ``` | ||||
Steps To Reproduce | ``` file (master)$ lzip -k ChangeLog file (master)$ ls -la ChangeLog* -rw-r--r-- 1 vt vt 61943 Jan 4 17:41 ChangeLog -rw-r--r-- 1 vt vt 17529 Jan 4 17:39 ChangeLog.lz file (master)$ src/file -S -z -m magic/magic.mgc ChangeLog.lz ChangeLog.lz: empty (lzip compressed data, version: 1) ``` | ||||
Additional Information | `FILE5_43` was working correctly: ``` file ((FILE5_43))$ src/file -S -z -m magic/magic.mgc ChangeLog.lz ChangeLog.lz: ASCII text (lzip compressed data, version: 1) ``` | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-04 14:50 | vt | New Issue | |
2023-01-08 20:14 | christos | Assigned To | => christos |
2023-01-08 20:14 | christos | Status | new => assigned |
2023-01-08 20:14 | christos | Status | assigned => resolved |
2023-01-08 20:14 | christos | Resolution | open => fixed |
2023-01-08 20:14 | christos | Fixed in Version | => 5.45 |
2023-01-08 20:14 | christos | Note Added: 0003887 |