agc
203292f73e
Add SHA512 digests for distfiles for net category
...
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 00:34:51 +00:00
taca
b8867a1f65
Update ruby-net-ldap to 0.11.
...
=== Net::LDAP 0.11
* Major enhancements:
* #183 Specific errors subclassing Net::LDAP::Error
* Bug fixes:
* #176 Fix nil tls options
* #184 Search guards against nil queued reads. Connection#unescape handles numerics
* Code clean-up:
* #180 Refactor connection establishment
=== Net::LDAP 0.10.1
* Bug fixes:
* Fix Integer BER encoding of signed values
=== Net::LDAP 0.10.0
* Major enhancements:
* Accept SimpleTLS/StartTLS encryption options (compatible with `OpenSSL::SSL::SSLContext#set_params`)
* Bug fixes:
* Parse filter strings with square and curly braces (`[]` and `{}`)
* Handle connection timeout errors (`Errno::ETIMEDOUT` raised as `Net::LDAP::LdapError`)
* Testing changes:
* Add integration tests for StartTLS connections to OpenLDAP
* Meta changes:
* Update Gem release tooling (remove Hoe, use Rake)
* Fix Gem release date
=== Net::LDAP 0.9.0
* Major changes:
* Dropped support for ruby 1.8.7, ruby >= 1.9.3 now required
* Major enhancements:
* Add support for search time limit parameter
* Instrument received messages, PDU parsing
* Minor enhancments:
* Add support for querying ActiveDirectory capabilities from root dse
* Bug fixes:
* Fix reads for multiple concurrent requests with shared, open connections mixing up the results
* Fix search size option
* Fix BER encoding bug
* Code clean-up:
* Added integration test suite
* Switch to minitest
* Details
* #150 Support querying ActiveDirectory capabilities when searching root dse
* #142 Encode true as xFF
* #124 , #145 , #146 , #152 Cleanup gemspec
* #138 , #144 Track response messages by message id
* #141 Magic number/constant cleanup
* #119 , #129 , #130 , #132 , #133 , #137 Integration tests
* #115 Search timeout support
* #140 Fix search size option
* #139 Cleanup and inline documentation for Net::LDAP::Connection#search
* #131 Instrumentation
* #116 Refactor Connection#write
* #126 Update gitignore
* #128 Fix whitespace
* #113 , #121 Switch to minitest
* #123 Base64 encoded dn
* #114 Separate file for Net::LDAP::Connection
* #104 Parse version spec in LDIF datasets
* #106 ldap.modify doc fixes
* #111 Fix test deprecations
=== Net::LDAP 0.5.0 / 2013-07-22
* Major changes:
* Required Ruby version is >=1.9.3
* Major enhancements:
* Added alias dereferencing (@ngwilson)
* BER now unescapes characters that are already escaped in the source string (@jzinn)
* BerIdentifiedString will now fall back to ASCII-8 encoding if the source Ruby object cannot be encoded in UTF-8 (@lfu)
* Bug fixes:
* Fixed nil variable error when following a reference response (@cmdrclueless)
* Fixed FilterParser unable to parse multibyte strings (@satoryu)
* Return ConverterNotFound when dealing with a potentially corrupt data response (@jamuc)
2015-02-04 15:56:48 +00:00
taca
fa76f83c93
Importing net-ldap version 0.2.2.
...
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 *client* compliance with
the most recent LDAP RFCs (4510-4519, plus portions of 4520-4532).
2011-06-19 14:07:17 +00:00