Package: mruby / 3.4.0-2

Metadata

Package Version Patches format
mruby 3.4.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Change optimize O2 on build system of Debian.patch | (download)

tasks/toolchains/gcc.rake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] change optimize o2 on build system of debian

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

add_fpic_amd64.patch | (download)

tasks/toolchains/gcc.rake | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
Skip mruby tty test in io.patch | (download)

mrbgems/mruby-io/test/io.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] skip mruby tty test in io

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

Fix typo.patch | (download)

test/t/syntax.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix typo

Fix from parenthesed to parenthesized.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

fix bigint on raspberry pi.patch | (download)

src/vm.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix bigint on raspberry pi

this fixes an issue where base can be out of range on a raspberry pi.

CVE 2025 7207.patch | (download)

mrbgems/mruby-compiler/core/codegen.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] mruby-compiler (scope_new): need to initialize nregs; fix
 #6509

`nregs` should not be smaller than `nlocals`.