summary refs log tree commit diff
path: root/pkgs/development/libraries/dbus
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-10-19 08:31:14 -0400
committerGraham Christensen <graham@grahamc.com>2016-10-19 08:31:14 -0400
commitbc1317c163ced73bcff4e9a6e897ffafc0fc147e (patch)
tree0a0f3839a7e7f90b5bdcdb6207c2b7596a20c27f /pkgs/development/libraries/dbus
parent09e4b78b48fa9b5da00f44d2c01f0f9f16c3d406 (diff)
downloadnixpkgs-bc1317c163ced73bcff4e9a6e897ffafc0fc147e.tar
nixpkgs-bc1317c163ced73bcff4e9a6e897ffafc0fc147e.tar.gz
nixpkgs-bc1317c163ced73bcff4e9a6e897ffafc0fc147e.tar.bz2
nixpkgs-bc1317c163ced73bcff4e9a6e897ffafc0fc147e.tar.lz
nixpkgs-bc1317c163ced73bcff4e9a6e897ffafc0fc147e.tar.xz
nixpkgs-bc1317c163ced73bcff4e9a6e897ffafc0fc147e.tar.zst
nixpkgs-bc1317c163ced73bcff4e9a6e897ffafc0fc147e.zip
dbus: 1.10.10 -> 1.10.12 for CVE-2015-0245
Diffstat (limited to 'pkgs/development/libraries/dbus')
-rw-r--r--pkgs/development/libraries/dbus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/dbus/default.nix b/pkgs/development/libraries/dbus/default.nix
index 361acf632fa..a2586b011de 100644
--- a/pkgs/development/libraries/dbus/default.nix
+++ b/pkgs/development/libraries/dbus/default.nix
@@ -6,8 +6,8 @@ assert x11Support -> libX11 != null
                   && libSM != null;
 
 let
-  version = "1.10.10";
-  sha256 = "0hwsfczhx2djmc9116vj5v230i7gpjihwh3vbljs1ldlk831v3wx";
+  version = "1.10.12";
+  sha256 = "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1";
 
 self =  stdenv.mkDerivation {
     name = "dbus-${version}";