Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Cquqx2Fi; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RIkSnhHU Received: by mail.netbsd.org (Postfix, from userid 605) id E6DA184EB9; Thu, 25 Apr 2024 17:56:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714067798; bh=RsOTTgc8tC6NLwzx+10bKg2BMLntWXyak/c54KS/o5s=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Cquqx2Fib79Lx9pRPhQtbBSL6HmsvoXaHkUOrhnd+MFZZby1iDsjAUkk6RpLZML21 rejXrK5F6uZF6jXCtnaU8+IYh8t2Td7X1P0riOoAjGqamQIdtPbxy2uin/GdpCM+F8 5q6HYc9AuGN5YkjL5UxFhSiB367x2W9ExwACJxYg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3F3B84EC1 for ; Thu, 25 Apr 2024 17:56:36 +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 RYuQQYMaBXta for ; Thu, 25 Apr 2024 17:56:36 +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 33C6284EBC for ; Thu, 25 Apr 2024 17:56:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714067796; bh=RsOTTgc8tC6NLwzx+10bKg2BMLntWXyak/c54KS/o5s=; h=Date:From:Subject:To:Reply-To; b=RIkSnhHUtTniurERY6Y8uEVY7EPDrqNkuOQ8g+QXOFpC8M13Q9KmpjJSQhDCea9ax EkaG1zlz6zA6FuakXsbddZzmwhThxvrsjVP341rW6C8EdwYgFNASy1yyCkl1Kxilsd dkPgWDkd95NOJHRTH/NlfzOEsw/4ULX8N1Z82c9Q= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2796EFA2C; Thu, 25 Apr 2024 17:56:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714067796276290" MIME-Version: 1.0 Date: Thu, 25 Apr 2024 17:56:36 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240425175636.2796EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714067796276290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Apr 25 17:56:36 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/p5-Devel-CheckLib to 1.16nb3 To generate a diff of this commit: cvs rdiff -u -r1.2698 -r1.2699 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714067796276290 Content-Disposition: inline Content-Length: 740 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.2698 pkgsrc/doc/CHANGES-2024:1.2699 --- pkgsrc/doc/CHANGES-2024:1.2698 Thu Apr 25 15:53:12 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Apr 25 17:56:35 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2698 2024/04/25 15:53:12 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2699 2024/04/25 17:56:35 schmonz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4448,3 +4448,4 @@ Changes to the packages collection and i Updated mail/rspamd to 3.8.4nb1 [taca 2024-04-25] Updated textproc/py-pyphen to 0.15.0 [adam 2024-04-25] Updated devel/py-jaraco.vcs to 2.2.0 [adam 2024-04-25] + Updated devel/p5-Devel-CheckLib to 1.16nb3 [schmonz 2024-04-25] --_----------=_1714067796276290--