Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UJIocqIF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Chq7/YtL Received: by mail.netbsd.org (Postfix, from userid 605) id 2FDC984D95; Sun, 7 Apr 2024 19:02:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712516578; bh=DJOvH7zwbEzZBcLj3+JZTw49DLzAI8xBvliI8wt1CYE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UJIocqIF97D54X9YAxpuyl+otxRiRVwhG4SReTfz+QGuCfRUvkaTa2zDOYEUf/kq4 /ruIgv7QNNO5zxsQ4Dm/7O9l5s7PLNIQ85CRJHBbk6/OLqQaHxFw6Z3Oe/dJX5VSoo HeoNHx1nFstbwNd1gpq1PpDincroO1VUCb/YPP5k= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22DD884D4B for ; Sun, 7 Apr 2024 19:02:57 +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 qPePbaaGGgBS for ; Sun, 7 Apr 2024 19:02:56 +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 631DC84D3B for ; Sun, 7 Apr 2024 19:02:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712516576; bh=DJOvH7zwbEzZBcLj3+JZTw49DLzAI8xBvliI8wt1CYE=; h=Date:From:Subject:To:Reply-To; b=Chq7/YtL/ggoYP3ExeV+P6t+H3OYtn2LVRM/LMDEawzEaxQE24M/6/4ZnBCv4IcVJ hozLAA9FOEKEr0ePPRQirVGShlg7OSJwJvcaLgywNW6h9uIkQNJAgAUzF7+bHfVNK0 YNeni1Bomy5QJEkp/iHywqu7iy3r0tYBxOnFQYLc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F5D3FA2C; Sun, 7 Apr 2024 19:02:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171251657633650" MIME-Version: 1.0 Date: Sun, 7 Apr 2024 19:02:56 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240407190256.5F5D3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171251657633650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Apr 7 19:02:56 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added textproc/flycheck-mode version 33.0 To generate a diff of this commit: cvs rdiff -u -r1.2326 -r1.2327 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171251657633650 Content-Disposition: inline Content-Length: 736 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.2326 pkgsrc/doc/CHANGES-2024:1.2327 --- pkgsrc/doc/CHANGES-2024:1.2326 Sun Apr 7 18:56:54 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Apr 7 19:02:56 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2326 2024/04/07 18:56:54 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.2327 2024/04/07 19:02:56 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3866,3 +3866,4 @@ Changes to the packages collection and i Updated security/acmesh to 3.0.7 [ryoon 2024-04-07] Updated mail/dkimproxy to 1.4.1nb1 [ryoon 2024-04-07] Added devel/dash-el version 2.19.1 [ryoon 2024-04-07] + Added textproc/flycheck-mode version 33.0 [ryoon 2024-04-07] --_----------=_171251657633650--