diff options
author | Leo Famulari <leo@famulari.name> | 2019-01-09 15:37:44 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-01-09 15:38:19 -0500 |
commit | e82c98abe93c749296c831691c7c67c736f0807f (patch) | |
tree | 6ca82bb0525a5fc9af5ff40f9f4659bb8deda52c /gnu/packages/bittorrent.scm | |
parent | 45ee3fde877ef39dca8382efbbb320c4062637c2 (diff) | |
download | patches-e82c98abe93c749296c831691c7c67c736f0807f.tar patches-e82c98abe93c749296c831691c7c67c736f0807f.tar.gz |
gnu: aria2: Fix CVE-2019-3500.
* gnu/packages/patches/aria2-CVE-2019-3500.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bittorrent.scm (aria2)[source]: Use it.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index e834ba3d2a..ee094a4814 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -264,6 +264,7 @@ maintained upstream.") (uri (string-append "https://github.com/tatsuhiro-t/aria2/" "releases/download/release-" version "/" name "-" version ".tar.xz")) + (patches (search-patches "aria2-CVE-2019-3500.patch")) (sha256 (base32 "18vpgr430vxlwbcc3598rr1srfmwypls6wp1m4wf21hncc1ahi1s")))) |