libbsd: 0.7.0 -> 0.8.2 for CVE-2016-2090

This commit is contained in:
Graham Christensen 2016-02-27 14:32:56 -06:00
parent 3e1b8935c0
commit a1b69275af

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
let name = "libbsd-0.7.0"; let name = "libbsd-0.8.2";
in stdenv.mkDerivation { in stdenv.mkDerivation {
inherit name; inherit name;
src = fetchurl { src = fetchurl {
url = "http://libbsd.freedesktop.org/releases/${name}.tar.xz"; url = "http://libbsd.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1fqhbi0vd6xjxazf633x388cc8qyn58l78704s0h6k63wlbhwfqg"; sha256 = "02i5brb2007sxq3mn862mr7yxxm0g6nj172417hjyvjax7549xmj";
}; };
patchPhase = '' patchPhase = ''
@ -15,7 +15,7 @@ in stdenv.mkDerivation {
--replace "{exec_prefix}" "{prefix}" --replace "{exec_prefix}" "{prefix}"
''; '';
meta = { meta = {
description = "Common functions found on BSD systems"; description = "Common functions found on BSD systems";
homepage = http://libbsd.freedesktop.org/; homepage = http://libbsd.freedesktop.org/;
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;