summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-09 20:02:28 +0000
committeradam <adam@pkgsrc.org>2017-07-09 20:02:28 +0000
commit20a05d52d314bca3823288773380ed979b236b00 (patch)
tree9d48b8ee1ac67b9cf818c946e7f9ba2a2dd0957e /graphics/GraphicsMagick
parente8e1b623c7aad7386f455ccbee2fe31a1fcd2825 (diff)
downloadpkgsrc-20a05d52d314bca3823288773380ed979b236b00.tar.gz
1.3.26:
Security Fixes: --------------- DPX: Fix excessive use of memory (DOS issue) due to file header claiming large image dimensions but insufficient backing data. (CVE-2017-10799). JNG: Fix memory leak when reading invalid JNG image (CVE-2017-8350). MAT: Fix excessive use of memory (DOS issue) due to continuing processing with insufficient data and claimed large image size. Verify each file extent to make sure that it is within range of file size. (CVE-2017-10800). META: Fix heap overflow while parsing 8BIM chunk (CVE-2016-7800). PCX: Fix denial of service issue. RLE: Fix abnomally slow operation (denial of service issue) with intentionally corrupt colormapped file. PICT: Fix possible buffer overflow vulnerability given suitably truncated input file. PNG: Enforce spec requirement that the dimensions of the JPEG embedded in a JDAT chunk must match the JHDR dimensions (CVE-2016-9830). PNG: Avoid NULL dereference when MAGN chunk processing fails. SCT: Fix stack-buffer read overflow (underflow?) while reading SCT header. SGI: Fix denial of service issues. Delay large memory allocations until file header has fully passed sanity checks. TIFF: Fix out of bounds read when reading CMYKA TIFF which claims to have only 2 samples per pixel (CVE-2017-6335). TIFF: Fix out of bounds read when reading RGB TIFF which claims to have only 1 sample per pixel (CVE-2017-10794). WPG: Fix heap overflow (CVE-2016-7996). Fix assertion crash (CVE-2016-7997). Bug fixes: ---------- DifferenceImage(): Fix Fix all-black difference image if an input file is colormapped. EXIF orientation was not being properly detected for some files. -frame: The import command -frame handling was improperly implemented and was using already freed data. GIF: Fixes for "Excessive LZW string data" problem. Magick++: Bug fixes to PathSmoothCurvetoRel::operator() and PathSmoothCurvetoRel::operator(). PAM: Support writing GRAYSCALE PAM format. PNG: Fix memory leaks. SVG: Fixed a memory leak. Fixed a possible null pointer dereference. TclMagick: Problem that TkMagick could not resolve functions from TclMagick under Linux is fixed. TclMagick: Fix parser validatation in magickCmd() to avoid crash given a syntax error. TIFF: Fix for reading old JPEG files (avoids "Improper call to JPEG library in state 0. (LibJpeg)."). TXT: Fixed memory leak. XCF: Error checking is improved. New Features: ------------- EXIF rotation: Support is added such that the EXIF orientation tag is updated when the image is rotated. MAT: Now support reading multiple images from Matlab V4 format. Magick++: Orientation method now updates orientation in EXIF profile, if it exists. Magick++: Added Image attribute method which accepts a 'char *' argument, and will remove the attribute if the value argument is NULL. -orient: The -orient command line option now also updates the orientation in the EXIF profile, if it exists. PGX: Support PGX JPEG 2000 format for reading and writing (within the bounds of what JasPer supports). Wand API: Added MagickAutoOrientImage(), MagickGetImageOrientation(), MagickSetImageOrientation(), MagickRemoveImageOption(), and MagickClearException().
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile3
-rwxr-xr-xgraphics/GraphicsMagick/Makefile.common4
-rw-r--r--graphics/GraphicsMagick/PLIST4
-rw-r--r--graphics/GraphicsMagick/distinfo10
4 files changed, 11 insertions, 10 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index f28b5ee595b..da4ff8d8257 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.80 2017/03/09 10:47:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.81 2017/07/09 20:02:28 adam Exp $
-PKGREVISION= 2
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/graphics/GraphicsMagick/Makefile.common b/graphics/GraphicsMagick/Makefile.common
index a6c46152dcc..febd995ef0a 100755
--- a/graphics/GraphicsMagick/Makefile.common
+++ b/graphics/GraphicsMagick/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.16 2017/01/19 18:52:11 agc Exp $
+# $NetBSD: Makefile.common,v 1.17 2017/07/09 20:02:28 adam Exp $
# used by graphics/GraphicsMagick/Makefile
# used by graphics/p5-GraphicsMagick/Makefile
GM_MAJOR_VER= 1.3
-GM_MINOR_VER= 25
+GM_MINOR_VER= 26
DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER}
DISTNAME= GraphicsMagick-${DISTVERSION}
CATEGORIES= graphics
diff --git a/graphics/GraphicsMagick/PLIST b/graphics/GraphicsMagick/PLIST
index 39df7407f23..d0f465a9479 100644
--- a/graphics/GraphicsMagick/PLIST
+++ b/graphics/GraphicsMagick/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2016/09/07 06:29:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2017/07/09 20:02:28 adam Exp $
bin/GraphicsMagick++-config
bin/GraphicsMagick-config
bin/GraphicsMagickWand-config
@@ -234,6 +234,7 @@ share/doc/GraphicsMagick/www/ChangeLog-2012.html
share/doc/GraphicsMagick/www/ChangeLog-2013.html
share/doc/GraphicsMagick/www/ChangeLog-2014.html
share/doc/GraphicsMagick/www/ChangeLog-2015.html
+share/doc/GraphicsMagick/www/ChangeLog-2016.html
share/doc/GraphicsMagick/www/Changelog.html
share/doc/GraphicsMagick/www/Changes.html
share/doc/GraphicsMagick/www/Copyright.html
@@ -369,6 +370,7 @@ share/doc/GraphicsMagick/www/quantize.html
share/doc/GraphicsMagick/www/reference.html
share/doc/GraphicsMagick/www/security.html
share/doc/GraphicsMagick/www/smile.c
+share/doc/GraphicsMagick/www/thanks.html
share/doc/GraphicsMagick/www/time.html
share/doc/GraphicsMagick/www/tools.html
share/doc/GraphicsMagick/www/utilities.html
diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo
index 7517308cfba..09d02c03a1e 100644
--- a/graphics/GraphicsMagick/distinfo
+++ b/graphics/GraphicsMagick/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.42 2016/09/07 06:29:31 wiz Exp $
+$NetBSD: distinfo,v 1.43 2017/07/09 20:02:28 adam Exp $
-SHA1 (GraphicsMagick-1.3.25.tar.xz) = 0dcf4c1f6f3ead29147ea0392a148ce50cd64bb4
-RMD160 (GraphicsMagick-1.3.25.tar.xz) = 6a4e8c415c3d268a46f1327c819d7ec2afd9bc60
-SHA512 (GraphicsMagick-1.3.25.tar.xz) = d62d6aee96d7b8444f1aa206b0c5cbbed9511612cb71d667af072ea52b68dcd11088699debc58faacbb014ad83fb8c2b3e474220f506069f7b5d22f0340f8ef8
-Size (GraphicsMagick-1.3.25.tar.xz) = 5387880 bytes
+SHA1 (GraphicsMagick-1.3.26.tar.xz) = 2cc885d1b157996aa14c98e34f7aa17815d00c41
+RMD160 (GraphicsMagick-1.3.26.tar.xz) = 3dd490364c3e4498c308c38b26a0fe41cf4e81f2
+SHA512 (GraphicsMagick-1.3.26.tar.xz) = b33ca0f1c858428693aee27a9089acff9e63d1110f85fa036894cfefe6274e7b2422758ea39852f94fdb4823c9c3f3c44b0d8906627503301f5928096f739f22
+Size (GraphicsMagick-1.3.26.tar.xz) = 5400564 bytes
SHA1 (patch-config_delegates.mgk.in) = c7a38daeeccd12e19480d1222e400899da1d4153