Received: by mail.netbsd.org (Postfix, from userid 605) id 2D89C85309; Sat, 3 Feb 2024 16:04:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DE6E84EF5 for ; Sat, 3 Feb 2024 16:04:23 +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 cFgsNNY-Go4p for ; Sat, 3 Feb 2024 16:04:22 +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 C8BA184EC2 for ; Sat, 3 Feb 2024 16:04:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2D39FA42; Sat, 3 Feb 2024 16:04:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706976262167140" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 16:04:22 +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: <20240203160422.C2D39FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706976262167140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 16:04:22 UTC 2024 Modified Files: pkgsrc/net/ruby-net-ldap: Makefile distinfo Log Message: net/ruby-net-ldap: update to 0.19.0 0.19.0 (2024-01-03) * Net::LDAP::DN - Retain trailing spaces in RDN values in DNs by @TomSellers in #412 * Add in ability for users to specify LDAP controls when conducting searches by @gwillcox-r7 in #411 * Document connect_timeout in Constructor Details by @alexjfisher in #415 * Fix openssl error when using multiple hosts by @jpdasma in #417 New Contributors * @TomSellers made their first contribution in #412 * @gwillcox-r7 made their first contribution in #411 * @alexjfisher made their first contribution in #415 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/ruby-net-ldap/Makefile cvs rdiff -u -r1.17 -r1.18 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. --_----------=_1706976262167140 Content-Disposition: inline Content-Length: 1515 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.15 pkgsrc/net/ruby-net-ldap/Makefile:1.16 --- pkgsrc/net/ruby-net-ldap/Makefile:1.15 Sun Apr 30 06:54:44 2023 +++ pkgsrc/net/ruby-net-ldap/Makefile Sat Feb 3 16:04:22 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/04/30 06:54:44 taca Exp $ +# $NetBSD: Makefile,v 1.16 2024/02/03 16:04:22 taca Exp $ -DISTNAME= net-ldap-0.18.0 +DISTNAME= net-ldap-0.19.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/ruby-net-ldap/distinfo diff -u pkgsrc/net/ruby-net-ldap/distinfo:1.17 pkgsrc/net/ruby-net-ldap/distinfo:1.18 --- pkgsrc/net/ruby-net-ldap/distinfo:1.17 Sun Apr 30 06:54:44 2023 +++ pkgsrc/net/ruby-net-ldap/distinfo Sat Feb 3 16:04:22 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2023/04/30 06:54:44 taca Exp $ +$NetBSD: distinfo,v 1.18 2024/02/03 16:04:22 taca Exp $ -BLAKE2s (net-ldap-0.18.0.gem) = 6f3e2f0bfd94b27e493b9a40090ef818513fc7e266462394e0aa603e908c57f8 -SHA512 (net-ldap-0.18.0.gem) = d9127296c12850b33960caccd1c1422d535c85599d94c22c2b98b7aad2a1bc73803267f54e6e1db26bb20952493467953b0ee7fe2ed0f47540e878ff9b1f2e08 -Size (net-ldap-0.18.0.gem) = 67072 bytes +BLAKE2s (net-ldap-0.19.0.gem) = d47a50ecc9ceb4ef275596d5449a5ed343452d6e465841545499584d201e7d25 +SHA512 (net-ldap-0.19.0.gem) = 661db47d0836e029baedf11398583306f8d077d6c50dc842a2324383f8efec6edf297a4bfbb7211e12021521910ff10e873dd245a99cca1d1e46aff5cbe9b8e9 +Size (net-ldap-0.19.0.gem) = 67584 bytes --_----------=_1706976262167140--