1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: ruby-2.3.4: Fix CVE-2017-{0899,0900,0901,0902}.

* gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-2.3.4)[source]: Use it.
This commit is contained in:
Ben Woodcroft 2017-08-31 10:21:36 +08:00
parent 9770cbf9e2
commit db542518b3
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6
3 changed files with 357 additions and 0 deletions

View file

@ -140,6 +140,7 @@ a focus on simplicity and productivity.")
(base32
"132p5kc1sx97svbx04g40pz5pr7p8f6jlmnq5r2prlcz5q1xj71l"))
(modules '((guix build utils)))
(patches (search-patches "ruby-2.3.4-rubygems-2613-ruby23.patch"))
(snippet `(begin
;; Remove bundled libffi
(delete-file-recursively "ext/fiddle/libffi-3.2.1")