diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-07-03 22:14:50 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-07-03 22:14:50 +0000 |
commit | 18b8636b810c08e39cc482feaabf3a1ec8d4e425 (patch) | |
tree | 05c450d1244b45e6e53a4921dd63ed4709135842 /databases/openldap-client | |
parent | a8c41dd764babc306638abdd7a82d12bfc010972 (diff) | |
download | pkgsrc-18b8636b810c08e39cc482feaabf3a1ec8d4e425.tar.gz |
Add patch to fix a libBER Denial of Service in OpenLDAP. (CVE-2008-2952)
Diffstat (limited to 'databases/openldap-client')
-rw-r--r-- | databases/openldap-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap-client/Makefile b/databases/openldap-client/Makefile index 2cc67d810ad..395c1d0834d 100644 --- a/databases/openldap-client/Makefile +++ b/databases/openldap-client/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2008/02/24 20:15:05 ghen Exp $ +# $NetBSD: Makefile,v 1.9 2008/07/03 22:14:50 tonnerre Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} COMMENT= Lightweight Directory Access Protocol libraries and client programs +PKGREVISION= 1 CONFLICTS+= openldap<2.3.23nb1 |