rsync: fix CVE-2017-16548

This commit is contained in:
Andreas Rammhold
2017-12-09 13:10:47 +01:00
parent 0a41fc6b7c
commit 3d2df41a8f
3 changed files with 17 additions and 10 deletions
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, perl, rsync }:
{ stdenv, fetchurl, fetchpatch, perl, rsync }:
let
base = import ./base.nix { inherit stdenv fetchurl; };
base = import ./base.nix { inherit stdenv fetchurl fetchpatch; };
in
stdenv.mkDerivation rec {
name = "rrsync-${base.version}";