Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IXaI2UWV; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=yThUvhzj Received: by mail.netbsd.org (Postfix, from userid 605) id E059D84DB9; Wed, 10 Apr 2024 08:50:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712739054; bh=VWlJE1UWATTbUc0akQl67lawkrs/xJO1mP8GfNs+ZA0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IXaI2UWVX37AwEMNkHH8V6s8tgFPVzfMeeg/C78KZuRpqw3vD9Fo3gv0tMNhxge17 BmrwG18+RqAx2P4aSqQ9PWaRlJJecYzdWZ7W20qtBku6sI6nTyq94EiJvwyoR2rjTN cmCJMCfE9V1QFIHh1r1UwledY7KyPY9eX7VYs/n8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D253184D6B for ; Wed, 10 Apr 2024 08:50:52 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uCJXFzhBFN4r for ; Wed, 10 Apr 2024 08:50:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3230084D01 for ; Wed, 10 Apr 2024 08:50:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712739052; bh=VWlJE1UWATTbUc0akQl67lawkrs/xJO1mP8GfNs+ZA0=; h=Date:From:Subject:To:Reply-To; b=yThUvhzj5x2JPokvmgYjZMnCwmOzqOLH3+Hx2L3j+qps//TtN+OoxbMFt8EFM4II+ RoXtmhAnh7zhIwNZXRlJpQVdNIOy4XqF75BU9aAwGe2W93jiZRLvC1e8g5tBnREQ7s JEn7VxOSSDTW2UWdaTYPnjkz4D37yKCnvenSAxpg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B9CFFA2C; Wed, 10 Apr 2024 08:50:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712739052182360" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 08:50:52 +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: <20240410085052.2B9CFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712739052182360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 10 08:50:52 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated audio/taglib, www/py-django-import-export To generate a diff of this commit: cvs rdiff -u -r1.2379 -r1.2380 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712739052182360 Content-Disposition: inline Content-Length: 783 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.2379 pkgsrc/doc/CHANGES-2024:1.2380 --- pkgsrc/doc/CHANGES-2024:1.2379 Wed Apr 10 08:16:38 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 10 08:50:51 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2379 2024/04/10 08:16:38 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2380 2024/04/10 08:50:51 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3958,3 +3958,5 @@ Changes to the packages collection and i Updated net/yt-dlp to 2024.4.9 [adam 2024-04-10] Updated sysutils/ansible-lint to 24.2.2 [adam 2024-04-10] Added net/bropages version 1.41.0 [pin 2024-04-10] + Updated audio/taglib to 2.0.1 [adam 2024-04-10] + Updated www/py-django-import-export to 3.3.8 [adam 2024-04-10] --_----------=_1712739052182360--