summaryrefslogtreecommitdiff
path: root/databases/ruby-ldap
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10* Update MASTER_SITES and HOMEPAGE.taca2-15/+15
* Ajust new ruby package's framework. No functional change.
2010-05-28Update ruby-ldap to 0.9.11.obache2-8/+9
0.9.11 ----- Allow passing SASL interaction options This adds a hash parameter "options" to LDAP::Conn.sasl_bind, which can take :authzid, :authcid, and :realm (and corresponding strings), for SASL authentication. Also, refactored the rb_scan_args inside rb_ldap_conn_sasl_bind to use C's case fallthrough, leading to less code repetition.
2010-05-17update ruby-ldap to 0.9.10.obache2-8/+7
0.9.10 ----- Added controls and referral extraction to #search_ext and #search_ext2.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-12-21Update ruby-ldap package to 0.9.9.taca2-8/+8
This is a leaf package and this update solve the build problem with recent OpenLDAP. * pkgsrc change: Switch to use rubyforge.org from sourceforge.net. Thu Jun 11 06:51:30 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com> * Version 0.9.9 * Fixed LDAP::VERSION. Thanks to Kouhei Sutou * Gem Packaging Support. Thanks to S. Potter [mbbx6spp] Tue Apr 21 14:46:38 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com> * LDAP_OPT_X_TLS_PROTOCOL changed to LDAP_OPT_X_TLS_PROTOCOL_MIN (more information in ITS#5655). Thanks to Milos Jakubicek. Wed Apr 15 11:38:06 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com> * Fixed regular expression in LDAP::Schema.attr()
2009-11-29Import ruby-ldap-0.9.8 as databases/ruby-ldap.obache4-0/+57
'Ruby/LDAP' is a Ruby extension library that provides an interface to the LDAP API as described in RFC1823.