From owner-cvs-all Fri Nov 22 12:32:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CC237B401; Fri, 22 Nov 2002 12:32:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042D643E3B; Fri, 22 Nov 2002 12:32:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAMKTfmV081611; Fri, 22 Nov 2002 12:29:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAMKTfEI081610; Fri, 22 Nov 2002 12:29:41 -0800 (PST) Message-Id: <200211222029.gAMKTfEI081610@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 22 Nov 2002 12:29:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile ports/www/gtkhtml Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/22 12:29:41 PST Modified files: mail/evolution Makefile www/gtkhtml Makefile Log: 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 Revision Changes Path 1.70 +2 -1 ports/mail/evolution/Makefile 1.53 +8 -3 ports/www/gtkhtml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message