Bug 14771 - Feature Request: Busybox GZip -l compatibility
Summary: Feature Request: Busybox GZip -l compatibility
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.35.x
Hardware: All Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-24 15:09 UTC by Synper311
Modified: 2022-04-24 15:09 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Synper311 2022-04-24 15:09:48 UTC
There are a number of tools and scripts which assume the presence of the GZip -l argument to list the compressed file's contents, namely XArchiver and other archivers which work with system-present archivers.

I reproduced the behavior on Alpine Linux Edge (v3.15.x) with Busybox v1.35.0 and XArchiver 0.5.4.17.

GNU GZip documentation:  
https://www.gnu.org/software/gzip/manual/gzip.html#Sample

Bug filed downstream with XArchiver:  
https://github.com/ib/xarchiver/issues/144