diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-12-18 22:37:41 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-12-18 22:53:46 +0200 |
commit | 91675d50824065cc03304d5bdef5212ceb1ce92d (patch) | |
tree | e339302547ea0a326c07ef607f71a5f13c3ef9e4 /gnu/local.mk | |
parent | b50a9cc0088c2bf58a3576734afc614f458fa931 (diff) | |
download | guix-91675d50824065cc03304d5bdef5212ceb1ce92d.tar guix-91675d50824065cc03304d5bdef5212ceb1ce92d.tar.gz |
gnu: rsync: Patch CVE-2017-{16548,17433,17434}.
* gnu/packages/rsync.scm (rsync)[source]: Add patches.
[properties]: Mark CVE-2017-15994 as not relevant.
* gnu/packages/patches/rsync-CVE-2017-16548.patch,
gnu/packages/patches/rsync-CVE-2017-17433.patch,
gnu/packages/patches/rsync-CVE-2017-17433-fix-tests.patch,
gnu/packages/patches/rsync-CVE-2017-17434-pt1.patch,
gnu/packages/patches/rsync-CVE-2017-17434-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d4237b54d7..484449f72e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1052,6 +1052,11 @@ dist_patch_DATA = \ %D%/packages/patches/ripperx-missing-file.patch \ %D%/packages/patches/rpcbind-CVE-2017-8779.patch \ %D%/packages/patches/rsem-makefile.patch \ + %D%/packages/patches/rsync-CVE-2017-16548.patch \ + %D%/packages/patches/rsync-CVE-2017-17433.patch \ + %D%/packages/patches/rsync-CVE-2017-17433-fix-tests.patch \ + %D%/packages/patches/rsync-CVE-2017-17434-pt1.patch \ + %D%/packages/patches/rsync-CVE-2017-17434-pt2.patch \ %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch \ %D%/packages/patches/ruby-concurrent-test-arm.patch \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ |