summaryrefslogtreecommitdiff
path: root/databases/ruby-ldap/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-09-13databases/ruby-ldap: update to 0.9.20taca1-4/+3
Update ruby-ldap to 0.9.20. pkgsrc change: remove redundant "ruby" in CATEGORIES. Wed Jul 11 21:58:38 UTC 2018 Alexey Chebotar <alexey.chebotar@gmail.com> * Version 0.9.20 * Added support of LDAP_OPT_X_TLS_NEWCTX. Thanks to Kouhei Sutou. Mon Jun 20 14:30:52 UTC 2016 Alexey Chebotar <alexey.chebotar@gmail.com> * Version 0.9.19 * Fixed parsing of LDIF with CR LF line separators (GH-38). Thanks to doppelreim. Fri Mar 4 11:17:21 UTC 2016 Alexey Chebotar <alexey.chebotar@gmail.com> * Version 0.9.18 * backout issue32 to compile for ruby-1.8.x. Thanks to SUENAGA Hiroki. Fri Feb 6 08:51:09 UTC 2015 Alexey Chebotar <alexey.chebotar@gmail.com> * Version 0.9.17 * Use ruby object to keep LDAP search result instead of libldap's data structure. * Use macro Check_LDAPENTRY for assertion inside native extension codes. * Remove assertion code from macro GET_LDAPENTRY_DATA. Thanks to SUENAGA Hiroki.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-01-16Fix typo, s/GEM_CLEANBUOLD_EXTENSIONS/GEM_CLEANBUILD_EXTENSIONS/.taca1-2/+2
2014-03-13Add GEM_EXTSDIR support.taca1-1/+2
No functional change for current versions of Rubys.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2014-01-18Update ruby-ldap to 0.9.16.obache1-3/+4
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.
2013-07-07o Clean up GEM_CLEANBUILD and fix PLIST.taca1-2/+3
o Use RUBY_DLEXT in PLIST. Bump PKGREVISION.
2013-06-13Update ruby-ldap to 0.9.13.obache1-3/+2
0.9.13 ----- * Prevent SyntaxError raised under Ruby 2.0.0 by line 107 regex (invalid multibyte escape)
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-1/+2
2012-12-05Fix build problem with ruby193-base-1.9.3p327 (Ruby 1.9.3 patchlevel 327).taca1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-23Fixes double "ruby" prefix of PKGNAME at last update.obache1-1/+2
2011-12-28Update ruby-ldap to 0.9.12.obache1-23/+4
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-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10* Update MASTER_SITES and HOMEPAGE.taca1-7/+7
* Ajust new ruby package's framework. No functional change.
2010-05-28Update ruby-ldap to 0.9.11.obache1-4/+5
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.obache1-4/+3
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.taca1-4/+4
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.obache1-0/+38
'Ruby/LDAP' is a Ruby extension library that provides an interface to the LDAP API as described in RFC1823.