diff options
author | taca <taca@pkgsrc.org> | 2016-03-15 14:46:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-03-15 14:46:51 +0000 |
commit | 07bde652527ab0ef7b93d89a43753459e96900ed (patch) | |
tree | e7c8a7e6b0c92069462d6d5c6281ed11254f8617 /net | |
parent | 8543bdede119622a66c9f5d98b45d122e70e9eea (diff) | |
download | pkgsrc-07bde652527ab0ef7b93d89a43753459e96900ed.tar.gz |
Update ruby-net-ldap to 0.14.0.
=== 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]
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-net-ldap/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-net-ldap/PLIST | 3 | ||||
-rw-r--r-- | net/ruby-net-ldap/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/ruby-net-ldap/Makefile b/net/ruby-net-ldap/Makefile index a9db4cedd7d..af0cd8810c4 100644 --- a/net/ruby-net-ldap/Makefile +++ b/net/ruby-net-ldap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/01/11 16:08:51 taca Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/15 14:46:51 taca Exp $ -DISTNAME= net-ldap-0.13.0 +DISTNAME= net-ldap-0.14.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-net-ldap/PLIST b/net/ruby-net-ldap/PLIST index 9f0b56f4024..72cbb6ac71d 100644 --- a/net/ruby-net-ldap/PLIST +++ b/net/ruby-net-ldap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/12/12 15:09:39 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/03/15 14:46:51 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rubocop.yml @@ -55,6 +55,7 @@ ${GEM_LIBDIR}/test/integration/test_ber.rb ${GEM_LIBDIR}/test/integration/test_bind.rb ${GEM_LIBDIR}/test/integration/test_delete.rb ${GEM_LIBDIR}/test/integration/test_open.rb +${GEM_LIBDIR}/test/integration/test_password_modify.rb ${GEM_LIBDIR}/test/integration/test_return_codes.rb ${GEM_LIBDIR}/test/integration/test_search.rb ${GEM_LIBDIR}/test/support/vm/openldap/.gitignore diff --git a/net/ruby-net-ldap/distinfo b/net/ruby-net-ldap/distinfo index 74b2fff7abe..0fca277c385 100644 --- a/net/ruby-net-ldap/distinfo +++ b/net/ruby-net-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/01/11 16:08:51 taca Exp $ +$NetBSD: distinfo,v 1.7 2016/03/15 14:46:51 taca Exp $ -SHA1 (net-ldap-0.13.0.gem) = 55cc359b44df71d0e279ad6ac0e5b766b3ec12c4 -RMD160 (net-ldap-0.13.0.gem) = 865230eb714d34266a3d4457ff52793171ac1e6e -SHA512 (net-ldap-0.13.0.gem) = 1033bfd6b072d7448e35f85ba295c6c1eabd38c53f12a23b870c7f99cbed4580499d3b77913b7a9571645b501b73ff728c1e8df2ee7cc341cdbf3e143a1a8059 -Size (net-ldap-0.13.0.gem) = 91136 bytes +SHA1 (net-ldap-0.14.0.gem) = 453a90f209363ee56d86f2cfc386b1406119e920 +RMD160 (net-ldap-0.14.0.gem) = e790ad35a7a1eb86be7bd8b1ea6f262b2a54faf3 +SHA512 (net-ldap-0.14.0.gem) = 313040d6dd7d450377b246ac134416a3c21bfed95c3d900fe542d3a92fd3c2e5801d7bf2e4cfcde4ba15c3195a36168ce6b6bdc68282c19fde13dbae03c019a0 +Size (net-ldap-0.14.0.gem) = 94208 bytes |