Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LU5pNOcb; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=EtV+iLGh Received: by mail.netbsd.org (Postfix, from userid 605) id A007884EC0; Sun, 12 May 2024 06:10:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715494259; bh=PiqrAFmJOaPkWJmPvkDYQZUSVkL10xYVzh2qV0gHpAo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LU5pNOcbBa/WnSKuH58R+CGPLnJJeq2/gR5AllyWhlnS5q8tIx0Hmj37gvOH1uL1Y ZCMKJBdeSnkJn3fBMibF3EBwtgzVNJkHlOCQCAEt0lPTpE2wDkQcso3Wz6StACWUnS d1OuOqfOGfGmWm2WZi6mMQH2FyIYFg1ll65eE4Ss= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91A0C84EBF for ; Sun, 12 May 2024 06:10:58 +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 1a454vjM-LMz for ; Sun, 12 May 2024 06:10:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E771484CF3 for ; Sun, 12 May 2024 06:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715494258; bh=PiqrAFmJOaPkWJmPvkDYQZUSVkL10xYVzh2qV0gHpAo=; h=Date:From:Subject:To:Reply-To; b=EtV+iLGhDmpbyQKpPuAPxsaUEexCsbGhwOEPxZeEooy2VJgBVWS3VvpXZRVTMpKQx F8USkmxavoJ0Qa+7Xb05wewsv92DcSnxu9/qVIL3ZMOyiOD12OHkS6p74Ol4rXbHjS IlgpX9b/GrvV9A8N4g5Phi02Xc5h5XaDJMtBz0cQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E266CFA2C; Sun, 12 May 2024 06:10:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715494257245490" MIME-Version: 1.0 Date: Sun, 12 May 2024 06:10:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240512061057.E266CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715494257245490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 12 06:10:57 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated filesystems/p5-Path-Tiny to 0.146 To generate a diff of this commit: cvs rdiff -u -r1.3326 -r1.3327 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715494257245490 Content-Disposition: inline Content-Length: 743 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.3326 pkgsrc/doc/CHANGES-2024:1.3327 --- pkgsrc/doc/CHANGES-2024:1.3326 Sat May 11 20:14:27 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 12 06:10:57 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3326 2024/05/11 20:14:27 schwarz Exp $ +$NetBSD: CHANGES-2024,v 1.3327 2024/05/12 06:10:57 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5253,3 +5253,4 @@ Changes to the packages collection and i Updated devel/py-joblib to 1.4.2 [adam 2024-05-11] Updated textproc/py-pallets-sphinx-themes to 2.1.3 [adam 2024-05-11] Updated editors/nano to 8.0 [schwarz 2024-05-11] + Updated filesystems/p5-Path-Tiny to 0.146 [wiz 2024-05-12] --_----------=_1715494257245490--