2012-04-23 14:31:36 by OBATA Akio | Files touched by this commit (1) | |
Log message:
Fixes double "ruby" prefix of PKGNAME at last update.
|
2012-01-03 03:16:48 by OBATA Akio | Files touched by this commit (1) |
Log message:
Fix to be using gem way PLIST_SUBST.
|
2011-12-28 07:51:57 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-ldap to 0.9.12.
0.9.12
-----
* On windows, the default ldap library became wldap32;
* Fixed compile with ruby 1.9.2.
Thank to Hiroki Najima!
* Fixed many memory leaks;
* Added functions:
LDAP::Conn.open_uri(uri);
LDAP::explode_dn(dn, notypes);
LDAP::explode_rdn(rdn, notypes).
Thanks to Marek Veber and Antonio Terceiro!
* Fixed bug in ldap/ldif.rb (GH-6).
Thanks to bbense.
* Fixed LDAP::Mod data corruption.
Thanks to Aprotim Sanyal!
* Enable client certificate authentication for mozilla ldap 6.0 only.
Thanks to Yuri Arabadji!
|
2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2010-09-10 06:31:57 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
* Update MASTER_SITES and HOMEPAGE.
* Ajust new ruby package's framework.
No functional change.
|
2010-05-28 10:25:07 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-ldap to 0.9.11.
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-17 03:11:15 by OBATA Akio | Files touched by this commit (2) | |
Log message:
update ruby-ldap to 0.9.10.
0.9.10
-----
Added controls and referral extraction to #search_ext and #search_ext2.
|
2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | |
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
|
2009-12-21 08:00:03 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
Update ruby-ldap package to 0.9.9.
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-29 09:10:59 by OBATA Akio | Files touched by this commit (4) | |
Log message:
Import ruby-ldap-0.9.8 as databases/ruby-ldap.
'Ruby/LDAP' is a Ruby extension library that provides an interface to the LDAP
API as described in RFC1823.
|