]> code.ossystems Code Review - openembedded-core.git/commitdiff
ruby: 2.7.3 -> 2.7.4
authorMinjae Kim <flowergom@gmail.com>
Tue, 10 Aug 2021 01:36:54 +0000 (10:36 +0900)
committerSteve Sakoman <steve@sakoman.com>
Tue, 10 Aug 2021 14:02:54 +0000 (04:02 -1000)
This release includes security fixes.

CVE-2021-31810: Trusting FTP PASV responses vulnerability in Net::FTP
CVE-2021-32066: A StartTLS stripping vulnerability in Net::IMAP
CVE-2021-31799: A command injection vulnerability in RDoc

https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/ruby/ruby_2.7.4.bb [moved from meta/recipes-devtools/ruby/ruby_2.7.3.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-devtools/ruby/ruby_2.7.3.bb
rename to meta/recipes-devtools/ruby/ruby_2.7.4.bb
index 318b9acdae2b81d2a1a43dbe53a2c52e29dd740c..dafa7d2f6b6eb63aa10aefdb113c1336498ee79c 100644 (file)
@@ -9,8 +9,8 @@ SRC_URI += " \
            file://0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch \
            "
 
-SRC_URI[md5sum] = "72ef97685008981de3ddb748d0dab31f"
-SRC_URI[sha256sum] = "8925a95e31d8f2c81749025a52a544ea1d05dad18794e6828709268b92e55338"
+SRC_URI[md5sum] = "823cd21d93c69e4168b03dd127369343"
+SRC_URI[sha256sum] = "3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"