From owner-svn-ports-branches@FreeBSD.ORG Fri May 15 07:26:05 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9F5FD28; Fri, 15 May 2015 07:26:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7E481128F; Fri, 15 May 2015 07:26:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F7Q5Nl062803; Fri, 15 May 2015 07:26:05 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F7Q4up062798; Fri, 15 May 2015 07:26:04 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201505150726.t4F7Q4up062798@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 15 May 2015 07:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r386389 - in branches/2015Q2/graphics/ufraw: . files 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, 15 May 2015 07:26:05 -0000 Author: rodrigo Date: Fri May 15 07:26:04 2015 New Revision: 386389 URL: https://svnweb.freebsd.org/changeset/ports/386389 Log: MFH: r386364 Upgrade ufraw from 0.19.2 to 0.21 - release bugfixes - Support fuji X-Trans filters Remove deprecated patches Apply bugfix for CVE-2015-3885 PR: 200197 obtained from: rawtherapee Security: CVE-2015-3885 Approved by: ports-secteam Deleted: branches/2015Q2/graphics/ufraw/files/patch-ufraw.h Modified: branches/2015Q2/graphics/ufraw/Makefile branches/2015Q2/graphics/ufraw/distinfo branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/ufraw/Makefile ============================================================================== --- branches/2015Q2/graphics/ufraw/Makefile Fri May 15 07:16:37 2015 (r386388) +++ branches/2015Q2/graphics/ufraw/Makefile Fri May 15 07:26:04 2015 (r386389) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ufraw -PORTVERSION= 0.19.2 -PORTREVISION= 6 +PORTVERSION= 0.21 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: branches/2015Q2/graphics/ufraw/distinfo ============================================================================== --- branches/2015Q2/graphics/ufraw/distinfo Fri May 15 07:16:37 2015 (r386388) +++ branches/2015Q2/graphics/ufraw/distinfo Fri May 15 07:26:04 2015 (r386389) @@ -1,2 +1,2 @@ -SHA256 (ufraw-0.19.2.tar.gz) = 73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3 -SIZE (ufraw-0.19.2.tar.gz) = 980934 +SHA256 (ufraw-0.21.tar.gz) = 2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87 +SIZE (ufraw-0.21.tar.gz) = 1016298 Modified: branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc ============================================================================== --- branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc Fri May 15 07:16:37 2015 (r386388) +++ branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc Fri May 15 07:26:04 2015 (r386389) @@ -1,6 +1,16 @@ ---- ./dcraw.cc.orig 2013-03-20 03:31:38.000000000 +0100 -+++ ./dcraw.cc 2014-02-05 22:11:28.000000000 +0100 -@@ -9269,7 +9269,7 @@ +--- dcraw.cc.orig 2015-01-30 15:15:16.000000000 +0000 ++++ dcraw.cc 2015-05-14 19:29:47.000000000 +0000 +@@ -934,7 +934,8 @@ + + int CLASS ljpeg_start (struct jhead *jh, int info_only) + { +- int c, tag, len; ++ int c, tag; ++ ushort len; + uchar data[0x10000]; + const uchar *dp; + +@@ -9715,7 +9716,7 @@ strncpy (th->desc, desc, 512); strncpy (th->make, make, 64); strncpy (th->model, model, 64);