summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-06-21 21:13:16 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-06-21 21:13:16 +0000
commit9f09010de1b067061142554876f05c65e80442e1 (patch)
tree520a86f7fb137b7a2d4be663998cc0b8033a0f1e /net
parentUse a vendor-provided patch for a XSS vulnerability until 1.4.5 is (diff)
Mark FORBIDDEN.
After a detected intrusion on jabberstudio.org, all projects have been made unavailable so that project owners can review their code to look for possible evil code. Project owners should then contact the site maintainers to reactivate their project. This has never been done for jabber-xdb_ldap and will probably never be done. LDAP support has been integrated into jabberd-2.x so users can switch to that if they need LDAP authentication. PR: ports/82385 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=137821
Diffstat (limited to 'net')
-rw-r--r--net/jabber-xdb_ldap/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/jabber-xdb_ldap/Makefile b/net/jabber-xdb_ldap/Makefile
index c1a87a476e8b..36a526e83286 100644
--- a/net/jabber-xdb_ldap/Makefile
+++ b/net/jabber-xdb_ldap/Makefile
@@ -20,6 +20,8 @@ BUILD_DEPENDS= ${NON_EXISTENT}:${PORTSDIR}/net/jabber:configure
USE_GMAKE= yes
USE_OPENLDAP= yes
+FORBIDDEN= "Site is down after intrusion. Probably this project will never be revived"
+
WRKSRC= ${WRKDIR}/${PORTNAME}/src
.include <bsd.port.pre.mk>