commit: bc9b6db63e38e56b295e71ece3a3128a75822d03 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Wed Mar 26 23:41:52 2025 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Wed Mar 26 23:41:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9b6db6
profiles/base: Block dev-libs/xmlrpc-c[-libxml2] Bug: https://bugs.gentoo.org/952113 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 7403a5fe9132..1b5b62934d84 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sebastian Pipping <[email protected]> (2025-03-27) +# This blocks accidental use of bundled vulnerable dev-libs/expat +# for now (bug #952113) +dev-libs/xmlrpc-c libxml2 + # Joonas Niilola <[email protected]> (2025-03-05) # 136.0 can't be compiled with "-rust-extensions". ~mail-client/thunderbird-136.0 rust-extensions
