ports/178082: [patch] mail/davmail depend on x11-toolkits/swt-devel to avoid having vulnerable libxul pulled in

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 23 13:10:03 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list