Skip to content

Commit

Permalink
Update ruby-net-ldap to 0.14.0.
Browse files Browse the repository at this point in the history
=== Net::LDAP 0.14.0

* Normalize the encryption parameter passed to the LDAP constructor {#264}[ruby-ldap/ruby-net-ldap#264]
* Update Docs: Net::LDAP now requires ruby >= 2 {#261}[ruby-ldap/ruby-net-ldap#261]
* fix symbol proc {#255}[ruby-ldap/ruby-net-ldap#255]
* fix trailing commas {#256}[ruby-ldap/ruby-net-ldap#256]
* fix deprecated hash methods {#254}[ruby-ldap/ruby-net-ldap#254]
* fix space after comma {#253}[ruby-ldap/ruby-net-ldap#253]
* fix space inside brackets {#252}[ruby-ldap/ruby-net-ldap#252]
* Rubocop style fixes {#249}[ruby-ldap/ruby-net-ldap#249]
* Lazy initialize Net::LDAP::Connection's internal socket {#235}[ruby-ldap/ruby-net-ldap#235]
* Support for rfc3062 Password Modify, closes #163 {#178}[ruby-ldap/ruby-net-ldap#178]
  • Loading branch information
taca committed Mar 15, 2016
1 parent 7a54565 commit 509b0b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions net/ruby-net-ldap/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion net/ruby-net-ldap/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions net/ruby-net-ldap/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 509b0b6

Please sign in to comment.