Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WYiXdEd6; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nkbk1T4p Received: by mail.netbsd.org (Postfix, from userid 605) id 6694D84D6A; Sun, 24 Mar 2024 14:28:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711290494; bh=iYvHcTfTASXbA/98HYd0txXqC5+Z2h/hfwJ/b1EKq2U=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=WYiXdEd6+UtH4w5BopyEeNfoHcmlXsozTEXeJTcxDEs/RHBd5iygsnRxPMRUEBkXv VIPupUadXuK0UyWFSWoj8uqBeb1hSiZcT5GTxOC4YP1icitRtBFR2/3oFeWy6v7pH5 5BJzn7UYmJwSukp82tNy5YAoqlJhxF0Qd0J3j6nY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5945284D1D for ; Sun, 24 Mar 2024 14:28:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2Z7PN-txqJZB for ; Sun, 24 Mar 2024 14:28:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B020084CC9 for ; Sun, 24 Mar 2024 14:28:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711290492; bh=iYvHcTfTASXbA/98HYd0txXqC5+Z2h/hfwJ/b1EKq2U=; h=Date:From:Subject:To:Reply-To; b=nkbk1T4pmz4V469t6JoXBgFfMN/Wq6Gr2zgK97CCAPJkU2F4OYO02CpaHy0eTaJSF BYnjPcAT1e2EJoz388C5uxc4sZMqx3SeCLNhZA8q5K/zzuZkXXq+yjPTmllb4Dv0cD zeLDbTBRjhXeCicK7yWy35q765nz4LeE2xtOL8ng= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAC86FA2C; Sun, 24 Mar 2024 14:28:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711290492262950" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 14:28:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240324142812.AAC86FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711290492262950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 24 14:28:12 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/ruby-ruby_smb to 3.3.4 To generate a diff of this commit: cvs rdiff -u -r1.2068 -r1.2069 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711290492262950 Content-Disposition: inline Content-Length: 727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2068 pkgsrc/doc/CHANGES-2024:1.2069 --- pkgsrc/doc/CHANGES-2024:1.2068 Sun Mar 24 14:26:01 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 14:28:12 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2068 2024/03/24 14:26:01 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2069 2024/03/24 14:28:12 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3552,3 +3552,4 @@ Changes to the packages collection and i Updated devel/ruby-version_gem to 1.1.4 [taca 2024-03-24] Updated net/ruby-dnsruby to 1.71.0 [taca 2024-03-24] Updated net/ruby-nio4r to 2.7.1 [taca 2024-03-24] + Updated net/ruby-ruby_smb to 3.3.4 [taca 2024-03-24] --_----------=_1711290492262950--