diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-09-17 19:51:06 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-09-17 20:08:48 +1000 |
commit | c351e8cea5aff6aea434953f94c943d1e2224ce8 (patch) | |
tree | 868e2fce734022754547a26762cac2fd2e133547 /gnu/local.mk | |
parent | 312e8a9993bfcc85782bc7090b6cb06027dd4449 (diff) | |
download | guix-c351e8cea5aff6aea434953f94c943d1e2224ce8.tar guix-c351e8cea5aff6aea434953f94c943d1e2224ce8.tar.gz |
gnu: ruby-2.3: Update to 2.3.5. Fix CVE-2017-{0898,10784,14033,14064}.
* gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.5.
[source]: Remove patch.
* gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.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 5c1144e1b9..76bf1f792f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1013,7 +1013,6 @@ dist_patch_DATA = \ %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-2.3.4-rubygems-2613-ruby23.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 \ |