./databases/ruby-activeldap, Object oriented interface to LDAP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.0.0, Package name: ruby32-activeldap61-7.0.0, Maintainer: taca

Ruby/ActiveLdap provides an object oriented interface to LDAP. It maps
LDAP entries to Ruby objects with LDAP attribute accessors exposed as
methods dynamically assigned based on your LDAP server's schema and
each object's objectClasses.


Required to run:
[devel/ruby-gettext] [textproc/ruby-builder] [devel/ruby-locale] [devel/ruby-gettext_i18n_rails] [devel/ruby-activemodel52] [lang/ruby31-base]

Master sites:

Filesize: 222.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-24 08:08:14 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-activeldap: update to 7.0.0

ActiveLdap 7.0.0 (2024-02-23)

Improvements

* Added support for Active Model 7.
    - GH-193
    - GH-194
    - GH-195
    - Patch by J-Verz.

Thanks

* J-Verz
   2022-10-10 05:36:51 by Takahiro Kambe | Files touched by this commit (32)
Log message:
Remove lines for Ruby 2.6.
   2022-09-06 02:03:37 by Takahiro Kambe | Files touched by this commit (1)
Log message:
databases/ruby-activeldap: avoid build with ruby26
   2022-09-01 17:20:46 by Takahiro Kambe | Files touched by this commit (1)
Log message:
databases/ruby-activeldap: cosmetic change

Stop pkglint's warning.
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-01-10 15:07:07 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
databases/ruby-activeldap: update to 6.1.0

## 6.1.0: 2020-12-24 {#release-6-1-0}

### Improvements

  * Changed to use `:use_paged_results` option value by default.
    [GitHub#189][Reported by Kevin McCormack]

### Thanks

  * Kevin McCormack

## 6.0.4: 2020-12-06 {#release-6-0-4}

### Improvements

  * Enabled concurrency by default.
    [GitHub#188][Reported by Kevin McCormack]
   2020-09-13 17:05:13 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
databases/ruby-activeldap: update to 6.0.3

Update ruby-activeldap to 6.0.3.

## 6.0.3: 2020-08-17 {#release-6-0-3}

### Improvements

  * Added support for `save(validate: false)`.
    [GitHub#180][Reported by Kevin McCormack]

  * jndi: Added support for follow referrals.
    [GitHub#182][Patch by Kevin McCormack]

### Fixes

  * Fixed a bug that sub base is ignored in DN specified by `new`.
    [GitHub#185][Reported by Kevin McCormack]

### Thanks

  * Kevin McCormack