diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-11-06 15:13:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-11-06 15:34:36 +0100 |
commit | 418dd6adb5de1bc26ff9bac1cb0dc7822be52112 (patch) | |
tree | 3ff1ad6481f6bfeb811ccbaf482e202f90254e6a /gnu/local.mk | |
parent | c58f3ebaf8e0dc0654dc0a0096b5cffc7d6bd2ec (diff) | |
download | patches-418dd6adb5de1bc26ff9bac1cb0dc7822be52112.tar patches-418dd6adb5de1bc26ff9bac1cb0dc7822be52112.tar.gz |
gnu: jq: Update to 1.6.
* gnu/packages/web.scm (jq): Update to 1.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/jq-CVE-2015-8863.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1f9f6b36f8..c2075f7d09 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -834,7 +834,6 @@ dist_patch_DATA = \ %D%/packages/patches/jemalloc-arm-address-bits.patch \ %D%/packages/patches/jbig2dec-ignore-testtest.patch \ %D%/packages/patches/json-glib-fix-tests-32bit.patch \ - %D%/packages/patches/jq-CVE-2015-8863.patch \ %D%/packages/patches/kdbusaddons-kinit-file-name.patch \ %D%/packages/patches/khmer-use-libraries.patch \ %D%/packages/patches/libziparchive-add-includes.patch \ |