diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-10-30 13:37:55 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-30 21:05:19 +0100 |
commit | 646ae5a0b1ec9e7c099de0088c333470283f7e33 (patch) | |
tree | 499e9ee8a4bf8074b54a947e778b20f5b8cc1ea2 /package/ruby/ruby.hash | |
parent | 15793bc19f196691f6b09636ebf2c3de53d369c0 (diff) | |
download | buildroot-646ae5a0b1ec9e7c099de0088c333470283f7e33.tar.gz buildroot-646ae5a0b1ec9e7c099de0088c333470283f7e33.zip |
ruby: security bump to version 2.4.5
Fixes the following security issues:
- CVE-2018-16396: Tainted flags are not propagated in Array#pack and
String#unpack with some directives
https://www.ruby-lang.org/en/news/2018/10/17/not-propagated-taint-flag-in-some-formats-of-pack-cve-2018-16396/
- CVE-2018-16395: OpenSSL::X509::Name equality check does not work correctly
https://www.ruby-lang.org/en/news/2018/10/17/openssl-x509-name-equality-check-does-not-work-correctly-cve-2018-16395/
Update hash of LEGAL as it had a few (wayback machine) URLs added/changed.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ruby/ruby.hash')
-rw-r--r-- | package/ruby/ruby.hash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ruby/ruby.hash b/package/ruby/ruby.hash index dd4cfc202b..b36d49461c 100644 --- a/package/ruby/ruby.hash +++ b/package/ruby/ruby.hash @@ -1,6 +1,6 @@ -# From https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-4-4-released/ -sha256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 ruby-2.4.4.tar.xz +# https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-4-5-released/ +sha256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ruby-2.4.5.tar.xz # License files, Locally calculated -sha256 5cda9584acd5e1096276a375085b7e659fa67a072fd69ec2c3931e54f7f563bb LEGAL +sha256 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb LEGAL sha256 f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864 COPYING sha256 a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4 BSDL |