View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000020 | file | General | public | 2018-07-26 13:04 | 2018-08-01 08:51 |
Reporter | anonymous | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | GNU/Linux | OS Version | CentOS 7 |
Product Version | 5.34 | ||||
Summary | 0000020: --mime-encoding --uncompress reports a mangled string for .tar.gz files | ||||
Description | Hello! Have a problem similar to https://bugs.astron.com/view.php?id=18, but for .tar.gz files instead of .doc Option --mime-encoding --uncompress (-z) for my .tar.gz file produces "application/x-tarbinary" $ file --mime-encoding --uncompress example.tar.gz example.tar.gz: application/x-tarbinary $ file --mime --uncompress example.tar.gz example.tar.gz: application/x-tar; charset=binary compressed-encoding=application/x-gzip; charset=binary Suppose that instead of "application/x-tarbinary" program should just return "binary" Tried with latest release 5.34 (compile from source) and with old pre-installed version 5.11 | ||||
Steps To Reproduce | 1. Create example.tar.gz archive with two non-empty text files in it; 2. Run `file --mime-encoding --uncompress example.tar.gz` | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-07-26 13:04 | anonymous | New Issue | |
2018-08-01 08:51 | christos | Assigned To | => christos |
2018-08-01 08:51 | christos | Status | new => assigned |
2018-08-01 08:51 | christos | Status | assigned => resolved |
2018-08-01 08:51 | christos | Resolution | open => fixed |
2018-08-01 08:51 | christos | Note Added: 0000019 |