Received: by mail.netbsd.org (Postfix, from userid 605) id A928884E19; Sun, 28 Aug 2022 04:14:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0CAC84D91 for ; Sun, 28 Aug 2022 04:14:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4c7XRMu4zgSz for ; Sun, 28 Aug 2022 04:14:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5CE4B84CE3 for ; Sun, 28 Aug 2022 04:14:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5295FF9F4; Sun, 28 Aug 2022 04:14:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661660043160580" MIME-Version: 1.0 Date: Sun, 28 Aug 2022 04:14:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-net-ldap To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220828041403.5295FF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661660043160580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Aug 28 04:14:03 UTC 2022 Modified Files: pkgsrc/net/ruby-net-ldap: Makefile distinfo Log Message: net/ruby-net-ldap: update to 0.17.1 0.17.1 (2022-06-07) * Fixed shebang of bash #385 * Omit some tests for now until we update our CA cert #386 * Add Ruby 3.0 support #388 * Add TruffleRuby 21.0.0 to CI #389 * Correct a typo in an error message #391 * Enable bundler caching for travis #390 * Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb #392 * Handle nil value in GetbyteForSSLSocket::getbyte #306 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/ruby-net-ldap/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/ruby-net-ldap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661660043160580 Content-Disposition: inline Content-Length: 1514 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-net-ldap/Makefile diff -u pkgsrc/net/ruby-net-ldap/Makefile:1.13 pkgsrc/net/ruby-net-ldap/Makefile:1.14 --- pkgsrc/net/ruby-net-ldap/Makefile:1.13 Mon Jan 11 14:13:01 2021 +++ pkgsrc/net/ruby-net-ldap/Makefile Sun Aug 28 04:14:03 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/01/11 14:13:01 taca Exp $ +# $NetBSD: Makefile,v 1.14 2022/08/28 04:14:03 taca Exp $ -DISTNAME= net-ldap-0.17.0 +DISTNAME= net-ldap-0.17.1 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/ruby-net-ldap/distinfo diff -u pkgsrc/net/ruby-net-ldap/distinfo:1.15 pkgsrc/net/ruby-net-ldap/distinfo:1.16 --- pkgsrc/net/ruby-net-ldap/distinfo:1.15 Tue Oct 26 11:06:51 2021 +++ pkgsrc/net/ruby-net-ldap/distinfo Sun Aug 28 04:14:03 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 11:06:51 nia Exp $ +$NetBSD: distinfo,v 1.16 2022/08/28 04:14:03 taca Exp $ -BLAKE2s (net-ldap-0.17.0.gem) = 1ef904a98175f15ce5880333a6bc8957f9d794f3c96a3d9a9cf3c8131ba602ea -SHA512 (net-ldap-0.17.0.gem) = d1266393538f01b0c8ca62ef098f06f50c9e5a693627e1418d762a92fa6465b75a2b99c4f816fab45ede7013bec91285a351968fcfab944b8497ee123fd3fc41 -Size (net-ldap-0.17.0.gem) = 67072 bytes +BLAKE2s (net-ldap-0.17.1.gem) = fcb3bbe0cbdc8a134efc51e5be3b5d8173fdde983557a4d7fb67c4ce2e96f944 +SHA512 (net-ldap-0.17.1.gem) = 5c0ac3a54cc054898d2d653f981a99c2ce2c3c38b5c23085b953dba4c2ff09d9a2ff09892f3d0e20fb44ddf31df73c88396ec3aa6c9429b1690d6c4cc341014d +Size (net-ldap-0.17.1.gem) = 67072 bytes --_----------=_1661660043160580--