Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wwsL+3P2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TNfWzUWq Received: by mail.netbsd.org (Postfix, from userid 605) id 053A784D62; Sun, 21 Apr 2024 06:53:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713682383; bh=/lytZbh4QHpynhQdqvDCb36afsUAMIJPwoqO6LE9FnE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=wwsL+3P2suV4HQFjtb8Ghr5fXivSDlfxFqyEFRNn6/8lJ/PrZdWiQTOqrhepW87GY Uk+SZXjRP3jZ86ylB0cZxBnh7v5lbNo/hmNIF8zppkrL847XBhHJg8TI05P2QOMdin bu2TSzPDSRR0kcGChqQR0oi7Hs4aqEkicFZdz4v4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA79784D55 for ; Sun, 21 Apr 2024 06:53:01 +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 tO0F_oqMZAzG for ; Sun, 21 Apr 2024 06:53:01 +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 4AC8E84D3B for ; Sun, 21 Apr 2024 06:53:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713682381; bh=/lytZbh4QHpynhQdqvDCb36afsUAMIJPwoqO6LE9FnE=; h=Date:From:Subject:To:Reply-To; b=TNfWzUWq8QjmE0FedUSbXIyN562hdywCJ0uMno2VicNtiXxPhsY4QZPE2o7lNRGB4 JRzf+i7ay9px1s4V9NjvX8qA6rLzQAFyODuNITIZ9Vi3k1xYK3g+9Tg9T/ELVeI/2b 6TzoAbBXcUpnZvf+FxAhNrlbJqmHVqmCq3U5p5PM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4568FFA2C; Sun, 21 Apr 2024 06:53:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171368238175170" MIME-Version: 1.0 Date: Sun, 21 Apr 2024 06:53:01 +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: <20240421065301.4568FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171368238175170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 21 06:53:01 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/p5-Text-CSV_XS to 1.54 To generate a diff of this commit: cvs rdiff -u -r1.2615 -r1.2616 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171368238175170 Content-Disposition: inline Content-Length: 750 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.2615 pkgsrc/doc/CHANGES-2024:1.2616 --- pkgsrc/doc/CHANGES-2024:1.2615 Sun Apr 21 06:52:18 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Apr 21 06:53:01 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2615 2024/04/21 06:52:18 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2616 2024/04/21 06:53:01 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4320,3 +4320,4 @@ Changes to the packages collection and i Added fonts/biz-ud-gothic-ttf version 1.051 [ryoon 2024-04-21] Added fonts/biz-ud-mincho-ttf version 1.06 [ryoon 2024-04-21] Updated time/p5-DateTime-Locale to 1.42 [wiz 2024-04-21] + Updated textproc/p5-Text-CSV_XS to 1.54 [wiz 2024-04-21] --_----------=_171368238175170--