Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VhPgkzoT; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zs5EXwFh Received: by mail.netbsd.org (Postfix, from userid 605) id 0BDC384F70; Sun, 12 May 2024 16:03:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715529819; bh=s2qu0rY9gNZIVgeqEkQ2wy8v9RRr+KNEDrguNWkay4k=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VhPgkzoTnOYCq50MvGsKOx+hb0POx11L2gLg2mXCc7TFPuKjCwO0pWRLVKkhR3rDQ Kg85Wg9JHcHwugITxGRGrWzrw8b+hQbGp5qa+ZqRfmon8io0vwjRH9//VBpIGWRBnC JtvpkHBl/xcdiwSszBGx8DFB2We+AOGB1q/jE9Ec= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F04BA84D57 for ; Sun, 12 May 2024 16:03:37 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id L4KBlIw4prCr for ; Sun, 12 May 2024 16:03:37 +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 6D31B84CD9 for ; Sun, 12 May 2024 16:03:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715529817; bh=s2qu0rY9gNZIVgeqEkQ2wy8v9RRr+KNEDrguNWkay4k=; h=Date:From:Subject:To:Reply-To; b=zs5EXwFhWBK22EcIFMTNF1J87kgfAThez6pXsww0hI0jpv+yj/eP+MdBHkOiYf3ei pfcLWSsf9K1PQpSN14cCWx9NjBziE4duaxjJk5AHq4ZmNR5Y7P2i+TW44BPy8mOy6i 0VEZAGi/PNxllYLnK2vD0hnk2z1oPd7Qew+BB/08= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65FAEFA2C; Sun, 12 May 2024 16:03:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715529817142920" MIME-Version: 1.0 Date: Sun, 12 May 2024 16:03:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-train-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240512160337.65FAEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715529817142920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 12 16:03:37 UTC 2024 Modified Files: pkgsrc/net/ruby-train-core: Makefile distinfo Log Message: net/ruby-train-core: update to 3.12.3 3.12.1 (2024-04-15) * Add missing require for OpenStruct library #775 (Vasu1105) 3.12.2 (2024-04-15) * Turn off vendor cache #774 (Vasu1105) 3.12.3 (2024-04-16) Merged Pull Requests * gem: pin down googleauth gem to below 1.9 #773 (ahasunos) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/ruby-train-core/Makefile \ pkgsrc/net/ruby-train-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715529817142920 Content-Disposition: inline Content-Length: 1550 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-train-core/Makefile diff -u pkgsrc/net/ruby-train-core/Makefile:1.21 pkgsrc/net/ruby-train-core/Makefile:1.22 --- pkgsrc/net/ruby-train-core/Makefile:1.21 Sun Apr 7 14:53:43 2024 +++ pkgsrc/net/ruby-train-core/Makefile Sun May 12 16:03:37 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2024/04/07 14:53:43 taca Exp $ +# $NetBSD: Makefile,v 1.22 2024/05/12 16:03:37 taca Exp $ -DISTNAME= train-core-3.12.0 +DISTNAME= train-core-3.12.3 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/ruby-train-core/distinfo diff -u pkgsrc/net/ruby-train-core/distinfo:1.21 pkgsrc/net/ruby-train-core/distinfo:1.22 --- pkgsrc/net/ruby-train-core/distinfo:1.21 Sun Apr 7 14:53:43 2024 +++ pkgsrc/net/ruby-train-core/distinfo Sun May 12 16:03:37 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2024/04/07 14:53:43 taca Exp $ +$NetBSD: distinfo,v 1.22 2024/05/12 16:03:37 taca Exp $ -BLAKE2s (train-core-3.12.0.gem) = f7eb2f74c99e70b9315af83697a66b45ad694a1918525f8ae5054caee562ebe8 -SHA512 (train-core-3.12.0.gem) = 0c4a871ef2fefb1f960f5a23280dd3174f198282054ac9321a59d8cb45be3f0baae22059a7ef4a2569241855cfe5ffb2b122de8b3a392fc0ddfb2ca01a30ee3d -Size (train-core-3.12.0.gem) = 48128 bytes +BLAKE2s (train-core-3.12.3.gem) = 6bb405bde807a3a2dd6ac5ee93f9460196dd9a29cb0edf35a12067ca56c78989 +SHA512 (train-core-3.12.3.gem) = 8325c2e7022027778b9130608dbf4904485d33af2bce4b982d0a5d4035d659cf8bd899c041c030135f11273640f12ea4b72ee4b0c9aed7cc4e86245067a299c6 +Size (train-core-3.12.3.gem) = 48128 bytes --_----------=_1715529817142920--