diff options
author | taca <taca@pkgsrc.org> | 2015-12-12 15:09:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-12 15:09:39 +0000 |
commit | 82adedc92f6bed5de73fc61071e02f8c4e09f594 (patch) | |
tree | dc0df1480e1723eb81d43739741820b69dcc2860 | |
parent | 8dfa23e3d95089391a2fa5d509180bf994c369a9 (diff) | |
download | pkgsrc-82adedc92f6bed5de73fc61071e02f8c4e09f594.tar.gz |
Update ruby-net-ldap to 0.12.1.
=== 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]
=== 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]
-rw-r--r-- | net/ruby-net-ldap/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-net-ldap/PLIST | 8 | ||||
-rw-r--r-- | net/ruby-net-ldap/distinfo | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net/ruby-net-ldap/Makefile b/net/ruby-net-ldap/Makefile index 1a046feb3b1..c6b00070c01 100644 --- a/net/ruby-net-ldap/Makefile +++ b/net/ruby-net-ldap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2015/09/26 15:11:30 taca Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/12 15:09:39 taca Exp $ -DISTNAME= net-ldap-0.11 +DISTNAME= net-ldap-0.12.1 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-net-ldap/PLIST b/net/ruby-net-ldap/PLIST index a086c9cc393..9f0b56f4024 100644 --- a/net/ruby-net-ldap/PLIST +++ b/net/ruby-net-ldap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2015/02/04 15:56:48 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/12/12 15:09:39 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rubocop.yml @@ -22,6 +22,10 @@ ${GEM_LIBDIR}/lib/net/ber/core_ext/integer.rb ${GEM_LIBDIR}/lib/net/ber/core_ext/string.rb ${GEM_LIBDIR}/lib/net/ber/core_ext/true_class.rb ${GEM_LIBDIR}/lib/net/ldap.rb +${GEM_LIBDIR}/lib/net/ldap/auth_adapter.rb +${GEM_LIBDIR}/lib/net/ldap/auth_adapter/gss_spnego.rb +${GEM_LIBDIR}/lib/net/ldap/auth_adapter/sasl.rb +${GEM_LIBDIR}/lib/net/ldap/auth_adapter/simple.rb ${GEM_LIBDIR}/lib/net/ldap/connection.rb ${GEM_LIBDIR}/lib/net/ldap/dataset.rb ${GEM_LIBDIR}/lib/net/ldap/dn.rb @@ -34,6 +38,7 @@ ${GEM_LIBDIR}/lib/net/ldap/pdu.rb ${GEM_LIBDIR}/lib/net/ldap/version.rb ${GEM_LIBDIR}/lib/net/snmp.rb ${GEM_LIBDIR}/net-ldap.gemspec +${GEM_LIBDIR}/script/changelog ${GEM_LIBDIR}/script/install-openldap ${GEM_LIBDIR}/script/package ${GEM_LIBDIR}/script/release @@ -55,6 +60,7 @@ ${GEM_LIBDIR}/test/integration/test_search.rb ${GEM_LIBDIR}/test/support/vm/openldap/.gitignore ${GEM_LIBDIR}/test/support/vm/openldap/README.md ${GEM_LIBDIR}/test/support/vm/openldap/Vagrantfile +${GEM_LIBDIR}/test/test_auth_adapter.rb ${GEM_LIBDIR}/test/test_dn.rb ${GEM_LIBDIR}/test/test_entry.rb ${GEM_LIBDIR}/test/test_filter.rb diff --git a/net/ruby-net-ldap/distinfo b/net/ruby-net-ldap/distinfo index de78f640861..32bca366dfd 100644 --- a/net/ruby-net-ldap/distinfo +++ b/net/ruby-net-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 00:35:35 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/12/12 15:09:39 taca Exp $ -SHA1 (net-ldap-0.11.gem) = a6b4ac01651b8abb052489d854cf8e8901453703 -RMD160 (net-ldap-0.11.gem) = 6a4870ef4ef1ccb08aab089fb21c6525f21ed08d -SHA512 (net-ldap-0.11.gem) = 8894fac34df186f03b879e707504ce8952030d38d88e902c8a98f195503765f7780771f26775606ff84a7940cd3b1a8193e028f85d05130940d583c222b4cc1f -Size (net-ldap-0.11.gem) = 87040 bytes +SHA1 (net-ldap-0.12.1.gem) = 02d20507d4fa97f08feb213372bf7315c67c03f7 +RMD160 (net-ldap-0.12.1.gem) = 4e6b60e7999dfb36a21c88544c3ba9ecd5afed09 +SHA512 (net-ldap-0.12.1.gem) = 013a66a0fa7e6027c5f31776d136294161936ae7dc2ec86a5342a2a2d575e5764ab06e11a7532c56e5c4ce95ab91a2ab4cc8628e6f1fcc879b9282c08142c31a +Size (net-ldap-0.12.1.gem) = 90112 bytes |