Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gzip: Update version from 1.10 to 1.12
1. [Gzip 1.11 summary][1] 2. Gzip 1.12 fixes [zgrep, xzgrep: arbitrary-file-write vulnerability][2]. $ gzip --version | head -1 gzip 1.12 $ echo foo | gzip > "$(printf '|\n;e banner pwned\n#.gz')" $ zgrep -H foo *gz | ;e banner pwned #.gz:foo [1]: https://www.phoronix.com/scan.php?page=news_item&px=Gzip-1.11-Released [2]: https://www.openwall.com/lists/oss-security/2022/04/07/8
- Loading branch information