summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-22 20:29:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-22 20:29:41 +0000
commit7bdec3fd36ad65b3c9f6c640898245aaa9955b63 (patch)
tree91512216b2f7cfe14351253d8547774ef4bad8e7 /mail
parentUpdate to 1.03. And MAINTAINER updated. (diff)
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 <smoberly@karamazov.org>
Notes
Notes: svn path=/head/; revision=70762
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-devel/Makefile3
-rw-r--r--mail/evolution/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile
index 8e978b1dc92d..610fe292a2bd 100644
--- a/mail/evolution-devel/Makefile
+++ b/mail/evolution-devel/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
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