Merge : dbus: 1.12.16 -> 1.12.18 (security)

...into staging.  Fixes CVE-2020-12049 (DoS).
https://lists.freedesktop.org/archives/dbus/2020-June/017870.html
This commit is contained in:
Vladimír Čunát 2020-06-10 09:04:40 +02:00
commit a038553c8b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -20,11 +20,11 @@ assert enableSystemd -> systemd != null;
stdenv.mkDerivation rec {
pname = "dbus";
version = "1.12.16";
version = "1.12.18";
src = fetchurl {
url = "https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz";
sha256 = "107ckxaff1cv4q6kmfdi2fb1nlsv03312a7kf6lb4biglhpjv8jl";
sha256 = "01jkm6shm76bl3cflmnn37dv6nkph0w1akbqpklyac02hiq4vkv4";
};
patches = lib.optional stdenv.isSunOS ./implement-getgrouplist.patch;