diff options
| author | he <he@pkgsrc.org> | 2016-12-13 10:38:06 +0000 |
|---|---|---|
| committer | he <he@pkgsrc.org> | 2016-12-13 10:38:06 +0000 |
| commit | aa549a0a907238bde25b4c9ce69a336605d44ab3 (patch) | |
| tree | 40c79ae1fd748cf1346b9a86927057d940e9953b /databases/openldap-client | |
| parent | 2c0641da9a33560a15d39e5d6a299c5654de14ce (diff) | |
| download | pkgsrc-aa549a0a907238bde25b4c9ce69a336605d44ab3.tar.gz | |
Apply fix from https://bugzilla.redhat.com/show_bug.cgi?id=1238322
Incorrect multi-keyword mode cipherstring parsing.
Fixes CVE-2015-3276.
Submitted upstream as ITS#8543, it apparently wasn't already(!)
http://www.openldap.org/its/index.cgi/Incoming?id=8543
Bump PKGREVISION for both openldap, openldap-server and openldap-client
(to be on the safe side...)
Diffstat (limited to 'databases/openldap-client')
| -rw-r--r-- | databases/openldap-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-client/Makefile b/databases/openldap-client/Makefile index 1d99a5dc352..86ba85c6ebb 100644 --- a/databases/openldap-client/Makefile +++ b/databases/openldap-client/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2016/06/17 14:01:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2016/12/13 10:38:06 he Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Lightweight Directory Access Protocol libraries and client programs CONFLICTS+= openldap<2.3.23nb1 |
