Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VEsX/Crd; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HDq/W6RJ Received: by mail.netbsd.org (Postfix, from userid 605) id C6FC984E5F; Sun, 10 Mar 2024 12:11:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710072682; bh=UjWjJ9FotPDXUAt1oTxST4agOpdvGVWcJqi+1oWxGrQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VEsX/Crdzdb+TIBVNqi3K+QErj7MO7PR6+cS8s1pPRIr4dUDcvdMTONiequYTH6EQ BUmJ4BlREnwBpWR9VnmKrvShASDSoyAxY5SW5DwFa0BkjDuNxK/Kzct2LmfyPdG7A0 mlXuyyWSm3vQVzp3QfCqPccJh+IjKse/ckPaFUdg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B7AF884D29 for ; Sun, 10 Mar 2024 12:11:21 +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 GGMS6zBU3K8Y for ; Sun, 10 Mar 2024 12:11:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1513284CFA for ; Sun, 10 Mar 2024 12:11:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710072681; bh=UjWjJ9FotPDXUAt1oTxST4agOpdvGVWcJqi+1oWxGrQ=; h=Date:From:Subject:To:Reply-To; b=HDq/W6RJJiUJmupPDcUw+6PzXnU4Pu+E7geRav8RFWifHTEAIPnpFwy77FduG7Ney Fp++/hTHgO0HrX6/2/phODXbFqOIdC0BldU9rx6Umx+ZYOe5kqEOMh8Wwg9+V6z70w 1j/QLJGDFFjlAvPc6gk3jBPR0O11fNvtsUvWOdT8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F708FA2A; Sun, 10 Mar 2024 12:11:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710072681240780" MIME-Version: 1.0 Date: Sun, 10 Mar 2024 12:11:21 +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: <20240310121121.0F708FA2A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710072681240780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Mar 10 12:11:20 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated mail/notmuch to 0.38.3 To generate a diff of this commit: cvs rdiff -u -r1.1788 -r1.1789 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710072681240780 Content-Disposition: inline Content-Length: 728 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.1788 pkgsrc/doc/CHANGES-2024:1.1789 --- pkgsrc/doc/CHANGES-2024:1.1788 Sun Mar 10 08:25:53 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 10 12:11:20 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1788 2024/03/10 08:25:53 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1789 2024/03/10 12:11:20 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3057,3 +3057,4 @@ Changes to the packages collection and i Updated x11/xfce4-panel to 4.18.6 [gutteridge 2024-03-10] Updated meta-pkgs/xfce4 to 4.18.1nb12 [gutteridge 2024-03-10] Updated x11/dunst to 1.10.0 [wiz 2024-03-10] + Updated mail/notmuch to 0.38.3 [ryoon 2024-03-10] --_----------=_1710072681240780--