diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-09 15:23:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-09 15:23:00 +0100 |
commit | 67c14e09fb1719d464779fa6da3e3739eb38187e (patch) | |
tree | 217fab566effcf8be2ef47fa07d45a006b1bd391 /php-bartlett-php-compatinfo-db-curltls.patch | |
parent | f1139a9b8fd106e4bcd4fd956083f44d10fdff54 (diff) |
php-bartlett-php-compatinfo-db: 1.4.0
Diffstat (limited to 'php-bartlett-php-compatinfo-db-curltls.patch')
-rw-r--r-- | php-bartlett-php-compatinfo-db-curltls.patch | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/php-bartlett-php-compatinfo-db-curltls.patch b/php-bartlett-php-compatinfo-db-curltls.patch new file mode 100644 index 0000000..c05ac0f --- /dev/null +++ b/php-bartlett-php-compatinfo-db-curltls.patch @@ -0,0 +1,73 @@ +diff -up data/references/Curl.constants.json.old data/references/Curl.constants.json +--- data/references/Curl.constants.json.old 2016-01-09 15:10:57.792505666 +0100 ++++ data/references/Curl.constants.json 2016-01-09 15:12:39.665949126 +0100 +@@ -3874,7 +3874,8 @@ + "ext_max": "", + "php_min": "5.5.0", + "php_max": "", +- "php_excludes": "" ++ "php_excludes": "", ++ "optional": true + }, + { + "ext_name_fk": 9, +@@ -3883,7 +3884,8 @@ + "ext_max": "", + "php_min": "5.5.0", + "php_max": "", +- "php_excludes": "" ++ "php_excludes": "", ++ "optional": true + }, + { + "ext_name_fk": 9, +@@ -3892,7 +3894,8 @@ + "ext_max": "", + "php_min": "5.5.0", + "php_max": "", +- "php_excludes": "" ++ "php_excludes": "", ++ "optional": true + }, + { + "ext_name_fk": 9, +@@ -3901,7 +3904,8 @@ + "ext_max": "", + "php_min": "5.5.0", + "php_max": "", +- "php_excludes": "" ++ "php_excludes": "", ++ "optional": true + }, + { + "ext_name_fk": 9, +@@ -3911,7 +3915,8 @@ + "php_min": "5.5.19RC1", + "php_max": "", + "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", +- "lib_curl": "~7.34" ++ "lib_curl": "~7.34", ++ "optional": true + }, + { + "ext_name_fk": 9, +@@ -3921,7 +3926,8 @@ + "php_min": "5.5.19RC1", + "php_max": "", + "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", +- "lib_curl": "~7.34" ++ "lib_curl": "~7.34", ++ "optional": true + }, + { + "ext_name_fk": 9, +@@ -3931,7 +3937,8 @@ + "php_min": "5.5.19RC1", + "php_max": "", + "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", +- "lib_curl": "~7.34" ++ "lib_curl": "~7.34", ++ "optional": true + }, + { + "ext_name_fk": 9, |