pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/pear-Net_LDAP3



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jul 19 14:44:30 UTC 2016

Modified Files:
        pkgsrc/net/pear-Net_LDAP3: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/pear-Net_LDAP3/Makefile \
    pkgsrc/net/pear-Net_LDAP3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/pear-Net_LDAP3/Makefile
diff -u pkgsrc/net/pear-Net_LDAP3/Makefile:1.2 pkgsrc/net/pear-Net_LDAP3/Makefile:1.3
--- pkgsrc/net/pear-Net_LDAP3/Makefile:1.2      Sun Aug 23 15:36:20 2015
+++ pkgsrc/net/pear-Net_LDAP3/Makefile  Tue Jul 19 14:44:30 2016
@@ -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
 
Index: pkgsrc/net/pear-Net_LDAP3/distinfo
diff -u pkgsrc/net/pear-Net_LDAP3/distinfo:1.2 pkgsrc/net/pear-Net_LDAP3/distinfo:1.3
--- pkgsrc/net/pear-Net_LDAP3/distinfo:1.2      Wed Nov  4 00:35:26 2015
+++ pkgsrc/net/pear-Net_LDAP3/distinfo  Tue Jul 19 14:44:30 2016
@@ -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



Home | Main Index | Thread Index | Old Index