Page MenuHomeFreeBSD

Remove minigzip from the base system.
ClosedPublic

Authored by delphij on Jul 29 2022, 5:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 5:26 AM
Unknown Object (File)
Fri, Apr 5, 3:49 PM
Unknown Object (File)
Fri, Apr 5, 3:11 PM
Unknown Object (File)
Fri, Apr 5, 3:11 PM
Unknown Object (File)
Fri, Apr 5, 3:11 PM
Unknown Object (File)
Fri, Apr 5, 2:54 PM
Unknown Object (File)
Jan 28 2024, 12:16 AM
Unknown Object (File)
Jan 19 2024, 8:00 PM

Details

Summary

The minigzip(1) was initially introduced as a minimal replacement
of GNU gzip(1). We have replaced the GNU gzip(1) with the zlib
based, GPL-free implementation, and minigzip(1) is not being used
anywhere in the base system, so just remove it.

Relnotes: yes

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Can we add a note to minigzip.1 (and MFC it) first, mentioning that it is removed from 14.x and to use gzip instead?

Can we add a note to minigzip.1 (and MFC it) first, mentioning that it is removed from 14.x and to use gzip instead?

Seconded.

This revision now requires changes to proceed.Jul 30 2022, 12:36 AM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 14 2022, 4:12 AM
This revision was automatically updated to reflect the committed changes.