dhcpcd: 6.9.4 -> 6.10.1 (security)
Fixes CVE-2016-1503 & CVE-2016-1504. Changelog: - http://roy.marples.name/archives/dhcpcd-discuss/2016/1143.html - http://roy.marples.name/archives/dhcpcd-discuss/2016/1146.html
This commit is contained in:
parent
13e83a493e
commit
5aa986fba2
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, pkgconfig, udev }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dhcpcd-6.9.4";
|
||||
name = "dhcpcd-6.10.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://roy/dhcpcd/${name}.tar.xz";
|
||||
sha256 = "184vpid8m5175xa2nkh6mmvk8b6z4isfm6nvf4g8l5ggfdsgzwy3";
|
||||
sha256 = "0yxfx3r6ik47rsv1f8q7siw0vas6jcsrbjpaqnx0nn707f6byji8";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig udev ];
|
||||
|
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
|
||||
homepage = http://roy.marples.name/projects/dhcpcd;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
maintainers = with stdenv.lib.maintainers; [ eelco fpletz ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue