summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db-curltls.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 14:50:27 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 14:50:27 +0200
commit8199365501d0a1db8cce270e8ee127fdf98ef3cb (patch)
treebddb9b320c3725a73b1101909efa9662f2e6b30f /php-bartlett-php-compatinfo-db-curltls.patch
parent6519a1f8a5c2bc2ea90164828f52a1ef0d50e737 (diff)
update patch for backported features
Diffstat (limited to 'php-bartlett-php-compatinfo-db-curltls.patch')
-rw-r--r--php-bartlett-php-compatinfo-db-curltls.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/php-bartlett-php-compatinfo-db-curltls.patch b/php-bartlett-php-compatinfo-db-curltls.patch
deleted file mode 100644
index b440d19..0000000
--- a/php-bartlett-php-compatinfo-db-curltls.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-diff -up ./data/reference/extension/curl/55/constants.json.curltls data/reference/extension/curl/55/constants.json
---- ./data/reference/extension/curl/55/constants.json.curltls 2021-02-10 08:41:37.593374602 +0100
-+++ ./data/reference/extension/curl/55/constants.json 2021-02-10 08:48:53.129243382 +0100
-@@ -1440,26 +1440,31 @@
- },
- {
- "name": "CURL_SSLVERSION_DEFAULT",
-+ "optional": true,
- "ext_min": "5.5.0",
- "php_min": "5.5.0"
- },
- {
- "name": "CURL_SSLVERSION_SSLv2",
-+ "optional": true,
- "ext_min": "5.5.0",
- "php_min": "5.5.0"
- },
- {
- "name": "CURL_SSLVERSION_SSLv3",
-+ "optional": true,
- "ext_min": "5.5.0",
- "php_min": "5.5.0"
- },
- {
- "name": "CURL_SSLVERSION_TLSv1",
-+ "optional": true,
- "ext_min": "5.5.0",
- "php_min": "5.5.0"
- },
- {
- "name": "CURL_SSLVERSION_TLSv1_0",
-+ "optional": true,
- "ext_min": "5.5.19RC1",
- "php_min": "5.5.19RC1",
- "php_excludes": "5.6.0, 5.6.0RC1, 5.6.0RC2, 5.6.0RC3, 5.6.0RC4, 5.6.1, 5.6.1RC1, 5.6.2",
-@@ -1472,6 +1477,7 @@
- },
- {
- "name": "CURL_SSLVERSION_TLSv1_1",
-+ "optional": true,
- "ext_min": "5.5.19RC1",
- "php_min": "5.5.19RC1",
- "php_excludes": "5.6.0, 5.6.0RC1, 5.6.0RC2, 5.6.0RC3, 5.6.0RC4, 5.6.1, 5.6.1RC1, 5.6.2",
-@@ -1484,6 +1490,7 @@
- },
- {
- "name": "CURL_SSLVERSION_TLSv1_2",
-+ "optional": true,
- "ext_min": "5.5.19RC1",
- "php_min": "5.5.19RC1",
- "php_excludes": "5.6.0, 5.6.0RC1, 5.6.0RC2, 5.6.0RC3, 5.6.0RC4, 5.6.1, 5.6.1RC1, 5.6.2",