Received: by mail.netbsd.org (Postfix, from userid 605) id 9300184EF3; Sun, 7 Jan 2024 15:24:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C233C84ED5 for ; Sun, 7 Jan 2024 15:24:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 LunsgZ9D5h2N for ; Sun, 7 Jan 2024 15:24:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2533284D6F for ; Sun, 7 Jan 2024 15:24:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F5ADFA42; Sun, 7 Jan 2024 15:24:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17046410685950" MIME-Version: 1.0 Date: Sun, 7 Jan 2024 15:24:28 +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: <20240107152428.1F5ADFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17046410685950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 7 15:24:28 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated databases/ruby-sqlite3 to 1.7.0 To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17046410685950 Content-Disposition: inline Content-Length: 729 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.167 pkgsrc/doc/CHANGES-2024:1.168 --- pkgsrc/doc/CHANGES-2024:1.167 Sun Jan 7 15:20:55 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Jan 7 15:24:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.167 2024/01/07 15:20:55 taca Exp $ +$NetBSD: CHANGES-2024,v 1.168 2024/01/07 15:24:27 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -199,3 +199,4 @@ Changes to the packages collection and i Updated security/trufflehog to 3.63.7 [leot 2024-01-07] Updated devel/breezy to 3.3.4 [rhialto 2024-01-07] Updated databases/ruby-sequel to 5.76.0 [taca 2024-01-07] + Updated databases/ruby-sqlite3 to 1.7.0 [taca 2024-01-07] --_----------=_17046410685950--