CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2023/04/18 09:01:42

Modified files:
        lang/ruby/3.0  : Makefile 
Added files:
        lang/ruby/3.0/patches: patch-ext_openssl_ossl_pkey_ec_c 

Log message:
Prepare ruby/3.0 for upcoming libcrypto bump

EC_GFp_nist_method() will be removed, so disable it in Ruby's bindings to
EC_GROUP_new() aka OpenSSL::Pkey::EC::Group.new(). Later Ruby versions removed
this code entirely due to OpenSSL 3 deprecations.
https://github.com/ruby/openssl/commit/df4bec841f69e5885c41e03a20092129a88a717e

ok jeremy

Reply via email to