pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp Update to 2.8.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9c7690bdde4
branches:  trunk
changeset: 362472:a9c7690bdde4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue May 16 11:47:30 2017 +0000

description:
Update to 2.8.22

Changelog:
Overview of Changes from GIMP 2.8.20 to GIMP 2.8.22
===================================================

GUI:

 - improve drawing performance in single window mode, especially with
   pixmap themes


macOS DMG:

 - Make the launcher script also set BABL_PATH
 - Add patch for GTK+ Bug 743717 to the build which concerns crashes
   during clipboard operations with a clipboard manager active
 - Add patch for GTK+ Bug 767091 to the build which concerns crashes
   on some drag & drop operations
 - generate OSX package metadata during build


Plug-ins:

 - Fix for CVE-2007-3126, a bug in the ICO plug-in which allowed
   context-dependent attackers to cause a denial of service (crash)
   via an ICO file with an InfoHeader containing a Height of zero.
   We couldn't reproduce any crash in recent version, but fixed the
   error messages for good measure
 - Avoid creating wrong layer group structure when importing PSD
   files (already fixed in 2.8.20, didn't make it to the NEWS)
 - Prevent a crash in PDF plug-in if images or resolution are large
 - stop parsing invalid PCX files early and prevent a segmentation fault


General:

 - if NOCONFIGURE is set, autogen.sh won't run configure
 - VPATH builds for win32 targets have been fixed


Updated Translations:

 - Basque
 - Brazilian Portuguese
 - Catalan
 - Chinese (PRC)
 - Finnish
 - Greek
 - Hungarian
 - Italian
 - Kazakh
 - Norwegian
 - Polish
 - Slovenian
 - Spanish
 - Swedish

diffstat:

 graphics/gimp/Makefile |   7 +++----
 graphics/gimp/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r a580b55601fd -r a9c7690bdde4 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Tue May 16 09:30:25 2017 +0000
+++ b/graphics/gimp/Makefile    Tue May 16 11:47:30 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.268 2017/05/02 13:37:31 wiz Exp $
+# $NetBSD: Makefile,v 1.269 2017/05/16 11:47:30 ryoon Exp $
 
-DISTNAME=      gimp-2.8.20
-PKGREVISION=   2
+DISTNAME=      gimp-2.8.22
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.bz2
@@ -9,7 +8,7 @@
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.gimp.org/
 COMMENT=       The GNU image manipulation program
-LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v2
+LICENSE=       gnu-lgpl-v3 AND gnu-gpl-v3
 
 BUILD_DEPENDS+=        p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
 CONFLICTS+=    gimp<=1.2.3
diff -r a580b55601fd -r a9c7690bdde4 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Tue May 16 09:30:25 2017 +0000
+++ b/graphics/gimp/distinfo    Tue May 16 11:47:30 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.87 2017/02/07 11:51:04 adam Exp $
+$NetBSD: distinfo,v 1.88 2017/05/16 11:47:30 ryoon Exp $
 
-SHA1 (gimp-2.8.20.tar.bz2) = acc6f6bae4d4d71fff1be3b8d5979f3e3c4e1992
-RMD160 (gimp-2.8.20.tar.bz2) = 85807206a81bb087b15d13ed698ce0873a033fa5
-SHA512 (gimp-2.8.20.tar.bz2) = 5cd02854e21098c0d9d929e9131ede628ed520b6c76190eb9f6db38f057cff956e35b0a891d04c3a2e9c9e85c77f82d7ff5e63404187a8df921553763f649fd7
-Size (gimp-2.8.20.tar.bz2) = 20853324 bytes
+SHA1 (gimp-2.8.22.tar.bz2) = c894a0d9a864d418bdbd30a22d698c731583e5c4
+RMD160 (gimp-2.8.22.tar.bz2) = 67fb5ba3958c18725ff50ecb41df750c5476c80d
+SHA512 (gimp-2.8.22.tar.bz2) = 84a78d428282538b606b3cd1ff571e52c3d828fceade171b2012bc1cdcb85919fc7734e7e6c45ed3a8683657fa580412b32c1b511b8a512172a8c1df930493e6
+Size (gimp-2.8.22.tar.bz2) = 20873278 bytes
 SHA1 (patch-aa) = bc998a9510458e1f296c44ae26c8ee3900ce49ab
 SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
 SHA1 (patch-ad) = 170a32f43a3ac0d055c2339b460af5f86af65310



Home | Main Index | Thread Index | Old Index