Skip to content

Commit c0ce796

Browse files
committed
package/ruby: security bump to version 2.4.6
Fixes the following security issues: - CVE-2019-8320: Delete directory using symlink when decompressing tar - CVE-2019-8321: Escape sequence injection vulnerability in verbose - CVE-2019-8322: Escape sequence injection vulnerability in gem owner - CVE-2019-8323: Escape sequence injection vulnerability in API response handling - CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution - CVE-2019-8325: Escape sequence injection vulnerability in errors Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]> (cherry picked from commit 9009823) Signed-off-by: Peter Korsgaard <[email protected]>
1 parent dc03655 commit c0ce796

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/ruby/ruby.hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-4-5-released/
2-
sha256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ruby-2.4.5.tar.xz
1+
# https://www.ruby-lang.org/en/news/2019/04/01/ruby-2-4-6-released/
2+
sha256 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c ruby-2.4.6.tar.xz
33
# License files, Locally calculated
44
sha256 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb LEGAL
55
sha256 f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864 COPYING

package/ruby/ruby.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
################################################################################
66

77
RUBY_VERSION_MAJOR = 2.4
8-
RUBY_VERSION = $(RUBY_VERSION_MAJOR).5
8+
RUBY_VERSION = $(RUBY_VERSION_MAJOR).6
99
RUBY_VERSION_EXT = 2.4.0
1010
RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
1111
RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz

0 commit comments

Comments
 (0)