diff options
author | drochner <drochner@pkgsrc.org> | 2005-01-18 11:22:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-01-18 11:22:10 +0000 |
commit | 2e1c770333bf488d50381c5443d9bbd5e67a3833 (patch) | |
tree | b5d9e8743615381469ba739cf15a5ad166b1c389 /graphics | |
parent | 70203a9abbd12c55a3ea7ef18c3b5c75cd60c027 (diff) | |
download | pkgsrc-2e1c770333bf488d50381c5443d9bbd5e67a3833.tar.gz |
update to 6.1.8-8, fixes a security problem, see
http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 8ff3ad62449..55a60e15b38 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.26 2005/01/14 12:41:06 adam Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/01/18 11:22:10 drochner Exp $ IM_MAJOR_VER= 6.1.8 -IM_MINOR_VER= 6 +IM_MINOR_VER= 8 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 2baf053d31a..2e682d06b56 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2005/01/14 12:41:06 adam Exp $ +$NetBSD: distinfo,v 1.37 2005/01/18 11:22:10 drochner Exp $ -SHA1 (ImageMagick-6.1.8-6.tar.bz2) = 6f30ab852a11f0af63d1fed40058cbad1d2881ef -Size (ImageMagick-6.1.8-6.tar.bz2) = 4560269 bytes +SHA1 (ImageMagick-6.1.8-8.tar.bz2) = 7ad63e1268440135dc5c0bea3dd14a931680ae0a +Size (ImageMagick-6.1.8-8.tar.bz2) = 4561964 bytes SHA1 (patch-aa) = 8fc26a7c88c58c5324d9935b768b53932fa4c9f0 diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 88450245081..6504c4f1b45 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2004/12/20 11:31:04 grant Exp $ +# $NetBSD: Makefile,v 1.38 2005/01/18 11:22:10 drochner Exp $ .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} -PKGREVISION= 2 SVR4_PKGNAME= p5pma |