commit: eb72ee41457cc0b7f93c1d70f170ddc8ea877175 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 06:24:33 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 1 06:24:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb72ee41
dev-libs/libxml2: add note re itstool/unicode crash patch We need to check if it's still relevant w/ 2.11.0. Bug: https://bugs.gentoo.org/745162 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libxml2/libxml2-2.11.1.ebuild | 3 +++ profiles/package.mask | 2 ++ 2 files changed, 5 insertions(+) diff --git a/dev-libs/libxml2/libxml2-2.11.1.ebuild b/dev-libs/libxml2/libxml2-2.11.1.ebuild index 39232fe55055..2a70f08a4766 100644 --- a/dev-libs/libxml2/libxml2-2.11.1.ebuild +++ b/dev-libs/libxml2/libxml2-2.11.1.ebuild @@ -59,6 +59,9 @@ MULTILIB_CHOST_TOOLS=( /usr/bin/xml2-config ) +# Needs testing to see if still relevant (bug #745162) and rebasing if so +#PATCHES=( "${FILESDIR}"/${PN}-2.10.3-python3-unicode-errors.patch ) + src_unpack() { if [[ ${PV} == 9999 ]] ; then git-r3_src_unpack diff --git a/profiles/package.mask b/profiles/package.mask index 1d010bc9a331..6883b0e6735a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,8 @@ # Sam James <[email protected]> (2023-05-01) # Masked for testing. Other distros seem to have hit a bunch of new test # failures in various applications, and initially there were ABI issues in .0. +# Also, the failure case for bug #745162 needs retesting to see if the patch +# should be rebased or just dropped. >=dev-libs/libxml2-2.11.0 # John Helmert III <[email protected]> (2023-04-30)
