Skip to content

Update Gzip from 1.10 to 1.12 #2616

Merged
merged 1 commit into from
Apr 8, 2022
Merged

Commits on Apr 8, 2022

  1. 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
    pmenzel committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    9e2b17d View commit details
    Browse the repository at this point in the history