File rubygem-ruby-ldap.changes of Package rubygem-ruby-ldap

-------------------------------------------------------------------
Thu Sep  5 09:54:27 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

- Add gcc14.patch:
  Mark the warning as non fatal

-------------------------------------------------------------------
Thu Feb  8 14:59:20 UTC 2024 - Hendrik Vogelsang <hvogel@suse.com>

- Patch to use rb_cObject instead of rb_cData in newer ruby versions
  From https://github.com/bearded/ruby-ldap/pull/46

-------------------------------------------------------------------
Thu Jul 12 06:19:16 UTC 2018 - factory-auto@kulow.org

- updated to version 0.9.20
 see installed ChangeLog

-------------------------------------------------------------------
Wed Jul 11 23:17:49 UTC 2018 - factory-auto@kulow.org

- updated to version 0.9.20
 see installed ChangeLog

  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.

-------------------------------------------------------------------
Tue Jun 21 04:38:37 UTC 2016 - coolo@suse.com

- updated to version 0.9.19
 see installed ChangeLog

  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.

-------------------------------------------------------------------
Sat Mar  5 05:31:04 UTC 2016 - coolo@suse.com

- updated to version 0.9.18
 see installed ChangeLog

  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.

-------------------------------------------------------------------
Mon Feb  9 10:04:39 UTC 2015 - coolo@suse.com

- updated to 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.

-------------------------------------------------------------------
Wed Oct 15 10:56:02 UTC 2014 - adrian@suse.de

- fix for SLE 11

-------------------------------------------------------------------
Tue Oct 14 10:13:22 UTC 2014 - coolo@suse.com

- adapted to new rubygem packaging

-------------------------------------------------------------------
Mon Mar  3 14:32:35 UTC 2014 - kkaempf@suse.com

- add rpmlintrc

-------------------------------------------------------------------
Thu Feb  6 08:39:54 UTC 2014 - coolo@suse.com

- use new macros

-------------------------------------------------------------------
Sat Sep  7 05:19:53 UTC 2013 - coolo@suse.com

- updated to version 0.9.16
  * Fixed undefined method 'each' in LDAP::LDIF.mods_to_ldif (GH-26).
    Thanks to Francesco Malvezzi.

-------------------------------------------------------------------
Fri Aug 30 10:00:28 UTC 2013 - coolo@suse.com

- updated to version 0.9.15
   * Accept nil for new_parent_dn for rename. Thanks to Kouhei Sutou.
   * 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.

-------------------------------------------------------------------
Thu Jun  6 05:23:25 UTC 2013 - coolo@suse.com

- updated to version 0.9.13
  * Prevent SyntaxError raised under Ruby 2.0.0 by line 107 regex
    (invalid multibyte escape). Thanks to Andrew Broman.

-------------------------------------------------------------------
Sun Aug  5 06:15:10 UTC 2012 - coolo@suse.com

- updated to version 0.9.12
   * Enable client certificate authentication for mozilla ldap 6.0 only.
     Thank to Yuri Arabadji.
   * New patch for LDAP::Mod data corruption. Thanks to Aprotim Sanyal.
   * Modify mod_type dangling pointer corruption. Thank you, anon!
   * Fixed bug in ldap/ldif.rb (GH-6). Thanks to bbense.
   * 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 many memory leaks. Thanks to Marek Veber and Antonio Terceiro.
   * Fixed compile with ruby 1.9.2. Thanks to Hiroki Najima.
   * On windows, the default ldap library became wldap32.
     Thanks to Hiroki Najima.

-------------------------------------------------------------------
Fri Jul  8 13:26:55 UTC 2011 - mrueckert@suse.de

- update to version 0.9.11 and switch to gem based packaging
  * Allow passing SASL interaction options.
    Thanks to Anthony M. Martinez.
- additional changes from 0.9.10
  * Added controls and referral extraction to #search_ext and
    #search_ext2. Thanks to Michael Granger.

-------------------------------------------------------------------
Fri Jan 29 14:12:15 UTC 2010 - mrueckert@suse.de

- update to version 0.9.9
  - Fixed LDAP::VERSION. Thanks to Kouhei Sutou
  - Gem Packaging Support. Thanks to S. Potter [mbbx6spp]
  - LDAP_OPT_X_TLS_PROTOCOL changed to LDAP_OPT_X_TLS_PROTOCOL_MIN
    (more information in ITS#5655). Thanks to Milos Jakubicek.
  - Fixed regular expression in LDAP::Schema.attr()
- additional changes from 0.9.8
  - Supported Ruby 1.9.x.

-------------------------------------------------------------------
Sat Sep 30 23:04:47 CEST 2006 - mrueckert@suse.de

- install into vendor_ruby

-------------------------------------------------------------------
Fri Aug 25 04:40:37 CEST 2006 - mrueckert@suse.de

- Update to version 0.9.7:
  o minor documentation fixes
  o small compile fixes

-------------------------------------------------------------------
Wed May 24 07:00:28 CEST 2006 - mrueckert@suse.de

- Update to version 0.9.5
 o The software now builds and works out of the box on Windows.

 Changes from 0.9.4:
 o Modify LDAP::Conn#search, LDAP::Conn#search2,
   LDAP::Conn#search_ext and LDAP::Conn#search_ext2 to treat
   LDAP_SIZELIMIT_EXCEEDED as success. After using any of these
   four methods, the user should check whether
   LDAP::Conn#err == LDAP::LDAP_SIZELIMIT_EXCEEDED.
   If true, the results set has been truncated by the server.
   Previously, LDAP_SIZELIMIT_EXCEEDED would raise an exception
   and no results would be returned, which is not the correct
   behaviour if the user has deliberately put a limit on the
   number of results to be returned, in order to spare the
   server.
 o Duplicate code refactored.
 o Missing RDoc documentation added for LDAP::Conn#err.

 Changes from 0.9.3
 o LDAP::Schema#names and LDAP::Schema#attr will now allow
   names with hyphens and/or underscores.
 o Silence a warning about @sasl_quiet when run in debug mode.
 o Fix uninitialised data structures in LDAP::SSLConn#bind and
   LDAP::SSLConn#simple_bind.
 o Build properly with OpenLDAP 2.3.
 o Build-time options --with-ldap-incdir and --with-ldap-libdir
   have been replaced by --with-ldap-include and --with-ldap-lib.
   This is a consequence of making extconf.rb more standard.
 o Windows build has been improved, so that it should now at least
   build without error. Whether it will work is another matter.

- removed ruby-ldap-0.9.2_ldapapi.patch:
  this patch is no longer needed

-------------------------------------------------------------------
Wed Jan 25 21:41:15 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Fri Nov 18 16:59:39 CET 2005 - mrueckert@suse.de

- Cleanup the package
- Adding documentation to the package

-------------------------------------------------------------------
Wed Sep 14 11:14:10 CEST 2005 - dmacvicar@suse.de

- Initial package with v 0.9.2
openSUSE Build Service is sponsored by