Skip to content

Commit

Permalink
Update ImageMagick to version 7.1.0.8 / rev 236 via SR 920266
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/920266
by user pgajdos + dimstar_suse
- version update to 7.1.0.8
  * Check for `null` in InvokeDelegate() (reference
    ImageMagick/ImageMagick#4225).
  * Fixed incorrect check when module is used as the domain in policy.xml
    that could allow the use of a disabled module. (reference
    GHSA-qvhr-jj4p-j2qr).
  * Prevent color reduction merging into one color (reference
    ImageMagick/ImageMagick#4059)
  * Tweak the bilevel image type (reference
    ImageMagick/ImageMagick#4121).
  * Converting from LAB to RGB leads to wrong colors (reference
    ImageMagick/ImageMagick#4105).
  * Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw
    Imag
  • Loading branch information
pgajdos authored and bmwiedemann committed Sep 24, 2021
1 parent c2d9247 commit 8739bca
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 18 deletions.
Binary file modified packages/i/ImageMagick/.files
Binary file not shown.
23 changes: 23 additions & 0 deletions packages/i/ImageMagick/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -3117,4 +3117,27 @@ Use SUSE- proprietary prefix until SPDX upstream accepts ImageMagick as license
video file with -define video:vsync=&lt;value&gt;. (forwarded request 908508 from dirkmueller)</comment>
<requestid>909423</requestid>
</revision>
<revision rev="236" vrev="1">
<srcmd5>a9e37bf5f8e26f2da3f0f0345984cfc7</srcmd5>
<version>7.1.0.8</version>
<time>1632522920</time>
<user>dimstar_suse</user>
<comment>- version update to 7.1.0.8
* Check for `null` in InvokeDelegate() (reference
https://github.com/ImageMagick/ImageMagick/issues/4225).
* Fixed incorrect check when module is used as the domain in policy.xml
that could allow the use of a disabled module. (reference
https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-qvhr-jj4p-j2qr).
* Prevent color reduction merging into one color (reference
https://github.com/ImageMagick/ImageMagick/issues/4059)
* Tweak the bilevel image type (reference
https://github.com/ImageMagick/ImageMagick/issues/4121).
* Converting from LAB to RGB leads to wrong colors (reference
https://github.com/ImageMagick/ImageMagick/issues/4105).
* Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw
Image and store it as a profile called dng:thumbnail.
* Heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell).
* Grayscale image write optimization.</comment>
<requestid>920266</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/i/ImageMagick/ImageMagick-7.1.0-4.tar.bz2

This file was deleted.

16 changes: 0 additions & 16 deletions packages/i/ImageMagick/ImageMagick-7.1.0-4.tar.bz2.asc

This file was deleted.

1 change: 1 addition & 0 deletions packages/i/ImageMagick/ImageMagick-7.1.0-8.tar.bz2
16 changes: 16 additions & 0 deletions packages/i/ImageMagick/ImageMagick-7.1.0-8.tar.bz2.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEE2Ccu9R2iI+TQW0Zpiatj1IJ3N3oFAmFGOkIACgkQiatj1IJ3
N3qqdg/+MEs5JDcuPiTtdG4g48136H/YBzHSmObRYvnwsyx107fzIcGyI0+8rxLz
hg/Pt3jyF5cnokxFkf4HxLq5IzUJnWSmK7sv/EY6xl6eg2JEsp8GNKOWAyHZOLN6
/J2m7KQ+9ATiVMxlzJW2T0teedEUjigGeg+Fm/OmeNpKqmVPRjlgTn8ZpoOm4MvS
w2XjgMZYnvkoisLUzbz94ttT9JpVm3Ml5HLdXf5U1M0MtQHi9+ls50na8jQhoWbz
mo+CW6CDqcndcY9r2gJPcI6+PkmNjOK9x7zX5Z2qEzZNvmchbxtXVXbask3HGW0+
nQvPxN5lb9ppl+zjXMZJQ0T1LZH1soPYYq2UjkUZIcXPgcgC8l1hHgjrgQlS4/B+
PKsXxzOIIScfPQU7O6eUDfeg7uF7jxRxE3GbfZRfy7a7k4hEFy2kSr6eRX8tKz08
9808cXRw5P3loveLH7J5EkFL4mreMDJBMb9alv+XPxpAm2aImbsK0qJ61XUrCbhN
rNO+xl0l6ynzs7Hp47HZCiq+1OWf2hcPjXNRSSJYCTI/ruBScWGkq7QvT/rSV7UV
E+blM5Y532bLwdiKFLJu64yakxDycAdZLSHswWcK6rhWfKK+pQwVR6etEi/DDo4H
6yQoTnkf7/PGMsaz9/TjPMHSIxPmuiHeMAJAxqJTITAZRZqZTds=
=9hWn
-----END PGP SIGNATURE-----
20 changes: 20 additions & 0 deletions packages/i/ImageMagick/ImageMagick.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 20 08:06:41 UTC 2021 - pgajdos@suse.com

- version update to 7.1.0.8
* Check for `null` in InvokeDelegate() (reference
https://github.com/ImageMagick/ImageMagick/issues/4225).
* Fixed incorrect check when module is used as the domain in policy.xml
that could allow the use of a disabled module. (reference
https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-qvhr-jj4p-j2qr).
* Prevent color reduction merging into one color (reference
https://github.com/ImageMagick/ImageMagick/issues/4059)
* Tweak the bilevel image type (reference
https://github.com/ImageMagick/ImageMagick/issues/4121).
* Converting from LAB to RGB leads to wrong colors (reference
https://github.com/ImageMagick/ImageMagick/issues/4105).
* Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw
Image and store it as a profile called dng:thumbnail.
* Heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell).
* Grayscale image write optimization.

-------------------------------------------------------------------
Mon Jul 26 21:50:28 UTC 2021 - Dirk Müller <dmueller@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion packages/i/ImageMagick/ImageMagick.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%define asan_build 0
%define maj 7
%define mfr_version %{maj}.1.0
%define mfr_revision 4
%define mfr_revision 8
%define quantum_depth 16
%define source_version %{mfr_version}-%{mfr_revision}
%define clibver 10
Expand Down

0 comments on commit 8739bca

Please sign in to comment.