mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
USE=zlib is a global USE flag and probably enabled by most users. However, in OpenSSL, zlib is used for TLS compression which allows for attacks like CRIME vulnerability. Its usage is discouraged and banned in TLS 1.3+. Renaming the USE flag allows us to opt-out from globally set USE=zlib. Package-Manager: Portage-3.0.21, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21574 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>