Commit 091e8dd
committed
Change 7zip binaries to 7zip-zstd 19.00 v1.4.2 RRR
7zip-zstd is a fork of 7zip that includes support for lz4, zstd, and
several more compression formats. This version also includes the fix
for CVE-2018-10115.
Fix archive creation defaulting to zstd
Turns out that 7zip-zstd defaults to zstd instead of LZMA2 like regular
7zip. Since we want to remain compatible with regular 7zip, we need to
make sure to explicitly specify LZMA2 mode (-m0=lzma2) in all 7zip
archive creation commands we use.
Under # 338. Closes # 452. <--- RRR1 parent 0558c83 commit 091e8dd
5 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | | - | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1505 | 1505 | | |
1506 | 1506 | | |
1507 | 1507 | | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
1508 | 1512 | | |
1509 | 1513 | | |
1510 | 1514 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments