- update to 7.0.8-3:

* Apply translate component of SVG transform rotate.
  * More robust SVG text handling.
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).
  * Fixed an issue with stroke and label

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=367
This commit is contained in:
Petr Gajdos 2018-06-26 09:50:56 +00:00 committed by Git OBS Bridge
parent e7dcc0a16e
commit a60a315a10
7 changed files with 30 additions and 41 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:951631df6fe045bbb6c7f2276bd4b5ed2790a04bd6b40f945359020d2df584c2
size 10772261

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbIGdBAAoJEImrY9SCdzd6EPsQAIkEkMUlJn4Z8HivxBnAJEEi
bBXNGLvZ0YLEgSFBcHYoMpXbo/rpessvJYRG1jcnUdJP55MIzHLFEhfUqPlPvRkT
w4i2gCz/b6e32jsWyQ+bDQU/DNQKgCls0aohf2QD2cGuUyiOj6/MtI6CmxWvPsc5
13sjjRTmJXkqxmUYJcsBnJHsSbt3TTvnPOrAS3/0tZh31IxH7TJadj/Tn0ZeYWOB
QQg/dv6XvweApeqIibaStnzPyoHC/sCTx6xhyR5y4k5/w7Osb9jkSw4XYBicr1MG
96WSdfEFkqg6j9SyqSrZYhOG2QGaN8kD5pur2GRzBuR9ZzRfkAY8NxnsgQw9Haer
mvejfbFb9PRmswjY0xF6Tr57Tc3JKLmBLWJbB/wUMUYoae15dMNKCNZrmZrtyvuK
7l4peWM2RGhsEirkj9UL+ZIOCy7+pGbaWxBQBp277DwB6IufzXugEed5GSiJUdlI
wZrRGkO3PWWaBiYx/Vd984NT4Dgaz3dRH9NIKPuq/HearIuAlb9tKH1V7M2F+DMG
LEcQo+WXmiIwW3RU8w4HHR++8ruVudlWy709vzxHQm7Uatha55Tu7c3PZ95LZ/mv
1izNp7G1mbqg0f2HT5GAbTFDT6y1qKBwkJbGg9JOCZLEd5fZWZd6H1vED+3Ekk+w
a2bbV63aihghY0tlMRQD
=oEDi
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16facacd5eacdea5a020ad6d046e001f7b613418c216f2d2211049b4f022e3bc
size 10777752

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbML2pAAoJEImrY9SCdzd6ojEP/Atr2o78OIYx9YSBD0lzs8QY
pI2mD4wmzL1Jsy5k5cXGVMaqxQfrx9xmHd2dfhlRwQMVLmNW3JEEp2AR7yrf0GCO
NUYsQcST8SyAs5Pv6PubjJfgMRwTIcCX6E7+eVOKVtCCqSdtB8ckw98h1GcZNswU
Z82uOEF8CUIb+xlMlEO/XHsOrqAESbNpH+96nySDBRCuB0pUNmfU189qIEmvOqeB
SSd6StTlcpsgTGQ/0/raTyrRPBBFbxWJ3lOELmgp31SDp+eZPqAol145NjnN11pu
heM7JaaKjopsFVo+H/g382jRCn3QKyl84oC2MexjtItekj0avCf5bzxUy37m9da/
RKjmWEL4+ZeMGCD6A7KG7F1MGiRqdl5hNDo9aS9btt5QtkxVQFSLeE+sdXwtYLOb
YKkBL7Ls0F7GenTf4gYav7wXHxmWie0K7SpEj4bUfYU0F6TotXiqzjheM29Dmyj6
tsK7/4xykSQbRhmx7UMagEryeWtrrGNSfI2eAsLUf4rZhVcnr/UfNivsrGiueuzJ
TnEil1xleEEFhoe4/94+3sGk14PpWc8B+vZ448MXWeNwa5nRfMYKvbG53xnr5bg6
EOr7dtvpcibUS7GuS3cKsuBPRRX68VA98awbRFULYvnluvcaz3iR5AAOEya5H6RG
trPoxyrjdte51rpAuBNN
=Nxzy
-----END PGP SIGNATURE-----

View File

@ -1,21 +0,0 @@
diff -urN ImageMagick-7.0.6-0.orig/PerlMagick/t/filter.t ImageMagick-7.0.6-0/PerlMagick/t/filter.t
--- ImageMagick-7.0.6-0.orig/PerlMagick/t/filter.t 2017-06-11 13:39:49.000000000 +0200
+++ ImageMagick-7.0.6-0/PerlMagick/t/filter.t 2017-08-10 02:24:02.823623000 +0200
@@ -57,7 +57,7 @@
testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/Colorize.miff', 'Colorize', q/fill=>"red", blend=>"50%"/, 0.0, 0.0 );
++$test;
-testFilterCompare('input.miff', q//, 'reference/filter/Contrast.miff', 'Contrast', q//, 0.0, 0.0);
+testFilterCompare('input.miff', q//, 'reference/filter/Contrast.miff', 'Contrast', q//, 0.001, 0.4);
++$test;
testFilterCompare('input.miff', q//, 'reference/filter/Convolve.miff', 'Convolve', q/[0.0625, 0.0625, 0.0625, 0.0625, 0.5, 0.0625, 0.0625, 0.0625, 0.0625]/, 0.1, 0.7);
@@ -138,7 +138,7 @@
testFilterCompare('input.miff', q//, 'reference/filter/OilPaint.miff', 'OilPaint', q//, 0.03, 1.0);
++$test;
-testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/Opaque.miff', 'Opaque', q/color=>"#e23834", fill=>"green"/, 0.0, 0.0);
+testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/Opaque.miff', 'Opaque', q/color=>"#e23834", fill=>"green"/, 0.05, 0.5);
++$test;
testFilterCompare('input.miff', q//, 'reference/filter/Quantize.miff', 'Quantize', q//, 0.2, 0.7);

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 26 09:49:48 UTC 2018 - pgajdos@suse.com
- update to 7.0.8-3:
* Apply translate component of SVG transform rotate.
* More robust SVG text handling.
* Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts (credit to OSS Fuzz).
* Fixed an issue with stroke and label
-------------------------------------------------------------------
Wed Jun 13 08:10:50 UTC 2018 - pgajdos@suse.com

View File

@ -18,7 +18,7 @@
%define maj 7
%define mfr_version %{maj}.0.8
%define mfr_revision 0
%define mfr_revision 3
%define quantum_depth 16
%define source_version %{mfr_version}-%{mfr_revision}
%define clibver 6