Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Dmh8Xz9k; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sL8yr3vB Received: by mail.netbsd.org (Postfix, from userid 605) id 301DD84DA9; Wed, 24 Apr 2024 08:10:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713946206; bh=c/4F2O4MIo+QlYCaXM1gF8eRYz6fVuCM5gSuX5eLQhE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Dmh8Xz9k/M1Q5w28rpxPWVljcay0Ts5EwuVMV/xyjFNcSS35ds8qU29udZ/naGPsz 4r9/B6VIKQnv0WbX1z2/RxgTZAUzifnGZzjN6XZccw9Cze0iuXkda8Zjz9d/YymrbB isMxjzHSptaiD7SdLNaO5U0F7Zhy6usVvk/K+FBM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2311584D8B for ; Wed, 24 Apr 2024 08:10:05 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ftHS2uIJESPu for ; Wed, 24 Apr 2024 08:10:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7636084D05 for ; Wed, 24 Apr 2024 08:10:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713946204; bh=c/4F2O4MIo+QlYCaXM1gF8eRYz6fVuCM5gSuX5eLQhE=; h=Date:From:Subject:To:Reply-To; b=sL8yr3vBNAzrPCwssC1seqjCwFLram3jEkP7V5rmdL8h6YA/aaToaI61b89Bxmhvt JZwx3vp9S3FqAQVgfOq8rth2fy5LZFi/LQls+7weAv9fmPwf5aoZ72bY2go1GGd4aQ hTwDDeANyQKh9afN7zJHiKo4emT8qxt+ikAatqbI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 706D2FA2C; Wed, 24 Apr 2024 08:10:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713946204276320" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 08:10:04 +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: <20240424081004.706D2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713946204276320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 24 08:10:04 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated www/py-uwsgitop, textproc/py-ini2toml To generate a diff of this commit: cvs rdiff -u -r1.2674 -r1.2675 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713946204276320 Content-Disposition: inline Content-Length: 777 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.2674 pkgsrc/doc/CHANGES-2024:1.2675 --- pkgsrc/doc/CHANGES-2024:1.2674 Wed Apr 24 07:24:35 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 24 08:10:04 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2674 2024/04/24 07:24:35 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2675 2024/04/24 08:10:04 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4409,3 +4409,5 @@ Changes to the packages collection and i Updated sysutils/yazi to 0.2.5 [pin 2024-04-24] Updated emulators/qemu to 9.0.0 [adam 2024-04-24] Updated www/py-django-tastypie to 0.14.7 [adam 2024-04-24] + Updated www/py-uwsgitop to 0.12 [adam 2024-04-24] + Updated textproc/py-ini2toml to 0.14 [adam 2024-04-24] --_----------=_1713946204276320--