Date: Fri, 15 May 2015 07:26:04 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> 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 Message-ID: <201505150726.t4F7Q4up062798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505150726.t4F7Q4up062798>