CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/10/20 14:45:59
Modified files:
lang/php : Makefile Makefile.inc
lang/php/7.3 : Makefile
lang/php/7.3/pkg: PLIST-main
lang/php/7.4 : Makefile
lang/php/7.4/patches: patch-ext_imap_php_imap_c
lang/php/7.4/pkg: PLIST-main
lang/php/8.0 : Makefile
lang/php/8.0/patches: patch-ext_imap_php_imap_c
patch-sapi_cgi_cgi_main_c
lang/php/8.0/pkg: PLIST-main
Added files:
lang/php/7.3/patches: patch-ext_openssl_openssl_c
lang/php/7.3/pkg: PLIST-embed
lang/php/7.4/patches: patch-ext_openssl_openssl_c
lang/php/7.4/pkg: PLIST-embed
lang/php/8.0/patches: patch-ext_openssl_openssl_c
lang/php/8.0/pkg: PLIST-embed
lang/php/files : DESCR-embed
Log message:
rearrange the php ports a little so that the embedded SAPI modules
can be built (needed if we want to add nginx unit with php support).
while there patch to tweak a "minimum number of bits" check done for
openssl_pkey_new which A) only looks at openssl.cnf settings and PHP
code, ignoring that the TLS library sets a default length internally,
and B) also checks this when generating named curve EC keys,
resulting in a confusing bogus error message.