pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick Update GraphicsMagick to 1.3.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/527ad37af16e
branches: trunk
changeset: 572197:527ad37af16e
user: obache <obache%pkgsrc.org@localhost>
date: Mon Feb 22 06:10:32 2010 +0000
description:
Update GraphicsMagick to 1.3.11.
1.3.11 (February 21, 2010)
==========================
Security Fixes:
* Fixed array underflow on systems using signed char which could
result in a program crash due to extended characters in filenames
or in certain file formats.
Bug fixes:
* Fixed array underflow on systems using signed char which could
result in a program crash due to extended characters in filenames
or in certain file formats.
New Features:
* Added a -thumbnail command to 'convert' and 'mogrify'. This is a
faster way to scale down the image when speed is a primary
concern.
* Added a -extent command to 'convert' and 'mogrify' which
composites the image on top of a backing canvas image of solid
color.
* Added support for -compose to the 'convert' and 'mogrify', which
were documented to support it (but did not).
Feature improvements:
* None
Performance Improvements:
* Requests for 'Over' and 'Atop' composition are converted to a
request for the (faster) 'Copy' composition when both images are
opaque.
Behavior Changes:
* None
diffstat:
graphics/GraphicsMagick/Makefile | 4 ++--
graphics/GraphicsMagick/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r f0c7a7ad7542 -r 527ad37af16e graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile Mon Feb 22 01:20:07 2010 +0000
+++ b/graphics/GraphicsMagick/Makefile Mon Feb 22 06:10:32 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2010/02/11 06:43:55 obache Exp $
+# $NetBSD: Makefile,v 1.30 2010/02/22 06:10:32 obache Exp $
#
-DISTNAME= GraphicsMagick-1.3.10
+DISTNAME= GraphicsMagick-1.3.11
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
diff -r f0c7a7ad7542 -r 527ad37af16e graphics/GraphicsMagick/distinfo
--- a/graphics/GraphicsMagick/distinfo Mon Feb 22 01:20:07 2010 +0000
+++ b/graphics/GraphicsMagick/distinfo Mon Feb 22 06:10:32 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2010/02/11 06:43:55 obache Exp $
+$NetBSD: distinfo,v 1.24 2010/02/22 06:10:32 obache Exp $
-SHA1 (GraphicsMagick-1.3.10.tar.gz) = 80b446491633472dc880b6b53aff1d972b2c5734
-RMD160 (GraphicsMagick-1.3.10.tar.gz) = a82f9b82530b1907336c0c0ef4beb5073bd90339
-Size (GraphicsMagick-1.3.10.tar.gz) = 7997262 bytes
+SHA1 (GraphicsMagick-1.3.11.tar.gz) = 83c6e0299a0e9c36f035a3245cda91575de327a5
+RMD160 (GraphicsMagick-1.3.11.tar.gz) = e030002c876c78fe0c2eb5784a92478f896e79c6
+Size (GraphicsMagick-1.3.11.tar.gz) = 7978002 bytes
Home |
Main Index |
Thread Index |
Old Index