update to gimp 2.2.17
from Giovanni Bechis <bigionews@snb.it>
This commit is contained in:
parent
0bd5166388
commit
f8147c735c
@ -1,17 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2007/07/05 18:23:51 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2007/08/01 06:25:10 steven Exp $
|
||||
|
||||
COMMENT= "GNU Image Manipulation Program"
|
||||
COMMENT= GNU Image Manipulation Program
|
||||
|
||||
DISTNAME= gimp-2.2.15
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS= gimp-2.0 200.15 \
|
||||
gimpbase-2.0 200.15 \
|
||||
gimpcolor-2.0 200.15 \
|
||||
gimpmath-2.0 200.15 \
|
||||
gimpmodule-2.0 200.15 \
|
||||
gimpthumb-2.0 200.15 \
|
||||
gimpui-2.0 200.15 \
|
||||
gimpwidgets-2.0 200.15
|
||||
DISTNAME= gimp-2.2.17
|
||||
SHARED_LIBS= gimp-2.0 200.17 \
|
||||
gimpbase-2.0 200.17 \
|
||||
gimpcolor-2.0 200.17 \
|
||||
gimpmath-2.0 200.17 \
|
||||
gimpmodule-2.0 200.17 \
|
||||
gimpthumb-2.0 200.17 \
|
||||
gimpui-2.0 200.17 \
|
||||
gimpwidgets-2.0 200.17
|
||||
|
||||
CATEGORIES= graphics
|
||||
DIR= gimp/v2.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gimp-2.2.15.tar.gz) = +XTOn+yA8HLRgqwypHYQYw==
|
||||
RMD160 (gimp-2.2.15.tar.gz) = YVpXrYgjOpyzhe/Gmwlo++CWCio=
|
||||
SHA1 (gimp-2.2.15.tar.gz) = 4eO16Cq3fa6JyPxIEDjUqKusLUU=
|
||||
SHA256 (gimp-2.2.15.tar.gz) = +516E+bm8C9NEm8kjkmMzRk6+xfeo/R2ZnK4rOUjquc=
|
||||
SIZE (gimp-2.2.15.tar.gz) = 18783862
|
||||
MD5 (gimp-2.2.17.tar.gz) = AYmqN3qKvONP3KhW0bEa1g==
|
||||
RMD160 (gimp-2.2.17.tar.gz) = lt+XayY+GnQZtfm0u4AETy+Md5E=
|
||||
SHA1 (gimp-2.2.17.tar.gz) = XxQeSLbPojIcxytmVTce1+mqU+4=
|
||||
SHA256 (gimp-2.2.17.tar.gz) = NYI0KA1BfTJqRZplosIOzraP1umsyLxziuR24mahdbI=
|
||||
SIZE (gimp-2.2.17.tar.gz) = 18789023
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-plug-ins_common_psd_c,v 1.1 2007/07/05 18:23:51 rui Exp $
|
||||
--- plug-ins/common/psd.c.orig Thu Jul 5 14:52:01 2007
|
||||
+++ plug-ins/common/psd.c Thu Jul 5 14:53:32 2007
|
||||
@@ -1202,6 +1202,12 @@ seek_to_and_unpack_pixeldata(FILE* fd, gint layeri, gi
|
||||
width = channel->width;
|
||||
height = channel->height;
|
||||
$OpenBSD: patch-plug-ins_common_psd_c,v 1.2 2007/08/01 06:25:10 steven Exp $
|
||||
--- plug-ins/common/psd.c.orig Fri Jul 13 12:22:08 2007
|
||||
+++ plug-ins/common/psd.c Wed Aug 1 07:22:14 2007
|
||||
@@ -1237,6 +1237,12 @@ seek_to_and_unpack_pixeldata(FILE* fd, gint layeri, gi
|
||||
gimp_quit ();
|
||||
}
|
||||
|
||||
+ if (width > G_MAXINT16 || height > G_MAXINT16)
|
||||
+ {
|
||||
|
Loading…
Reference in New Issue
Block a user