diff options
author | obache <obache@pkgsrc.org> | 2014-01-18 12:58:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-18 12:58:59 +0000 |
commit | 9e2430dd8ab3bdae779afd62e98734885bc017a9 (patch) | |
tree | c1f05e539aca901130dd9701f565ec73be2ed048 /databases | |
parent | 795a5f966ea441b25528530e9f4ef037d7b2522d (diff) | |
download | pkgsrc-9e2430dd8ab3bdae779afd62e98734885bc017a9.tar.gz |
Update ruby-ldap to 0.9.16.
Fri Sep 6 07:04:07 UTC 2013 Alexey Chebotar <alexey.chebotar@gmail.com>
* Version 0.9.16
* Fixed undefined method 'each' in LDAP::LDIF.mods_to_ldif (GH-26).
Thanks to Francesco Malvezzi.
Thu Aug 29 10:18:48 UTC 2013 Alexey Chebotar <alexey.chebotar@gmail.com>
* Version 0.9.15
* Accept nil for new_parent_dn for rename. Thanks to Kouhei Sutou.
Wed Aug 28 13:21:53 UTC 2013 Alexey Chebotar <alexey.chebotar@gmail.com>
* Version 0.9.14
* Fixed option parsing bug for LDAP::Conn.sasl_bind. Thanks to Brian Leake.
* Added possibility to use :nocanon option in rb_ldap_conn_sasl_bind.
See ldap_set_option(3) for more information. Thanks to Brian Leake.
* Added function conn.rename(dn, new_rdn, new_parent_dn, delete_old_rdn, sctrls, cctrls) => self
Modify the RDN of the entry with DN, dn, giving it the new RDN in parent new_parent_dn,
new_rdn. If delete_old_rdn is true, the old RDN value will be deleted from the entry.
Thanks to Marek Veber.
* Added option LDAP_OPT_NETWORK_TIMEOUT for openLDAP. Thanks to David Campbell.
* Fixed build error with GCC 4.8.1. Thanks to Kouhei Sutou.
* Add missing ldap_raname_s() function availability check. Thanks to Kouhei Sutou.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-ldap/Makefile | 7 | ||||
-rw-r--r-- | databases/ruby-ldap/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/databases/ruby-ldap/Makefile b/databases/ruby-ldap/Makefile index 56a1a6bf6a3..6880bbb2373 100644 --- a/databases/ruby-ldap/Makefile +++ b/databases/ruby-ldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2013/07/07 15:20:16 taca Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/18 12:58:59 obache Exp $ -DISTNAME= ruby-ldap-0.9.13 +DISTNAME= ruby-ldap-0.9.16 PKGNAME= ${DISTNAME:S/^ruby-/${RUBY_PKGPREFIX}-/} -PKGREVISION= 1 CATEGORIES= databases ruby MAINTAINER= obache@NetBSD.org @@ -15,6 +14,8 @@ CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client} GEM_CLEANBUILD= Makefile *.o *.time ldap.${RUBY_DLEXT} mkmf.log +# for LDAP_OPT_X_SASL_NOCANON +BUILDLINK_API_DEPENDS.openldap-client+= openldap-client>=2.4.14 .include "../../databases/openldap-client/buildlink3.mk" .include "../../security/cyrus-sasl/buildlink3.mk" .include "../../lang/ruby/gem.mk" diff --git a/databases/ruby-ldap/distinfo b/databases/ruby-ldap/distinfo index 1cf3c22ad16..e425e95fe8b 100644 --- a/databases/ruby-ldap/distinfo +++ b/databases/ruby-ldap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/06/13 13:02:38 obache Exp $ +$NetBSD: distinfo,v 1.7 2014/01/18 12:58:59 obache Exp $ -SHA1 (ruby-ldap-0.9.13.gem) = 53d127db8569706da5d21c890acc71054e036886 -RMD160 (ruby-ldap-0.9.13.gem) = 1ccb95f077e2d5cc5c1483837761445691a56718 -Size (ruby-ldap-0.9.13.gem) = 63488 bytes +SHA1 (ruby-ldap-0.9.16.gem) = 3279e0507c187249d29a12d5cf2d5746c46995e1 +RMD160 (ruby-ldap-0.9.16.gem) = 21e0ce78e1065ded13f48d25e6f2d993fe9c6131 +Size (ruby-ldap-0.9.16.gem) = 65024 bytes |