CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/28 13:07:59
Modified files:
lang/ruby/2.7 : Makefile
lang/ruby/2.7/patches: patch-configure
patch-ext_openssl_extconf_rb
lang/ruby/3.0 : Makefile
lang/ruby/3.0/patches: patch-compile_c patch-configure
patch-ext_etc_etc_c
patch-lib_rubygems_ext_ext_conf_builder_rb
Added files:
lang/ruby/2.7/patches: patch-ext_openssl_ossl_ocsp_c
lang/ruby/3.0/patches: patch-ext_openssl_ossl_ocsp_c
Log message:
Rubys: Avoid upcoming build breakage due to opaque OCSP_BASICRESPONSE.
Replace bs->certs with OCSP_resp_get0_certs(bs).
ok jeremy (maintainer)