commit: 0ab57a0eeb810d8b645170496a191baaae00404b Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Nov 23 13:14:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 23 17:02:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab57a0e
package.use.mask: mask dev-tex/pdfannotextractor Bug: https://bugs.gentoo.org/803488 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/23049 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ profiles/package.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 7ce0397f682b..8c96b6fdf809 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Volkmar W. Pogatzki <[email protected]> (2021-11-23) +# pdfannotextractor gets masked as it does not support +# updated dev-java/pdfbox-2.0.24, Bug_#803488 +app-text/texlive pdfannotextractor + # Jakov Smolić <[email protected]> (2021-10-26) # Depends on masked sys-fabric/dapl sys-fabric/ofed dapl diff --git a/profiles/package.mask b/profiles/package.mask index 85d6bde90297..5d529b05c418 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Volkmar W. Pogatzki <[email protected]> (2021-11-23) +# Does not support updated dev-java/pdfbox-2.0.24, Bug_#803488 +# Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812}) +dev-tex/pdfannotextractor + # Marek Szuba <[email protected]> (2021-11-23) # No releases or repo activity upstream since 2013, both versions currently # in the tree fail to build (for different reasons), unmaintained in Gentoo,
