summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bluez
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-09-18 20:21:36 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-09-18 21:19:15 +0200
commitdadb16a57f6b13393d5f34d0e009ec0c2e50079b (patch)
treea9654ae25f08550750cd205bdf6343cd74fea195 /pkgs/os-specific/linux/bluez
parente1372646aa0fe6e7232b395bd650047bcf81b831 (diff)
downloadnixpkgs-dadb16a57f6b13393d5f34d0e009ec0c2e50079b.tar
nixpkgs-dadb16a57f6b13393d5f34d0e009ec0c2e50079b.tar.gz
nixpkgs-dadb16a57f6b13393d5f34d0e009ec0c2e50079b.tar.bz2
nixpkgs-dadb16a57f6b13393d5f34d0e009ec0c2e50079b.tar.lz
nixpkgs-dadb16a57f6b13393d5f34d0e009ec0c2e50079b.tar.xz
nixpkgs-dadb16a57f6b13393d5f34d0e009ec0c2e50079b.tar.zst
nixpkgs-dadb16a57f6b13393d5f34d0e009ec0c2e50079b.zip
bluez: 5.43 -> 5.47 for CVE-2017-1000250
Fixes #29289.
Diffstat (limited to 'pkgs/os-specific/linux/bluez')
-rw-r--r--pkgs/os-specific/linux/bluez/bluez5.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/bluez/bluez5.nix b/pkgs/os-specific/linux/bluez/bluez5.nix
index 89734b321fc..f0a59f36e43 100644
--- a/pkgs/os-specific/linux/bluez/bluez5.nix
+++ b/pkgs/os-specific/linux/bluez/bluez5.nix
@@ -5,11 +5,11 @@
 assert stdenv.isLinux;
 
 stdenv.mkDerivation rec {
-  name = "bluez-5.43";
+  name = "bluez-5.47";
 
   src = fetchurl {
     url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
-    sha256 = "05cdnpz0w2lwq2x5ba87q1h2wgb4lfnpbnbh6p7499hx59fw1j8n";
+    sha256 = "1j22hfjz0fp4pgclgz9mfcwjbr4wqgah3gd2qhfg4r6msmybyxfg";
   };
 
   pythonPath = with pythonPackages;
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
     "--localstatedir=/var"
     "--enable-library"
     "--enable-cups"
+    "--enable-pie"
     "--with-dbusconfdir=$(out)/etc"
     "--with-dbussystembusdir=$(out)/share/dbus-1/system-services"
     "--with-dbussessionbusdir=$(out)/share/dbus-1/services"
@@ -53,7 +54,6 @@ stdenv.mkDerivation rec {
   # FIXME: Move these into a separate package to prevent Bluez from
   # depending on Python etc.
   postInstall = ''
-    cp ./attrib/gatttool $out/bin/gatttool
     mkdir -p $test/test
     cp -a test $test
     pushd $test/test