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