From 891299822338250b4d759a771a11476b206c57f0 Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Mon, 10 Apr 2023 17:30:27 -0300 Subject: [PATCH] ruby: update to 3.0.6 This release includes security fixes. Please check the topics below for details. - CVE-2023-28755: ReDoS vulnerability in URI - CVE-2023-28756: ReDoS vulnerability in Time This release also includes some bug fixes. See the https://github.com/ruby/ruby/releases/tag/v3_0_6 for further details. Signed-off-by: Luiz Angelo Daros de Luca --- lang/ruby/Makefile | 4 ++-- lang/ruby/patches/100-musl.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index b76812f19a..31f4397ad9 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruby -PKG_VERSION:=3.0.5 +PKG_VERSION:=3.0.6 PKG_RELEASE:=1 # First two numbes @@ -19,7 +19,7 @@ PKG_ABI_VERSION:=$(subst $(space),.,$(wordlist 1, 2, $(subst .,$(space),$(PKG_VE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://cache.ruby-lang.org/pub/ruby/$(PKG_ABI_VERSION)/ -PKG_HASH:=cf7cb5ba2030fe36596a40980cdecfd79a0337d35860876dc2b10a38675bddde +PKG_HASH:=b5cbee93e62d85cfb2a408c49fa30a74231ae8409c2b3858e5f5ea254d7ddbd1 PKG_MAINTAINER:=Luiz Angelo Daros de Luca PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYING diff --git a/lang/ruby/patches/100-musl.patch b/lang/ruby/patches/100-musl.patch index 21645b7a0a..4cb4af907a 100644 --- a/lang/ruby/patches/100-musl.patch +++ b/lang/ruby/patches/100-musl.patch @@ -3,7 +3,7 @@ which was originally based on this file. --- a/configure.ac +++ b/configure.ac -@@ -2471,7 +2471,10 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [ +@@ -2479,7 +2479,10 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [ rb_cv_coroutine=copy ], [ -- 2.30.2