diff options
author | Nicolas Graves <[email protected]> | 2024-10-28 12:27:37 +0100 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2024-11-12 17:41:38 +0900 |
commit | 44b06b030dcd78b108fa3869255644e4db792d6b (patch) | |
tree | 678bc9594a62b6bdc0272cda550a733b51ccaeb1 /gnu/local.mk | |
parent | 09bbdc3eadeeec4ffd8ff24a6fb2a07471d2f361 (diff) |
gnu: Remove allegro-5.0. [security fixes]
This package has no dependencies in Guix, is unsupported (see
https://liballeg.org/old.html) and is vulnerable to CVE-2021-36489.
* gnu/packages/game-development.scm (allegro-5.0): Delete variable.
* gnu/local.mk: Deregister patch.
* gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch: Delete file.
Signed-off-by: Maxim Cournoyer <[email protected]>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1792ed8c78..f0eb14c925 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -957,7 +957,6 @@ dist_patch_DATA = \ %D%/packages/patches/akonadi-paths.patch \ %D%/packages/patches/akonadi-not-relocatable.patch \ %D%/packages/patches/akonadi-timestamps.patch \ - %D%/packages/patches/allegro-mesa-18.2.5-and-later.patch \ %D%/packages/patches/alure-dumb-2.patch \ %D%/packages/patches/ibus-anthy-fix-tests.patch \ %D%/packages/patches/ibus-table-paths.patch \ |