From owner-svn-ports-branches@freebsd.org Fri Feb 26 15:52:17 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5039AB5BB0; Fri, 26 Feb 2016 15:52:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DDF6B9D; Fri, 26 Feb 2016 15:52:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QFqGM8019614; Fri, 26 Feb 2016 15:52:16 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1QFqGpC019612; Fri, 26 Feb 2016 15:52:16 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602261552.u1QFqGpC019612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 26 Feb 2016 15:52:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409616 - branches/2016Q1/graphics/giflib X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 15:52:17 -0000 Author: feld Date: Fri Feb 26 15:52:16 2016 New Revision: 409616 URL: https://svnweb.freebsd.org/changeset/ports/409616 Log: MFH: r409615 graphics/giflib: Update to 5.1.2 * Code hardening using reallocarray() from OpenBSD. * Sanity check in giffilter catches files with malformed extension records Fixes SourceForge bug #63: malformed gif causes segfault in giffilter. * Inexpensive sanity check in DGifSlurp() catches malformed files with no image descriptor. Fixes SourceForge bug #64: malformed gif causes crash in giftool. * Fix SourceForge bug #66: GifDrawBoxedText8x8() modifying constant input parameter. * Bail out of GIF read on invalid pixel width. Addresses Savannah bug #67: invalid shift in dgif_lib.c * Fix SourceForge bug #69: #69 Malformed: Gif file with no extension block after a GRAPHICS_EXT_FUNC_CODE extension causes segfault (in giftext). * Fix SourceForge bug #71: Buffer overwrite when giffixing a malformed gif. * Fix SourceForge bug #73: Null pointer deference in gifclrmap (only reachable with malformed GIF). * Fix SourceForge bug #74: Double free in gifsponge under 5.1,1, for any valid gif image. * Fix SourceForge bug #75: GAGetArgs overflows due to uncounted use of va_arg. * Sanity check in giffix catches some malformed files. Addresses SourceForge bug #77: dgif_lib.c: extension processing error Security: CVE-2015-7555 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/graphics/giflib/Makefile branches/2016Q1/graphics/giflib/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/giflib/Makefile ============================================================================== --- branches/2016Q1/graphics/giflib/Makefile Fri Feb 26 15:51:37 2016 (r409615) +++ branches/2016Q1/graphics/giflib/Makefile Fri Feb 26 15:52:16 2016 (r409616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= giflib -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} Modified: branches/2016Q1/graphics/giflib/distinfo ============================================================================== --- branches/2016Q1/graphics/giflib/distinfo Fri Feb 26 15:51:37 2016 (r409615) +++ branches/2016Q1/graphics/giflib/distinfo Fri Feb 26 15:52:16 2016 (r409616) @@ -1,2 +1,2 @@ -SHA256 (giflib-5.1.1.tar.bz2) = 391014aceb21c8b489dc7b0d0b6a917c4e32cc014ce2426d47ca376d02fe2ffc -SIZE (giflib-5.1.1.tar.bz2) = 654389 +SHA256 (giflib-5.1.2.tar.bz2) = 76c0a084c3b02f9315ff937b8be6096186002fea26f33e2123081ba2be6e2a7c +SIZE (giflib-5.1.2.tar.bz2) = 638967