diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-04 07:26:21 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-04 07:26:21 +0000 |
commit | 6f9c3804fdf25cff5e76dc8ee3a9df6bc3997b76 (patch) | |
tree | 6b113cd44769aa9a239b30dd0840ac4c09905618 /net/openldap12 | |
parent | af255b8df96d56b0bc44474e29f79999d36dd050 (diff) | |
download | FreeBSD-ports-6f9c3804fdf25cff5e76dc8ee3a9df6bc3997b76.zip FreeBSD-ports-6f9c3804fdf25cff5e76dc8ee3a9df6bc3997b76.tar.gz |
mark port net/openldap12 as broken
OpenLDAP 1.2 is ancient, unsupported by the OpenLDAP
development team and has potential security issues:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1378
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1379
http://www.securityfocus.com/bid/6328
PR: ports/57402
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: Lachlan O'Dea <lodea@vet.com.au>
Diffstat (limited to 'net/openldap12')
-rw-r--r-- | net/openldap12/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile index 0e985bf..f6ee76e 100644 --- a/net/openldap12/Makefile +++ b/net/openldap12/Makefile @@ -29,6 +29,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= lodea@vet.com.au COMMENT= Open source LDAP client and server software +BROKEN= ancient, unsupported, potential security issues + USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=/var/db \ |