update to php-8.5.3

This commit is contained in:
sthen
2026-02-11 11:27:56 +00:00
parent 68f0b2c5bc
commit 54e5caa2ee
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
PHP_VERSION= 8.5.2
AUTOCONF_VERSION= 2.71
PHP_VERSION= 8.5.3
AUTOCONF_VERSION= 2.72
# override PORTROACH from ../Makefile.inc; no marker wanted for the highest
# branch, to allow finding new branches
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (php-8.5.2.tar.xz) = y3WpsAooBvc5DdZIWO9CpHtEOzR1dpyK9q8zoYsTgfE=
SIZE (php-8.5.2.tar.xz) = 14331112
SHA256 (php-8.5.3.tar.xz) = zmVyW4rwc1a2mmBG0hSHBAsR8qz954beOLK/txLDbrk=
SIZE (php-8.5.3.tar.xz) = 14333456
@@ -1,7 +1,11 @@
This check doesn't make sense for EC keys. (Also it ignores the default
key size compiled into libcrypto, only looks at default_bits in openssl.cnf
and any settings in the php file, which results in bogus failures).
Index: ext/openssl/openssl_backend_common.c
--- ext/openssl/openssl_backend_common.c.orig
+++ ext/openssl/openssl_backend_common.c
@@ -1433,7 +1433,7 @@ static const char *php_openssl_get_evp_pkey_name(int k
@@ -1436,7 +1436,7 @@ static const char *php_openssl_get_evp_pkey_name(int k
EVP_PKEY *php_openssl_generate_private_key(struct php_x509_request * req)
{