ImageMagick: update to 7.0.8.0.
2018-06-12 7.0.8-0 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-0, GIT revision 14459:d7c892d5a:20180612. 2018-06-11 7.0.8-0 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). 2018-06-11 7.0.7-39 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-39, GIT revision 14445:cc962acde:20180611. 2018-06-06 7.0.7-39 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
This commit is contained in:
parent
3878820d4d
commit
c72a7a742a
3 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.172 2018/06/03 22:29:44 ast Exp $
|
||||
# $NetBSD: Makefile.common,v 1.173 2018/06/17 09:03:01 wiz Exp $
|
||||
#
|
||||
# When updating this package, please upload the distfile
|
||||
# since they disappear immediately when new releases happen,
|
||||
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
# used by graphics/p5-PerlMagick/Makefile
|
||||
|
||||
IM_MAJOR_VER= 7.0.7
|
||||
IM_MINOR_VER= 38
|
||||
IM_MAJOR_VER= 7.0.8
|
||||
IM_MINOR_VER= 0
|
||||
IM_MAJOR_LIB_VER= 7
|
||||
|
||||
.if (${IM_MINOR_VER} != NONE)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.102 2018/05/27 06:49:00 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.103 2018/06/17 09:03:01 wiz Exp $
|
||||
bin/Magick++-config
|
||||
bin/MagickCore-config
|
||||
bin/MagickWand-config
|
||||
|
@ -151,7 +151,7 @@ include/ImageMagick-7/MagickWand/pixel-wand.h
|
|||
include/ImageMagick-7/MagickWand/stream.h
|
||||
include/ImageMagick-7/MagickWand/wand-view.h
|
||||
include/ImageMagick-7/MagickWand/wandcli.h
|
||||
lib/ImageMagick-7.0.7/config-Q16HDRI/configure.xml
|
||||
lib/ImageMagick-7.0.8/config-Q16HDRI/configure.xml
|
||||
lib/libMagick++-7.Q16HDRI.la
|
||||
lib/libMagickCore-7.Q16HDRI.la
|
||||
lib/libMagickWand-7.Q16HDRI.la
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.187 2018/06/03 22:29:44 ast Exp $
|
||||
$NetBSD: distinfo,v 1.188 2018/06/17 09:03:01 wiz Exp $
|
||||
|
||||
SHA1 (ImageMagick-7.0.7-38.tar.xz) = 747abf3235209a3419985439f10b7be067d838d8
|
||||
RMD160 (ImageMagick-7.0.7-38.tar.xz) = 16c9f80045b025aca5679d1dbd06d4713dd5e10f
|
||||
SHA512 (ImageMagick-7.0.7-38.tar.xz) = be6f7d1cb75e87e67f00e55b7a3c5bb3084a71945e6e599349ce667ad6f6f2b1014e9f95eceeb3101b201d3e913a4bdcceaf81398fa5388c68477a7ea9ae0600
|
||||
Size (ImageMagick-7.0.7-38.tar.xz) = 8614464 bytes
|
||||
SHA1 (ImageMagick-7.0.8-0.tar.xz) = 50260dc936ea52b8ad878232d11d98e96f11c81a
|
||||
RMD160 (ImageMagick-7.0.8-0.tar.xz) = 76da534559fe2e017fc7bae422384a0a4e54dcff
|
||||
SHA512 (ImageMagick-7.0.8-0.tar.xz) = 9e9e8cca275bcc5ec94ed2e2214960752e16f63443b482783a3b536b3b544b7de78fe7c885ddaca57689db69270797c7012bbab3b249106ba1d3e867ce52d151
|
||||
Size (ImageMagick-7.0.8-0.tar.xz) = 8603000 bytes
|
||||
|
|
Loading…
Reference in a new issue