wok diff perl-io-compress/description.txt @ rev 25495
Up expat (2.5.0), CVE-2022-43680
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 02 10:14:28 2022 +0000 (23 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-io-compress/description.txt Fri Dec 02 10:14:28 2022 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +This module provides a Perl interface that allows the reading of 1.5 +files or buffers that have been compressed with a variety of 1.6 +compression libraries. 1.7 + 1.8 +The formats supported are: 1.9 + 1.10 +RFC 1950 1.11 +RFC 1951 (optionally) 1.12 +gzip (RFC 1952) 1.13 +zip 1.14 +zstd (Zstandard) 1.15 +bzip2 1.16 +lzop 1.17 +lzf 1.18 +lzma 1.19 +lzip 1.20 +xz 1.21 + 1.22 +The module will auto-detect which, if any, of the supported compression 1.23 +formats is being used.