From owner-svn-ports-all@freebsd.org  Thu Oct 26 19:07:05 2017
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@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 E5910E50FFB;
 Thu, 26 Oct 2017 19:07:05 +0000 (UTC)
 (envelope-from jbeich@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 B245565949;
 Thu, 26 Oct 2017 19:07:05 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9QJ74BF011262;
 Thu, 26 Oct 2017 19:07:04 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9QJ74kW011261;
 Thu, 26 Oct 2017 19:07:04 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201710261907.v9QJ74kW011261@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Thu, 26 Oct 2017 19:07:04 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r452944 - in branches/2017Q4/graphics/sdl_image: . files
X-SVN-Group: ports-branches
X-SVN-Commit-Author: jbeich
X-SVN-Commit-Paths: in branches/2017Q4/graphics/sdl_image: . files
X-SVN-Commit-Revision: 452944
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Oct 2017 19:07:06 -0000

Author: jbeich
Date: Thu Oct 26 19:07:04 2017
New Revision: 452944
URL: https://svnweb.freebsd.org/changeset/ports/452944

Log:
  MFH: r452943
  
  graphics/sdl_image: backport XCF vulnerability fix
  
  Obtained from:	upstream (SDL_image-2.0.2)
  Security:	CVE-2017-2887
  Tested by:	Debian
  Approved by:	ports-secteam blanket

Added:
  branches/2017Q4/graphics/sdl_image/files/
     - copied from r452943, head/graphics/sdl_image/files/
Modified:
  branches/2017Q4/graphics/sdl_image/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/graphics/sdl_image/Makefile
==============================================================================
--- branches/2017Q4/graphics/sdl_image/Makefile	Thu Oct 26 19:04:42 2017	(r452943)
+++ branches/2017Q4/graphics/sdl_image/Makefile	Thu Oct 26 19:07:04 2017	(r452944)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_image
 PORTVERSION=	1.2.12
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_image/release/
 DISTNAME=	SDL_image-${PORTVERSION}