Skip to content

Commit

Permalink
databases/ruby-ldap: update to 0.9.20
Browse files Browse the repository at this point in the history
Update ruby-ldap to 0.9.20.

pkgsrc change: remove redundant "ruby" in CATEGORIES.


Wed Jul 11 21:58:38 UTC 2018 Alexey Chebotar <alexey.chebotar@gmail.com>
  * Version 0.9.20
  * Added support of LDAP_OPT_X_TLS_NEWCTX. Thanks to Kouhei Sutou.

Mon Jun 20 14:30:52 UTC 2016 Alexey Chebotar <alexey.chebotar@gmail.com>
  * Version 0.9.19
  * Fixed parsing of LDIF with CR LF line separators (GH-38).
    Thanks to doppelreim.

Fri Mar  4 11:17:21 UTC 2016 Alexey Chebotar <alexey.chebotar@gmail.com>
  * Version 0.9.18
  * backout issue32 to compile for ruby-1.8.x.
    Thanks to SUENAGA Hiroki.

Fri Feb  6 08:51:09 UTC 2015 Alexey Chebotar <alexey.chebotar@gmail.com>
  * Version 0.9.17
  * Use ruby object to keep LDAP search result instead of libldap's data structure.
  * Use macro Check_LDAPENTRY for assertion inside native extension codes.
  * Remove assertion code from macro GET_LDAPENTRY_DATA.
    Thanks to SUENAGA Hiroki.
  • Loading branch information
taca committed Sep 13, 2020
1 parent fcccf56 commit 9a694e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions databases/ruby-ldap/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.23 2020/01/18 21:49:05 jperkin Exp $
# $NetBSD: Makefile,v 1.24 2020/09/13 15:11:07 taca Exp $

DISTNAME= ruby-ldap-0.9.16
DISTNAME= ruby-ldap-0.9.20
PKGNAME= ${DISTNAME:S/^ruby-/${RUBY_PKGPREFIX}-/}
PKGREVISION= 3
CATEGORIES= databases ruby
CATEGORIES= databases

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/alexey-chebotar/ruby-ldap
Expand Down
10 changes: 5 additions & 5 deletions databases/ruby-ldap/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2015/11/03 01:56:33 agc Exp $
$NetBSD: distinfo,v 1.9 2020/09/13 15:11:07 taca Exp $

SHA1 (ruby-ldap-0.9.16.gem) = 3279e0507c187249d29a12d5cf2d5746c46995e1
RMD160 (ruby-ldap-0.9.16.gem) = 21e0ce78e1065ded13f48d25e6f2d993fe9c6131
SHA512 (ruby-ldap-0.9.16.gem) = b81a9b24f29a7c40b5d1c020008bfd14666a15c3b407e5495ac7b12e470783d696c8ad25c9a508b9933829695a8ac3fcb52a209fdb4fb7de499308af61a4b832
Size (ruby-ldap-0.9.16.gem) = 65024 bytes
SHA1 (ruby-ldap-0.9.20.gem) = d26a21e6c2262e66a4b2e052d78bb3282dbdcbc2
RMD160 (ruby-ldap-0.9.20.gem) = ab0d0e25a8f40efb1d3ae38ba23ceee73f71cf60
SHA512 (ruby-ldap-0.9.20.gem) = 4f4902e7eaf4fe0cd421d58c73ce4e625d61ee20ef02363d3cf5754c66237e0f378ac433b234c2b86d5f5284ae03b7ae6c46d3575c512487bc1a931d021c9517
Size (ruby-ldap-0.9.20.gem) = 67072 bytes

0 comments on commit 9a694e1

Please sign in to comment.