summaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP3/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-07-19 14:44:30 +0000
committertaca <taca@pkgsrc.org>2016-07-19 14:44:30 +0000
commit69494f2c638fe481519ba17bfcb47c96dfc32a59 (patch)
treecf16bb2d9c9076b20e31302ec873daa59522f904 /net/pear-Net_LDAP3/Makefile
parentb9bab7e31159859b7fc96d3d23c188e859e3f263 (diff)
downloadpkgsrc-69494f2c638fe481519ba17bfcb47c96dfc32a59.tar.gz
Update pear-Net_LDAP3 to 1.0.5.
Summary from commit log: * Fix find_domain() result when domain wasn't found (#4959) * Support %s variable in 'domain_filter' config option Resolves T135 * Don't execute LDAP queries for domains if domain_base_dn is not configured * fixing recursive deletion of domains Summary: recursive deletion: need to find and delete objects with objectclass ldapsubentry as well (#5100). This is for example needed when deleting a domain, for the role kolab-admin which has class ldapsubentry Reviewers: vanmeeuwen, #web_administration_panel_developers Reviewed By: vanmeeuwen, #web_administration_panel_developers Subscribers: machniak, vanmeeuwen Differential Revision: https://git.kolab.org/D23 * Unify some error, warning and debug messages feb73bc6 Browse Files * Ensure that multi-valued attributes have sequential indexes in the array * Remove unused variable, remove @ on ldap_add(), this may print useful warnings that are not related to ldap connection * Fix ldap_sort() deprecation warning in PHP7 (T1107) * Fix bug where LDAP_OPT_DEBUG_LEVEL option couldn't have been disabled (#4918) * Add .arcconfig 099bac48 Browse Files * Fix package names to conform with packagist's naming policies Summary: This change will allow the package to be submitted to packagist.org for easy installation via Composer. Reviewers: vanmeeuwen, machniak Reviewed By: machniak Subscribers: bruederli Differential Revision: https://git.kolab.org/D121
Diffstat (limited to 'net/pear-Net_LDAP3/Makefile')
-rw-r--r--net/pear-Net_LDAP3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_LDAP3/Makefile b/net/pear-Net_LDAP3/Makefile
index 40c4ef1f262..a40e6a8b66d 100644
--- a/net/pear-Net_LDAP3/Makefile
+++ b/net/pear-Net_LDAP3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/08/23 15:36:20 taca Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/19 14:44:30 taca Exp $
-DISTNAME= Net_LDAP3-1.0.3
+DISTNAME= Net_LDAP3-1.0.5
MASTER_SITES= ${MASTER_SITE_LOCAL}
CATEGORIES+= net