diff options
author | obache <obache@pkgsrc.org> | 2012-06-02 14:28:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-02 14:28:50 +0000 |
commit | 5182a0f48809a88fc69e81624c38d33017b31596 (patch) | |
tree | 7e04e1fb55a282aebd761061bbd19630271ed6a8 /net | |
parent | d7f121416127cc4a4f3f0ec1c4b8fa54d1f7add8 (diff) | |
download | pkgsrc-5182a0f48809a88fc69e81624c38d33017b31596.tar.gz |
Update pear-Net_LDAP2 to 2.0.12.
per maintainer update request by PR 46517.
ChangeLog:
2.0.12
Changelog:
* inmproved performance with large search results
* Fixed some minor issues with Net_LDAP2_Filter and Net_LDAP2->dnExists()
* Added NOT filter to Net_LDAP2_Filter::create() so negating is more easily now
2.0.11
Changelog:
* (doc issue) Fix for #17861: Missing komma in example
* Fix for #18202: Adding attributes to a Fresh Entry saving and laterly updating
fails
2.0.10
Changelog:
* Added schema handling methods to make schema checks more easily accessible
* Bugfix for #17245. The check in the code was not working properly. Schema
checking is considered the users responsibility.
If now an attribute is requested that is not set at the entry, an empty string
is returned.
* Bugfix for #17770. Some Net_LDAP2 files were included with relative path
("Util.php"), not absolute ("Net/LDAP2/Util.php").
* Bugfix for #17314. LDIF support for attributes with modifiers ("attr1;binary").
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_LDAP2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile index 2e8fe9620ef..d2ea7a202d8 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/03/15 07:51:06 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/02 14:28:50 obache Exp $ -DISTNAME= Net_LDAP2-2.0.9 +DISTNAME= Net_LDAP2-2.0.12 CATEGORIES+= net MAINTAINER= wenheping@gmail.com diff --git a/net/pear-Net_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo index 07a36f40e8c..5bf0a45234d 100644 --- a/net/pear-Net_LDAP2/distinfo +++ b/net/pear-Net_LDAP2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2010/03/15 07:51:06 taca Exp $ +$NetBSD: distinfo,v 1.4 2012/06/02 14:28:50 obache Exp $ -SHA1 (pear/Net_LDAP2-2.0.9.tgz) = adf695f4a7ca586641398fcc57b71fb73a9298c1 -RMD160 (pear/Net_LDAP2-2.0.9.tgz) = 17b61a972e3d7472cdf70d9162a78e0fdd653618 -Size (pear/Net_LDAP2-2.0.9.tgz) = 88931 bytes +SHA1 (pear/Net_LDAP2-2.0.12.tgz) = ae73c724df84d6cd55cd7600de0e48d468add06c +RMD160 (pear/Net_LDAP2-2.0.12.tgz) = d7cda8cdf0efffc1faa4f807fb95a13b4dd9e15e +Size (pear/Net_LDAP2-2.0.12.tgz) = 90846 bytes SHA1 (patch-aa) = 644e752b3c7b8fab4378c9375e0dbc0f55228321 |