diff options
author | taca <taca@pkgsrc.org> | 2016-07-19 14:44:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-07-19 14:44:30 +0000 |
commit | 69494f2c638fe481519ba17bfcb47c96dfc32a59 (patch) | |
tree | cf16bb2d9c9076b20e31302ec873daa59522f904 /net/pear-Net_LDAP3 | |
parent | b9bab7e31159859b7fc96d3d23c188e859e3f263 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | net/pear-Net_LDAP3/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_LDAP3/distinfo | 10 |
2 files changed, 7 insertions, 7 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 diff --git a/net/pear-Net_LDAP3/distinfo b/net/pear-Net_LDAP3/distinfo index 519cdede1b4..a822bd7d56b 100644 --- a/net/pear-Net_LDAP3/distinfo +++ b/net/pear-Net_LDAP3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:26 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/07/19 14:44:30 taca Exp $ -SHA1 (pear/Net_LDAP3-1.0.3.tgz) = d579342f094c634eda378cfe1fe130ff11be94e3 -RMD160 (pear/Net_LDAP3-1.0.3.tgz) = 19ff1411466c7a29d01c7abb5133b4e666922f35 -SHA512 (pear/Net_LDAP3-1.0.3.tgz) = e36b49646cd212fff45d64521411cf267ecce6dd09a2da2b0c94a755ecab66f5583943c857c3095a14fd22dc1e5ce0427ff297011212dffd6b9ace762056906d -Size (pear/Net_LDAP3-1.0.3.tgz) = 163823 bytes +SHA1 (pear/Net_LDAP3-1.0.5.tgz) = 4c9d873ea1b1211be25a9511959120868463651a +RMD160 (pear/Net_LDAP3-1.0.5.tgz) = a8a87a948764fb8f2693eba08993bb3416bac9b7 +SHA512 (pear/Net_LDAP3-1.0.5.tgz) = a49f1e0641af00a5eb0a8d31b642750e0ee231dc2f27cbea60a398fbeb37dfc37e6e59e413875995535eaa4cd0280f2988fa6ef2f29f37d8a79c63f2b202a23a +Size (pear/Net_LDAP3-1.0.5.tgz) = 36070 bytes |