diff --git a/patches/4.0/patch-4.0.yaml b/patches/4.0/patch-4.0.yaml index 3d448be..0f4c60c 100644 --- a/patches/4.0/patch-4.0.yaml +++ b/patches/4.0/patch-4.0.yaml @@ -49,6 +49,9 @@ patches: - feature: openssl_extconf_ruby_export_msys file: openssl_extconf_ruby_export_msys_6.patch version: "6" + - feature: openssl_extconf_ruby_export_msys + file: openssl_extconf_ruby_export_msys_6.patch + version: "7" # clang (and cl.exe) reject digest.h's plain extern against digest.c's # dllexport definition under --with-static-linked-ext; upstream's macro # fix, carried for every 4.0.x (unshipped upstream, ruby/ruby d0e0f2af) diff --git a/versions.yml b/versions.yml index af5e354..021a97c 100644 --- a/versions.yml +++ b/versions.yml @@ -188,3 +188,7 @@ versions: sha256: 837d299e8f7ddf2be31a229a7a7e019d354979825117989acb3b32b1a9be262a line: '4.0' scenarios: [linux-gnu, linux-musl, msys] + 4.0.7: + url: https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.7.tar.gz + sha256: 911ace20f90d068ca0e4dda6d0e4f0f81e52e52f2dd4f4004c721e253412e82d + line: '4.0'