diff options
author | thierry <thierry@FreeBSD.org> | 2005-06-21 21:13:16 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-06-21 21:13:16 +0000 |
commit | 63963a19ebb8d4ddc6e69aae30303ba5e2596ba0 (patch) | |
tree | 4fa09abd9924d8af9d3cedbdb49e1c4c07a9c603 /net | |
parent | 79029ae0a549ffbdff635e74a08e9ad6b7de523b (diff) | |
download | FreeBSD-ports-63963a19ebb8d4ddc6e69aae30303ba5e2596ba0.zip FreeBSD-ports-63963a19ebb8d4ddc6e69aae30303ba5e2596ba0.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/jabber-xdb_ldap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/jabber-xdb_ldap/Makefile b/net/jabber-xdb_ldap/Makefile index c1a87a4..36a526e 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> |