While the base profiles enable USE="zlib" by default, it might not be the best choice for mbedtls[1]. https://tls.mbed.org/kb/how-to/deflate-compression-in-ssl-tls Please consider adding a setting to the base profiles in order to disable zlib support by default.
(In reply to Manuel Rüger from comment #0) > While the base profiles enable USE="zlib" by default, it might not be the > best choice for mbedtls[1]. > > https://tls.mbed.org/kb/how-to/deflate-compression-in-ssl-tls > > Please consider adding a setting to the base profiles in order to disable > zlib support by default. I tried adding a line net-libs/mbedtls -zlib to profiles/base/package.use but that doesn't do the trick. USE=zlib is added in profiles/default/linux/make.defaults. I'm not sure how to turn that off.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c420d6cd69aa5ae5828891d2398bfa3777f9b409 commit c420d6cd69aa5ae5828891d2398bfa3777f9b409 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2017-10-30 01:24:42 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2017-10-30 01:24:42 +0000 profiles: disable net-libs/mbedtls[zlib] by default Closes: https://bugs.gentoo.org/635822 profiles/default/linux/package.use | 4 ++++ 1 file changed, 4 insertions(+)