lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

spice: 0.13.3 -> 0.14.0

authored by

Will Dietz and committed by
Orivej Desh
eb915f2b 93255334

+2 -21
+2 -21
pkgs/development/libraries/spice/default.nix
··· 6 6 with stdenv.lib; 7 7 8 8 stdenv.mkDerivation rec { 9 - name = "spice-0.13.3"; 9 + name = "spice-0.14.0"; 10 10 11 11 src = fetchurl { 12 12 url = "http://www.spice-space.org/download/releases/${name}.tar.bz2"; 13 - sha256 = "17mqgwamdhj8sx8vhahrjl5937x693kjnw6cp6v0akjrwz011xrh"; 13 + sha256 = "0j5q7cp5p95jk8fp48gz76rz96lifimdsx1wnpmfal0nnnar9nrs"; 14 14 }; 15 - 16 - patches = [ 17 - # the following three patches fix CVE-2016-9577 and CVE-2016-9578 18 - (fetchpatch { 19 - name = "0001-Prevent-possible-DoS-attempts-during-protocol-handsh.patch"; 20 - url = "http://src.fedoraproject.org/cgit/rpms/spice.git/plain/0001-Prevent-possible-DoS-attempts-during-protocol-handsh.patch?id=d919d639ae5f83a9735a04d843eed675f9357c0d"; 21 - sha256 = "11x5566lx5zyl7f39glwsgpzkxb7hpcshx8va5ab3imrns07130q"; 22 - }) 23 - (fetchpatch { 24 - name = "0002-Prevent-integer-overflows-in-capability-checks.patch"; 25 - url = "http://src.fedoraproject.org/cgit/rpms/spice.git/plain/0002-Prevent-integer-overflows-in-capability-checks.patch?id=d919d639ae5f83a9735a04d843eed675f9357c0d"; 26 - sha256 = "1r1bhq98w93cvvrlrz6jwdfsy261xl3xqs0ppchaa2igyxvxv5z5"; 27 - }) 28 - (fetchpatch { 29 - name = "0003-main-channel-Prevent-overflow-reading-messages-from.patch"; 30 - url = "https://cgit.freedesktop.org/spice/spice/patch/?id=1d3e26c0ee75712fa4bbbcfa09d8d5866b66c8af"; 31 - sha256 = "030mm551aipck99rqiz39vsvk071pn8715zynr5j6chwzgpflwm3"; 32 - }) 33 - ]; 34 15 35 16 buildInputs = [ pixman celt alsaLib openssl libjpeg zlib 36 17 libXrandr libXfixes libXrender libXext libXinerama