summaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-05-22 13:55:52 +0000
committertron <tron@pkgsrc.org>2014-05-22 13:55:52 +0000
commit1dae43d3c3a4b0dd215538eeb7e3ac6def92cfe8 (patch)
tree999ec52a5c22b263b76d39cf154452307dc3ce45 /graphics/gimp/Makefile
parent559a5b252eb8dfe0379903ef11bfd0d948dfc55a (diff)
downloadpkgsrc-1dae43d3c3a4b0dd215538eeb7e3ac6def92cfe8.tar.gz
Pullup ticket #4416 - requested by he
graphics/gimp: security patch Revisions pulled up: - graphics/gimp/Makefile 1.243 via patch - graphics/gimp/distinfo 1.81-1.82 - graphics/gimp/patches/patch-plug-ins_common_file-xwd.c 1.1 --- Module Name: pkgsrc Committed By: he Date: Wed May 21 13:50:22 UTC 2014 Modified Files: pkgsrc/graphics/gimp: Makefile distinfo Added Files: pkgsrc/graphics/gimp/patches: patch-plug-ins_common_file-xwd.c Log Message: Sanity check colormap size (CVE-2013-1913), valid range is 0 .. 256. Sanity check # of colors and map entries (CVE-2013-1978) From https://git.gnome.org/browse/gimp/patch/?id=32ae0f83e5748299641cceaabe3f80f1b3afd03e and https://git.gnome.org/browse/gimp/patch/?id=23f685931e5f000dd033a45c60c1e60d7f78caf4 Bump PKGREVISION to 2. --- Module Name: pkgsrc Committed By: he Date: Thu May 22 12:02:19 UTC 2014 Modified Files: pkgsrc/graphics/gimp: distinfo Log Message: Uh-oh, forgot to update distinfo with new patch checksum.
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 171ce2f645c..fa77d010bc7 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.241 2013/12/01 11:58:44 adam Exp $
+# $NetBSD: Makefile,v 1.241.4.1 2014/05/22 13:55:52 tron Exp $
DISTNAME= gimp-2.8.10
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \