Skip to content

Commit 5e85657

Browse files
committedJan 6, 2018
1 parent acb363f commit 5e85657

File tree

1 file changed

+15
-0
lines changed
  • pkgs/applications/networking/sync/rsync

1 file changed

+15
-0
lines changed
 

‎pkgs/applications/networking/sync/rsync/base.nix

+15
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ rec {
1818
url = "https://git.samba.org/rsync.git/?p=rsync.git;a=commitdiff_plain;h=47a63d90e71d3e19e0e96052bb8c6b9cb140ecc1;hp=bc112b0e7feece62ce98708092306639a8a53cce";
1919
sha256 = "1dcdnfhbc5gd0ph7pds0xr2v8rpb2a4p7l9c1wml96nhnyww1pg1";
2020
})
21+
(fetchpatch {
22+
name = "CVE-2017-17433.patch";
23+
url = "https://git.samba.org/?p=rsync.git;a=patch;h=3e06d40029cfdce9d0f73d87cfd4edaf54be9c51";
24+
sha256 = "1kvnh6znp37a447h9fm2pk7v4phx20bk60j4wbsd92xlpp7vck52";
25+
})
26+
(fetchpatch {
27+
name = "CVE-2017-17434-patch1.patch";
28+
url = "https://git.samba.org/?p=rsync.git;a=patch;h=5509597decdbd7b91994210f700329d8a35e70a1";
29+
sha256 = "16gg670s6b4gn3fywkkagixkpkpf31a3fiqx2a544640pblbgvyx";
30+
})
31+
(fetchpatch {
32+
name = "CVE-2017-17434-patch2.patch";
33+
url = "https://git.samba.org/?p=rsync.git;a=patch;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9";
34+
sha256 = "182pc5bk1i57ganyn51bcs6vi2fib7zcw4kz3iyqkzihnjds10a6";
35+
})
2136
];
2237

2338
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)