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

wip/yesman
Graham Christensen 8 years ago
parent 3e1b8935c0
commit a1b69275af
  1. 6
      pkgs/development/libraries/libbsd/default.nix

@ -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;

Loading…
Cancel
Save