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/local.mk | |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index bc54b61c21..6344144f08 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -586,6 +586,7 @@ dist_patch_DATA = \ %D%/packages/patches/antlr3-3_3-fix-java8-compilation.patch \ %D%/packages/patches/ao-cad-aarch64-support.patch \ %D%/packages/patches/apr-skip-getservbyname-test.patch \ + %D%/packages/patches/aria2-CVE-2019-3500.patch \ %D%/packages/patches/aspell-default-dict-dir.patch \ %D%/packages/patches/ath9k-htc-firmware-binutils.patch \ %D%/packages/patches/ath9k-htc-firmware-gcc.patch \ |