Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby2.5-rubygem-net-ldap-0.16.1-lp152.3.2 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: ruby2.5-rubygem-net-ldap Distribution: openSUSE Leap 15.2
Version: 0.16.1 Vendor: openSUSE
Release: lp152.3.2 Build date: Thu Nov 7 23:12:03 2019
Group: Development/Languages/Ruby Build host: obs-arm-1
Size: 351931 Source RPM: rubygem-net-ldap-0.16.1-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://github.com/ruby-ldap/ruby-net-ldap
Summary: Net::LDAP for Ruby (also called net-ldap) implements client access
Net::LDAP for Ruby (also called net-ldap) implements client access for the
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
accessing distributed directory services. Net::LDAP is written completely in
Ruby with no external dependencies. It supports most LDAP client features and
a
subset of server features as well.
Net::LDAP has been tested against modern popular LDAP servers including
OpenLDAP and Active Directory. The current release is mostly compliant with
earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with
the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).

Provides

Requires

License

MIT

Changelog

* Fri Nov 24 2017 mschnitzer@suse.com
  - updated to version 0.16.1
    * Send DN and newPassword with password_modify request #271
* Sat Feb 25 2017 coolo@suse.com
  - updated to version 0.16.0
    see installed History.rdoc
    === Net::LDAP 0.16.0
    * Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281]
    * enable TLS hostname validation {#279}[https://github.com/ruby-ldap/ruby-net-ldap/pull/279]
    * update rubocop to 0.42.0 {#278}[https://github.com/ruby-ldap/ruby-net-ldap/pull/278]
* Thu Jul 14 2016 coolo@suse.com
  - updated to version 0.15.0
    see installed History.rdoc
    === Net::LDAP 0.15.0
    * Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273]
* Sat Feb 06 2016 coolo@suse.com
  - updated to version 0.14.0
    see installed History.rdoc
    === Net::LDAP 0.14.0
    * Normalize the encryption parameter passed to the LDAP constructor {#264}[https://github.com/ruby-ldap/ruby-net-ldap/pull/264]
    * Update Docs: Net::LDAP now requires ruby >= 2 {#261}[https://github.com/ruby-ldap/ruby-net-ldap/pull/261]
    * fix symbol proc {#255}[https://github.com/ruby-ldap/ruby-net-ldap/pull/255]
    * fix trailing commas {#256}[https://github.com/ruby-ldap/ruby-net-ldap/pull/256]
    * fix deprecated hash methods {#254}[https://github.com/ruby-ldap/ruby-net-ldap/pull/254]
    * fix space after comma {#253}[https://github.com/ruby-ldap/ruby-net-ldap/pull/253]
    * fix space inside brackets {#252}[https://github.com/ruby-ldap/ruby-net-ldap/pull/252]
    * Rubocop style fixes {#249}[https://github.com/ruby-ldap/ruby-net-ldap/pull/249]
    * Lazy initialize Net::LDAP::Connection's internal socket {#235}[https://github.com/ruby-ldap/ruby-net-ldap/pull/235]
    * Support for rfc3062 Password Modify, closes #163 {#178}[https://github.com/ruby-ldap/ruby-net-ldap/pull/178]
* Thu Jan 21 2016 coolo@suse.com
  - updated to version 0.13.0
    see installed History.rdoc
    === Net::LDAP 0.13.0
    * Set a connect_timeout for the creation of a socket {#243}[https://github.com/ruby-ldap/ruby-net-ldap/pull/243]
    * Update bundler before installing gems with bundler {#245}[https://github.com/ruby-ldap/ruby-net-ldap/pull/245]
    * Net::LDAP#encryption accepts string {#239}[https://github.com/ruby-ldap/ruby-net-ldap/pull/239]
    * Adds correct UTF-8 encoding to Net::BER::BerIdentifiedString {#242}[https://github.com/ruby-ldap/ruby-net-ldap/pull/242]
    * Remove 2.3.0-preview since ruby-head already is included {#241}[https://github.com/ruby-ldap/ruby-net-ldap/pull/241]
    * Drop support for ruby 1.9.3 {#240}[https://github.com/ruby-ldap/ruby-net-ldap/pull/240]
    * Fixed capitalization of StartTLSError {#234}[https://github.com/ruby-ldap/ruby-net-ldap/pull/234]
* Thu Nov 12 2015 coolo@suse.com
  - updated to version 0.12.1
    see installed History.rdoc
    === Net::LDAP 0.12.1
    * Whitespace formatting cleanup {#236}[https://github.com/ruby-ldap/ruby-net-ldap/pull/236]
    * Set operation result if LDAP server is not accessible {#232}[https://github.com/ruby-ldap/ruby-net-ldap/pull/232]
* Wed Oct 28 2015 coolo@suse.com
  - updated to version 0.12.0
    see installed History.rdoc
    === Net::LDAP 0.12.0
    * DRY up connection handling logic {#224}[https://github.com/ruby-ldap/ruby-net-ldap/pull/224]
    * Define auth adapters {#226}[https://github.com/ruby-ldap/ruby-net-ldap/pull/226]
    * add slash to attribute value filter {#225}[https://github.com/ruby-ldap/ruby-net-ldap/pull/225]
    * Add the ability to provide a list of hosts for a connection {#223}[https://github.com/ruby-ldap/ruby-net-ldap/pull/223]
    * Specify the port of LDAP server by giving INTEGRATION_PORT {#221}[https://github.com/ruby-ldap/ruby-net-ldap/pull/221]
    * Correctly set BerIdentifiedString values to UTF-8  {#212}[https://github.com/ruby-ldap/ruby-net-ldap/pull/212]
    * Raise Net::LDAP::ConnectionRefusedError when new connection is refused. {#213}[https://github.com/ruby-ldap/ruby-net-ldap/pull/213]
    * obscure auth password upon #inspect, added test, closes #216 {#217}[https://github.com/ruby-ldap/ruby-net-ldap/pull/217]
    * Fixing incorrect error class name {#207}[https://github.com/ruby-ldap/ruby-net-ldap/pull/207]
    * Travis update {#205}[https://github.com/ruby-ldap/ruby-net-ldap/pull/205]
    * Remove obsolete rbx-19mode from Travis {#204}[https://github.com/ruby-ldap/ruby-net-ldap/pull/204]
    * mv "sudo" from script/install-openldap to .travis.yml {#199}[https://github.com/ruby-ldap/ruby-net-ldap/pull/199]
    * Remove meaningless shebang {#200}[https://github.com/ruby-ldap/ruby-net-ldap/pull/200]
    * Fix Travis CI build {#202}[https://github.com/ruby-ldap/ruby-net-ldap/pull/202]
    * README.rdoc: fix travis link {#195}[https://github.com/ruby-ldap/ruby-net-ldap/pull/195]
* Tue Feb 10 2015 coolo@suse.com
  - updated to version 0.11
* Fri Oct 17 2014 coolo@suse.com
  - updated to version 0.8.0
* Mon Oct 13 2014 coolo@suse.com
  - adapt to new rubygem packaging

Files

/usr/lib64/ruby/gems/2.5.0/build_info
/usr/lib64/ruby/gems/2.5.0/cache/net-ldap-0.16.1.gem
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/.gitignore
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/.rubocop.yml
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/.rubocop_todo.yml
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/.travis.yml
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/CONTRIBUTING.md
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/Contributors.rdoc
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/Gemfile
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/Hacking.rdoc
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/History.rdoc
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/License.rdoc
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/README.rdoc
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/Rakefile
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net-ldap.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/ber_parser.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/core_ext
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/core_ext.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/core_ext/array.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/core_ext/false_class.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/core_ext/integer.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/core_ext/string.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ber/core_ext/true_class.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/auth_adapter
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/auth_adapter.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/auth_adapter/gss_spnego.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/auth_adapter/sasl.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/auth_adapter/simple.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/connection.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/dataset.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/dn.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/entry.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/error.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/filter.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/instrumentation.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/password.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/pdu.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/ldap/version.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/lib/net/snmp.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/net-ldap.gemspec
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/script
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/script/changelog
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/script/generate-fixture-ca
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/script/install-openldap
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/script/package
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/script/release
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/testserver
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/testserver/ldapserver.rb
/usr/lib64/ruby/gems/2.5.0/gems/net-ldap-0.16.1/testserver/testdata.ldif
/usr/lib64/ruby/gems/2.5.0/specifications/net-ldap-0.16.1.gemspec
/usr/share/doc/packages/ruby2.5-rubygem-net-ldap
/usr/share/doc/packages/ruby2.5-rubygem-net-ldap/History.rdoc
/usr/share/doc/packages/ruby2.5-rubygem-net-ldap/License.rdoc
/usr/share/doc/packages/ruby2.5-rubygem-net-ldap/README.rdoc


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024