From 9b00fb49fe7c9c95901f60b7e47196c7cf43fee4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2019 06:53:59 +0200 Subject: add upstream patches for sqlite3 and imagick --- 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch (limited to '4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch') diff --git a/4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch b/4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch new file mode 100644 index 0000000..e1c28a9 --- /dev/null +++ b/4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch @@ -0,0 +1,62 @@ +From 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0 Mon Sep 17 00:00:00 2001 +From: Laurent Laville +Date: Sat, 25 May 2019 08:38:56 +0200 +Subject: [PATCH] to fix issue GH-29 (see also + https://github.com/Imagick/imagick/commit/bf56a61aa565cb2a6a70d5ff4106aed967726b11) + +--- + data/references/Imagick.const.json | 42 +++++++++++++++++++++++++++++- + 1 file changed, 41 insertions(+), 1 deletion(-) + +diff --git a/data/references/Imagick.const.json b/data/references/Imagick.const.json +index d57dd6f..d75a135 100644 +--- a/data/references/Imagick.const.json ++++ b/data/references/Imagick.const.json +@@ -5379,5 +5379,45 @@ + "php_min": "5.4.0", + "php_max": "", + "lib_imagemagick": ">=6.9.3" ++ }, ++ { ++ "ext_name_fk": 29, ++ "class_name": "Imagick", ++ "name": "COMPOSITE_STEREO", ++ "ext_min": "3.4.4RC1", ++ "ext_max": "", ++ "php_min": "5.4.0", ++ "php_max": "", ++ "lib_imagemagick": ">=6.9.10" ++ }, ++ { ++ "ext_name_fk": 29, ++ "class_name": "Imagick", ++ "name": "STYLE_BOLD", ++ "ext_min": "3.4.4RC1", ++ "ext_max": "", ++ "php_min": "5.4.0", ++ "php_max": "", ++ "lib_imagemagick": ">=6.9.11" ++ }, ++ { ++ "ext_name_fk": 29, ++ "class_name": "Imagick", ++ "name": "COLORSPACE_LINEARGRAY", ++ "ext_min": "3.4.4RC1", ++ "ext_max": "", ++ "php_min": "5.4.0", ++ "php_max": "", ++ "lib_imagemagick": ">=6.9.9" ++ }, ++ { ++ "ext_name_fk": 29, ++ "class_name": "Imagick", ++ "name": "RESOURCETYPE_LISTLENGTH", ++ "ext_min": "3.4.4RC1", ++ "ext_max": "", ++ "php_min": "5.4.0", ++ "php_max": "", ++ "lib_imagemagick": ">=6.9.10" + } +-] +\ No newline at end of file ++] -- cgit