Received: by mail.netbsd.org (Postfix, from userid 605) id 03F6485069; Wed, 31 Jan 2024 17:58:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3630E84CD9 for ; Wed, 31 Jan 2024 17:58:23 +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 uknsXtRZOtvu for ; Wed, 31 Jan 2024 17:58: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 8912C84C2C for ; Wed, 31 Jan 2024 17:58:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FDCEFA42; Wed, 31 Jan 2024 17:58:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706723902231600" MIME-Version: 1.0 Date: Wed, 31 Jan 2024 17:58:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240131175822.7FDCEFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706723902231600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 31 17:58:22 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/talloc, devel/tevent, databases/tdb To generate a diff of this commit: cvs rdiff -u -r1.787 -r1.788 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706723902231600 Content-Disposition: inline Content-Length: 826 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.787 pkgsrc/doc/CHANGES-2024:1.788 --- pkgsrc/doc/CHANGES-2024:1.787 Wed Jan 31 17:35:42 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Jan 31 17:58:22 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.787 2024/01/31 17:35:42 adam Exp $ +$NetBSD: CHANGES-2024,v 1.788 2024/01/31 17:58:22 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1044,3 +1044,6 @@ Changes to the packages collection and i Updated converters/py-emoji to 2.10.1 [adam 2024-01-31] Updated www/py-django-treebeard to 4.7.1 [adam 2024-01-31] Updated devel/py-py2app to 0.28.7 [adam 2024-01-31] + Updated devel/talloc to 2.4.2 [adam 2024-01-31] + Updated devel/tevent to 0.16.1 [adam 2024-01-31] + Updated databases/tdb to 1.4.10 [adam 2024-01-31] --_----------=_1706723902231600--