From 1c4a8773fc1f2b259d765a96ff662015fa3b111f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Oct 2021 12:20:39 +0200 Subject: update to 3.12.0 --- php-bartlett-php-compatinfo-db-upstream.patch | 33 --------------------------- 1 file changed, 33 deletions(-) delete mode 100644 php-bartlett-php-compatinfo-db-upstream.patch (limited to 'php-bartlett-php-compatinfo-db-upstream.patch') diff --git a/php-bartlett-php-compatinfo-db-upstream.patch b/php-bartlett-php-compatinfo-db-upstream.patch deleted file mode 100644 index a3cfe96..0000000 --- a/php-bartlett-php-compatinfo-db-upstream.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 91f1a3be3613cb60d90ebbde06a2c015c44752fa Mon Sep 17 00:00:00 2001 -From: Laurent Laville -Date: Mon, 27 Sep 2021 08:46:20 +0000 -Subject: [PATCH] fix following explain on comment - https://github.com/llaville/php-compatinfo-db/issues/88#issuecomment-927653102 - ---- - data/reference/extension/openssl/40/constants.json | 8 +++++++- - data/reference/extension/openssl/81/constants.json | 13 ------------- - src/Application/Query/Init/InitHandler.php | 2 +- - 3 files changed, 8 insertions(+), 15 deletions(-) - delete mode 100644 data/reference/extension/openssl/81/constants.json - -diff --git a/data/reference/extension/openssl/40/constants.json b/data/reference/extension/openssl/40/constants.json -index f098bcc6..f626e042 100644 ---- a/data/reference/extension/openssl/40/constants.json -+++ b/data/reference/extension/openssl/40/constants.json -@@ -37,7 +37,13 @@ - { - "name": "OPENSSL_SSLV23_PADDING", - "ext_min": "4.0.4", -- "php_min": "4.0.4" -+ "php_min": "4.0.4", -+ "dependencies": [ -+ { -+ "name": "openssl", -+ "constraint": "<3.0.0" -+ } -+ ] - }, - { - "name": "PKCS7_BINARY", - -- cgit