From owner-svn-ports-head@FreeBSD.ORG Thu May 14 21:27:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AE99DB8; Thu, 14 May 2015 21:27:52 +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 2FB131604; Thu, 14 May 2015 21:27:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ELRqoC063614; Thu, 14 May 2015 21:27:52 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ELRp0Y063611; Thu, 14 May 2015 21:27:51 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201505142127.t4ELRp0Y063611@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Thu, 14 May 2015 21:27:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386364 - in head/graphics/ufraw: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 21:27:52 -0000 Author: rodrigo Date: Thu May 14 21:27:50 2015 New Revision: 386364 URL: https://svnweb.freebsd.org/changeset/ports/386364 Log: Upgrade ufraw from 0.19.2 to 0.21 Remove deprecated patches Apply bugfix for CVE-2015-3885 PR: 200197 obtained from: rawtherapee MFH: 2015Q2 Security: CVE-2015-3885 Deleted: head/graphics/ufraw/files/patch-ufraw.h Modified: head/graphics/ufraw/Makefile head/graphics/ufraw/distinfo head/graphics/ufraw/files/patch-dcraw.cc Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Thu May 14 21:13:19 2015 (r386363) +++ head/graphics/ufraw/Makefile Thu May 14 21:27:50 2015 (r386364) @@ -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: head/graphics/ufraw/distinfo ============================================================================== --- head/graphics/ufraw/distinfo Thu May 14 21:13:19 2015 (r386363) +++ head/graphics/ufraw/distinfo Thu May 14 21:27:50 2015 (r386364) @@ -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: head/graphics/ufraw/files/patch-dcraw.cc ============================================================================== --- head/graphics/ufraw/files/patch-dcraw.cc Thu May 14 21:13:19 2015 (r386363) +++ head/graphics/ufraw/files/patch-dcraw.cc Thu May 14 21:27:50 2015 (r386364) @@ -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);