Received: by mail.netbsd.org (Postfix, from userid 605) id A4A0984FCE; Tue, 30 Jan 2024 19:26:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D537684FCA for ; Tue, 30 Jan 2024 19:26:03 +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 Xsz_KW41641i for ; Tue, 30 Jan 2024 19:26:03 +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 2BEBB84CF3 for ; Tue, 30 Jan 2024 19:26:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 285A0FA42; Tue, 30 Jan 2024 19:26:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170664276311560" MIME-Version: 1.0 Date: Tue, 30 Jan 2024 19:26:03 +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: <20240130192603.285A0FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170664276311560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 30 19:26:03 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated emulators/qemu, devel/abseil, devel/py-ailment, devel/py-angr, devel/py-archinfo, devel/py-cle, devel/py-pyvex, math/py-claripy; Added textproc/py-unique-log-filter To generate a diff of this commit: cvs rdiff -u -r1.765 -r1.766 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170664276311560 Content-Disposition: inline Content-Length: 1163 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.765 pkgsrc/doc/CHANGES-2024:1.766 --- pkgsrc/doc/CHANGES-2024:1.765 Tue Jan 30 15:57:25 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Jan 30 19:26:02 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.765 2024/01/30 15:57:25 sjmulder Exp $ +$NetBSD: CHANGES-2024,v 1.766 2024/01/30 19:26:02 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -994,3 +994,12 @@ Changes to the packages collection and i Updated audio/pulseaudio to 17.0 [ryoon 2024-01-30] Updated editors/micro to 2.0.13 [sjmulder 2024-01-30] Updated sysutils/nnn to 4.9 [sjmulder 2024-01-30] + Updated emulators/qemu to 8.2.1 [adam 2024-01-30] + Updated devel/abseil to 20240116.0 [adam 2024-01-30] + Added textproc/py-unique-log-filter version 0.1.0 [adam 2024-01-30] + Updated devel/py-ailment to 9.2.87 [adam 2024-01-30] + Updated devel/py-angr to 9.2.87 [adam 2024-01-30] + Updated devel/py-archinfo to 9.2.87 [adam 2024-01-30] + Updated devel/py-cle to 9.2.87 [adam 2024-01-30] + Updated devel/py-pyvex to 9.2.87 [adam 2024-01-30] + Updated math/py-claripy to 9.2.87 [adam 2024-01-30] --_----------=_170664276311560--