diff options
author | wen <wen@pkgsrc.org> | 2014-07-19 02:50:41 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-19 02:50:41 +0000 |
commit | dc9d59d27b6897afc32c5d978327c52dab1a3c85 (patch) | |
tree | d92f44ecaf7e195cc3506aace66c935e42d003de /net | |
parent | ccd274db00323020fe7c4c07b5b04a2b778a5ba2 (diff) | |
download | pkgsrc-dc9d59d27b6897afc32c5d978327c52dab1a3c85.tar.gz |
Update to 2.1.0
Upstream changes:
2.1.0
Changelog:
* New feature: Filter::matches() can do simple filtering on entry sets (supported: equals, contain, begin, end, any; NOT, AND, OR. Filtering is simple based on regexp, no schema checks and matchRules yet!)
* Fixed minor bugs in Filter, LDAP and Entry class
* Util::split_attribute_string(): Added support for extended match operators from filters
* Util::split_attribute_string(): Added support for delimeter retrieval
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 984f14d666e..cc854166e1f 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2012/10/23 17:18:57 asau Exp $ +# $NetBSD: Makefile,v 1.6 2014/07/19 02:50:41 wen Exp $ -DISTNAME= Net_LDAP2-2.0.12 +DISTNAME= Net_LDAP2-2.1.0 CATEGORIES+= net MAINTAINER= wenheping@gmail.com diff --git a/net/pear-Net_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo index 5bf0a45234d..9b7feb57270 100644 --- a/net/pear-Net_LDAP2/distinfo +++ b/net/pear-Net_LDAP2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2012/06/02 14:28:50 obache Exp $ +$NetBSD: distinfo,v 1.5 2014/07/19 02:50:41 wen Exp $ -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 (pear/Net_LDAP2-2.1.0.tgz) = 8bba048609f1ab8f708e0594d5316f709758a08c +RMD160 (pear/Net_LDAP2-2.1.0.tgz) = 93e66ed64e9e5f445252e4c8f426e5859abfce49 +Size (pear/Net_LDAP2-2.1.0.tgz) = 96371 bytes SHA1 (patch-aa) = 644e752b3c7b8fab4378c9375e0dbc0f55228321 |