From dm@home3.dinoex.sub.de  Sat Jun 12 12:18:46 2010
Return-Path: <dm@home3.dinoex.sub.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EE6351065679
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jun 2010 12:18:46 +0000 (UTC)
	(envelope-from dm@home3.dinoex.sub.de)
Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 561918FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jun 2010 12:18:45 +0000 (UTC)
Received: from home3.dinoex.sub.de (home3.dinoex.sub.de [194.45.71.20])
	by uucp.dinoex.sub.de (8.14.4/8.14.2) with ESMTP id o5CCIDXh019596
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jun 2010 14:18:29 +0200 (CEST)
	(envelope-from dm@home3.dinoex.sub.de)
Received: (from dm@localhost)
	by home3.dinoex.sub.de (8.14.4/8.14.4/Submit) id o5CCIEWv055127;
	Sat, 12 Jun 2010 14:18:14 +0200 (CEST)
	(envelope-from dm)
Message-Id: <201006121218.o5CCIEWv055127@home3.dinoex.sub.de>
Date: Sat, 12 Jun 2010 14:18:14 +0200 (CEST)
From: dirk.meyer@dinoex.sub.org
Reply-To: dirk.meyer@dinoex.sub.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: grahics/tiff FAX3 decoder buffer overrun
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147811
>Category:       ports
>Synopsis:       grahics/tiff FAX3 decoder buffer overrun
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 12 12:20:02 UTC 2010
>Closed-Date:    Sat Jun 12 18:46:33 CEST 2010
>Last-Modified:  Sat Jun 12 16:50:00 UTC 2010
>Originator:     Dirk Meyer
>Release:        FreeBSD 8.1-PRERELEASE
>Organization:
privat
>Environment:

>Description:

	Fixes for CVE-2010-1411.
	The first released patchset does not solve the problem.

	http://www.remotesensing.org/libtiff/v3.9.3.html

>How-To-Repeat:

	Update needs appoval from portmrg@

>Fix:

	Please approve the patch below.

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/tiff/Makefile,v
retrieving revision 1.74
diff -u -r1.74 Makefile
--- Makefile	12 Jun 2010 12:03:45 -0000	1.74
+++ Makefile	12 Jun 2010 12:16:44 -0000
@@ -8,8 +8,7 @@
 #
 
 PORTNAME=	tiff
-PORTVERSION=	3.9.2
-PORTREVISION=	1
+PORTVERSION=	3.9.3
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://dl1.maptools.org/dl/libtiff/
@@ -20,8 +19,6 @@
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
 		jbig.1:${PORTSDIR}/graphics/jbigkit
 
-FORBIDDEN=	FAX3 decoder buffer overrun
-
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:22
 CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/graphics/tiff/distinfo,v
retrieving revision 1.27
diff -u -r1.27 distinfo
--- distinfo	6 Nov 2009 19:57:51 -0000	1.27
+++ distinfo	12 Jun 2010 12:16:44 -0000
@@ -1,3 +1,3 @@
-MD5 (tiff-3.9.2.tar.gz) = 93e56e421679c591de7552db13384cb8
-SHA256 (tiff-3.9.2.tar.gz) = 3cd566c19291ea3379115dd0d2ebcdefb6a7cf0511cc33e733ec3a500e10da69
-SIZE (tiff-3.9.2.tar.gz) = 1419742
+MD5 (tiff-3.9.3.tar.gz) = 8e9c2ee955ed7d277dca83a972f306be
+SHA256 (tiff-3.9.3.tar.gz) = 60e08794966b7cbf46bbf13c347f1fe41c982f98714909f49d6f198add4fdee6
+SIZE (tiff-3.9.3.tar.gz) = 1439203
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Sat Jun 12 14:23:39 CEST 2010 
Responsible-Changed-Why:  
needs approoval 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147811 
Responsible-Changed-From-To: portmgr->dinoex 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sat Jun 12 15:44:26 UTC 2010 
Responsible-Changed-Why:  
Please add a VuXMl antry and then please commit. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147811 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Sat Jun 12 18:46:16 CEST 2010 
State-Changed-Why:  
committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147811 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147811: commit references a PR
Date: Sat, 12 Jun 2010 16:46:09 +0000 (UTC)

 dinoex      2010-06-12 16:45:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/tiff        Makefile distinfo 
   Log:
   - Security update to 3.8.3
   Security: CVE-2010-1411
   PR:             147811
   
   Revision  Changes    Path
   1.75      +1 -4      ports/graphics/tiff/Makefile
   1.28      +3 -3      ports/graphics/tiff/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
