diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-12-08 18:16:40 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-12-26 16:44:53 +0100 |
commit | 49d40e60b8d52e3f88b6cc26827f8795b5d48658 (patch) | |
tree | 4bd50e16d486f5e285b46a9680e7bb6fc92795fa /gnu/local.mk | |
parent | d695c51dad90ee868fa2494c055d72f6b7b86f0e (diff) | |
download | patches-49d40e60b8d52e3f88b6cc26827f8795b5d48658.tar patches-49d40e60b8d52e3f88b6cc26827f8795b5d48658.tar.gz |
gnu: Add kmplayer.
`guix lint` reports two CVEs, both are unrelated:
- CVE-2018-5200: for vendor "pandora" and some 4.2.2.x version
- CVE-2019-9133: windows only (I assume it it alsow relates to the "pandora"
vendor, since the version the CVE refers to as "solving the issue" does not
exist at KDE.)
* gnu/packages/kde-multimedia.scm (kmplayer): New variable.
* gnu/packages/patches/kmplayer-aarch64.patch,
gnu/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch: New
files.
* gnu/local.mk: Add them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c351975cfe..61dfbb9d5b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1044,6 +1044,8 @@ dist_patch_DATA = \ %D%/packages/patches/kmod-module-directory.patch \ %D%/packages/patches/kmscon-runtime-keymap-switch.patch \ %D%/packages/patches/kpackage-allow-external-paths.patch \ + %D%/packages/patches/kmplayer-aarch64.patch \ + %D%/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch \ %D%/packages/patches/kpmcore-fix-tests.patch \ %D%/packages/patches/kpmcore-remove-broken-test.patch \ %D%/packages/patches/kobodeluxe-paths.patch \ |