diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-08-25 14:00:51 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-09-22 19:25:08 +0300 |
commit | 71a7f1d715e4937c8057995ca40cb0c7f57a1e82 (patch) | |
tree | c98a76a22e86bd46615d2182c825bbcfd718c353 /profiles/arch | |
parent | media-libs/assimp: drop old (diff) | |
download | gentoo-71a7f1d715e4937c8057995ca40cb0c7f57a1e82.tar.gz gentoo-71a7f1d715e4937c8057995ca40cb0c7f57a1e82.tar.bz2 gentoo-71a7f1d715e4937c8057995ca40cb0c7f57a1e82.zip |
media-libs/assimp: add 5.4.2-r1 re-enable opencollada via USE flag, change SLOT
Bug 891787 (CVE-2022-45748) has been fixed since `5.2.5-r1`, so we can re-enable
opencollada support and make it optional via `collada` USE flag.
Mask on loong and riscv for now until opencollada is cleaned up and
re-keyworded.
Bug: https://bugs.gentoo.org/891787#c7
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/loong/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 5ed3d683fbb1..131a47d063b1 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Paul Zander <negril.nx+gentoo@gmail.com> (2024-09-14) +# needs re-keywording and clean-up of media-libs/opencollada +media-libs/assimp collada + # Andreas Sturmlechner <asturm@gentoo.org> (2024-09-13) # dev-python/pyside6 isn't keyworded here dev-python/QtPy pyside6 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index d18dd825222c..40d756b4ac58 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Paul Zander <negril.nx+gentoo@gmail.com> (2024-09-08) +# needs re-keywording and clean-up of media-libs/opencollada +media-libs/assimp collada + # Michael Orlitzky <mjo@gentoo.org> (2024-09-01) # Mask the optional plotting backend sci-libs/vtk because it's a beast # and I don't want to deal with it right now. |