Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=EvzuVT6n; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=hUJOu+vz Received: by mail.netbsd.org (Postfix, from userid 605) id 401A885020; Fri, 3 May 2024 08:48:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714726111; bh=z+NwmU1vWwKCKNnmSCKpfRCD88KOBP7ZhwhIv7/h+SU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=EvzuVT6nF+Ht24o9HkzRkI4+NdxVqHUWPkWBA4BLellNFtZ6jYH8BUjnVeDAf8m+V Ad1EXIv0KXai5Tjr61JW4kMP9cqf0VKH0fLeABc1Hrs1E1AjpkE4pItvizG6/AGt7G gQ7CslaZkCYFFxlSgtZW7I1XRZPea6AGnVBOByKc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32A4D84D53 for ; Fri, 3 May 2024 08:48:30 +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 tRVR4dqb8xNp for ; Fri, 3 May 2024 08:48:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B9ED984CD9 for ; Fri, 3 May 2024 08:48:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714726109; bh=z+NwmU1vWwKCKNnmSCKpfRCD88KOBP7ZhwhIv7/h+SU=; h=Date:From:Subject:To:Reply-To; b=hUJOu+vzywEG6B1wOqghMJjg9QDNSFGgKA25iFfkl+x58dcSXVBZbX0Rqx1bTG1zv scVa5ipKhsorcrZFKP/jHOHQzK/QcAOeFaT6no5M9HTbizTlwj7DUF+8GlyIX8byUq uGfwbTvUMRRKgjAP8IC2+YBkj7r5Efy95utR/cKY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B27ACFA2C; Fri, 3 May 2024 08:48:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17147261097340" MIME-Version: 1.0 Date: Fri, 3 May 2024 08:48:29 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240503084829.B27ACFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17147261097340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri May 3 08:48:29 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/retrie to 1.2.3 To generate a diff of this commit: cvs rdiff -u -r1.3040 -r1.3041 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17147261097340 Content-Disposition: inline Content-Length: 723 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.3040 pkgsrc/doc/CHANGES-2024:1.3041 --- pkgsrc/doc/CHANGES-2024:1.3040 Fri May 3 06:48:02 2024 +++ pkgsrc/doc/CHANGES-2024 Fri May 3 08:48:29 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3040 2024/05/03 06:48:02 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3041 2024/05/03 08:48:29 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4883,3 +4883,4 @@ Changes to the packages collection and i Updated devel/hs-th-abstraction to 0.7.0.0 [wiz 2024-05-02] Updated security/pinentry to 1.3.0nb1 [jperkin 2024-05-03] Updated lang/idris2 to 0.7.0 [pho 2024-05-03] + Updated devel/retrie to 1.2.3 [pho 2024-05-03] --_----------=_17147261097340--