Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 15:02:59 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178082: [patch] mail/davmail depend on x11-toolkits/swt-devel to avoid having vulnerable libxul pulled in
Message-ID:  <201304231302.r3ND2xUS007615@freefall.freebsd.org>
Resent-Message-ID: <201304231310.r3NDA34I008208@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178082
>Category:       ports
>Synopsis:       [patch] mail/davmail depend on x11-toolkits/swt-devel to avoid having vulnerable libxul pulled in
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 13:10:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r249172: Sat Apr 6 00:40:01 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
mail/davmail currently depends on x11-toolkits/swt which requires www/libxul19.
www/libxul19 is very outdated and has multiple vulnerabilities. 

>How-To-Repeat:
	
>Fix:

	

--- davmail.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 316354)
+++ Makefile	(working copy)
@@ -1,5 +1,4 @@
 # Created by: John Prather
-#
 # $FreeBSD$
 
 PORTNAME=	davmail
@@ -14,7 +13,7 @@
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	swt>=3.5:${PORTSDIR}/x11-toolkits/swt
+RUN_DEPENDS=	swt:${PORTSDIR}/x11-toolkits/swt-devel
 
 USE_ANT=	yes
 USE_JAVA=	yes
--- davmail.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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