From b33d2c0412ce8bf98498527c02b86be698d4d1f0 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Jan 2015 09:35:43 +0000 Subject: Update giflib* to 5.1.1: Version 5.1.1 ============= Code Fixes ---------- * Numerous minor fixes in getarg.c. Affects only the utilities, not the core library. * Fix SourceForge bug #59 DGifOpen can segfault if DGifGetScreenDesc fails. * SourceForge patch #20: In gifalloc, fix usage of realloc() in case of failure. * Fix SourceForge bug #61 Leak in gifsponge. Build Fixes ---------- * glibtoolize port fix for OS X. --- graphics/giflib-util/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/giflib-util') diff --git a/graphics/giflib-util/Makefile b/graphics/giflib-util/Makefile index db779979212..74ae7ed290b 100644 --- a/graphics/giflib-util/Makefile +++ b/graphics/giflib-util/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2014/05/31 15:56:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/16 09:35:43 wiz Exp $ .include "../../graphics/giflib/Makefile.common" PKGNAME= ${DISTNAME:S/-/-util-/} -PKGREVISION= 1 COMMENT= GIF image format utility -- cgit v1.2.3