Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 21:27:51 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386364 - in head/graphics/ufraw: . files
Message-ID:  <201505142127.t4ELRp0Y063611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505142127.t4ELRp0Y063611>