Merge #89901: 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:
commit
a038553c8b
@ -20,11 +20,11 @@ assert enableSystemd -> systemd != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dbus";
|
pname = "dbus";
|
||||||
version = "1.12.16";
|
version = "1.12.18";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz";
|
url = "https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz";
|
||||||
sha256 = "107ckxaff1cv4q6kmfdi2fb1nlsv03312a7kf6lb4biglhpjv8jl";
|
sha256 = "01jkm6shm76bl3cflmnn37dv6nkph0w1akbqpklyac02hiq4vkv4";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optional stdenv.isSunOS ./implement-getgrouplist.patch;
|
patches = lib.optional stdenv.isSunOS ./implement-getgrouplist.patch;
|
||||||
|
Loading…
Reference in New Issue
Block a user