mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
update to php-8.5.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user