Skip to content

Commit

Permalink
Update ruby-ldap to 0.9.16.
Browse files Browse the repository at this point in the history
Fri Sep  6 07:04:07 UTC 2013 Alexey Chebotar <[email protected]>
  * 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 <[email protected]>
  * 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 <[email protected]>
  * 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.
  • Loading branch information
obache committed Jan 18, 2014
1 parent 15c303d commit dcc7aac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions databases/ruby-ldap/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions databases/ruby-ldap/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dcc7aac

Please sign in to comment.