diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-09-17 20:06:22 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-09-17 20:08:48 +1000 |
commit | 86805c1ba39d15637e69fd4cf74839ba9af0e174 (patch) | |
tree | 1d9160e4b7f6ebd8283fee6dc480b96db1acd611 /gnu/local.mk | |
parent | c351e8cea5aff6aea434953f94c943d1e2224ce8 (diff) | |
download | guix-86805c1ba39d15637e69fd4cf74839ba9af0e174.tar guix-86805c1ba39d15637e69fd4cf74839ba9af0e174.tar.gz |
gnu: ruby-2.2: Update to 2.2.8. Fix CVE-2017-{0898,10784,14033,14064}.
* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.8.
[source]: Remove patch.
* gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.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 76bf1f792f..7c1ffba00d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1012,7 +1012,6 @@ dist_patch_DATA = \ %D%/packages/patches/rsem-makefile.patch \ %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch \ %D%/packages/patches/ruby-concurrent-test-arm.patch \ - %D%/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\ %D%/packages/patches/rxvt-unicode-escape-sequences.patch \ |