From 7bdec3fd36ad65b3c9f6c640898245aaa9955b63 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 22 Nov 2002 20:29:41 +0000 Subject: Make soup optional in gtkhtml. In doing this, we have to make sure soup is a dependency of Evolution, so don't count on getting it from gtkhtml. The reason for this is fear that the underlying soup protocol, SOAP is inherently insecure. Thus far, however, there have been no advisories or exploits, and the one soup user, Evolution does not appear to have any SOAP-based security holes. See the following for more information: http://www.xml.com/pub/a/2002/02/27/security-lather.html http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11212001.asp Requested by: Scott A. Moberly --- mail/evolution/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/evolution') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8e978b1dc92d..610fe292a2bd 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -20,7 +20,8 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ - nss3.1:${PORTSDIR}/security/nss + nss3.1:${PORTSDIR}/security/nss \ + soup.5:${PORTSDIR}/devel/soup .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -- cgit v1.2.3