commit: 74742dfaadb00f833e7c786c9ea99e0c5e165176 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 20 07:17:48 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 20 07:17:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74742dfa
profiles: mask intermediate bad libxml2-2.11.* (before <2.11.4) >=2.11.4 is fine, just 2.11.1 up to 2.11.3 were buggy. Mask to avoid confusing bug reports. Bug: https://bugs.gentoo.org/906206 Bug: https://bugs.gentoo.org/905399 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8f70367a7e4c..c02dfaf7d849 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-05-20) +# Various regressions, please upgrade to the latest libxml2 (>=2.11.4). +=dev-libs/libxml2-2.11.1 +=dev-libs/libxml2-2.11.2 +=dev-libs/libxml2-2.11.2-r1 +=dev-libs/libxml2-2.11.3 + # Sam James <[email protected]> (2023-05-19) # Breaks Portage's pid-sandbox at least with 5.10 kernels. Pending investigation. # If you're hitting this, try: FEATURES="-pid-sandbox" emerge -v1 sys-apps/util-linux
