diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-02 23:40:19 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-02 23:41:35 +0200 |
commit | 9a46e0dd843a2f4c832f74e9a503e7200c934eb7 (patch) | |
tree | bdd1a84911e1bf91686ea99a3aa2410a6a62cf53 /gnu/local.mk | |
parent | 395659d86d98afaba4d311ca5618f49a4548f6ae (diff) |
gnu: dbus: Fix CVE-2020-12049.
* gnu/packages/patches/dbus-CVE-2020-12049.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/glib.scm (dbus/fixed): New variable.
(dbus)[replacement]: New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4a8a855502..babcb8f6ad 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -855,6 +855,7 @@ dist_patch_DATA = \ %D%/packages/patches/datefudge-gettimeofday.patch \ %D%/packages/patches/dbacl-include-locale.h.patch \ %D%/packages/patches/dbus-helper-search-path.patch \ + %D%/packages/patches/dbus-CVE-2020-12049.patch \ %D%/packages/patches/dbus-c++-gcc-compat.patch \ %D%/packages/patches/dbus-c++-threading-mutex.patch \ %D%/packages/patches/dconf-meson-0.52.patch \ |