]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Raise the lzip max dictionary size to 512MB. 1645/head
authorPeter Pentchev <roam@debian.org>
Wed, 22 Dec 2021 15:05:53 +0000 (17:05 +0200)
committerPeter Pentchev <roam@debian.org>
Wed, 22 Dec 2021 15:05:53 +0000 (17:05 +0200)
commit6de517acdde9894c844520ec556663bb08bf2ba5
tree6460f17c23ae91ab3b6f641af96a502f95c425ec
parent411284e3f5819a5726622f3f129ebf2859f2d46b
Raise the lzip max dictionary size to 512MB.

The lzip documentation specifies that the logarithm of the dictionary
base size may be in the range 12-29, and the lzip utility is quite
capable of creating an archive with a dictionary larger than 128M if
passed the appropriate -s command-line option.
libarchive/archive_read_support_filter_xz.c
libarchive/archive_write_add_filter_xz.c