Received: by mail.netbsd.org (Postfix, from userid 605) id CDC068592B; Sun, 4 Feb 2024 08:21:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CD9E84ECD for ; Sun, 4 Feb 2024 08:21:38 +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 n6TPG5K9jvxM for ; Sun, 4 Feb 2024 08:21:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BCB7D84FAD for ; Sun, 4 Feb 2024 08:21:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 377CFFA43; Sun, 4 Feb 2024 08:19:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170703476033010" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 08:19:20 +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: <20240204081920.377CFFA43@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170703476033010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 4 08:19:20 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/libcbor, www/py-flask To generate a diff of this commit: cvs rdiff -u -r1.923 -r1.924 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170703476033010 Content-Disposition: inline Content-Length: 795 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.923 pkgsrc/doc/CHANGES-2024:1.924 --- pkgsrc/doc/CHANGES-2024:1.923 Sun Feb 4 07:14:22 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Feb 4 08:19:20 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.923 2024/02/04 07:14:22 taca Exp $ +$NetBSD: CHANGES-2024,v 1.924 2024/02/04 08:19:20 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1291,3 +1291,5 @@ Changes to the packages collection and i Updated www/ruby-rack2 to 2.2.8 [taca 2024-02-04] Added mail/qmail-dkim-wrappers version 0.0.20211012 [schmonz 2024-02-04] Updated www/ruby-selenium-webdriver to 4.17.0 [taca 2024-02-04] + Updated devel/libcbor to 0.11.0 [adam 2024-02-04] + Updated www/py-flask to 3.0.2 [adam 2024-02-04] --_----------=_170703476033010--