Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=QjDl1c1s; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ALu2rRZb Received: by mail.netbsd.org (Postfix, from userid 605) id 7AD2F84E6F; Thu, 4 Apr 2024 04:24:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712204654; bh=AgDR2O21daNBgp9wfAKpZf0YYr4iIK1O3eBlUtvQ6vs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QjDl1c1s19j/Iim/bKnCbhwIC1laYIFPscPFv47QOS/XmELEqSEYL5ykl5R6ZMePl WIIZ7Yp7lm8L5GgE400Zv+5UUZry3kuM7gqtY6CqglFs41H3NmrNEKiw4K56ONi98l vHMuDSF+kt/ZiL62z69JI4OSV1EZT/jI5lAB5cX8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D87584D2A for ; Thu, 4 Apr 2024 04:24:13 +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 gBG9cdr5xCOF for ; Thu, 4 Apr 2024 04:24:13 +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 F372784CF4 for ; Thu, 4 Apr 2024 04:24:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712204653; bh=AgDR2O21daNBgp9wfAKpZf0YYr4iIK1O3eBlUtvQ6vs=; h=Date:From:Subject:To:Reply-To; b=ALu2rRZbNSaEd+PoL2eaImaWcyii0iCW6NeA8WTPSO/Oza53bODU6DL4D4NFwHuSd c+nwoJxAnvCtqgy0YXFxfGlYmPlumz6xJ+dyaU9vrEH8zkvdr49cWNOn9gGrQRjX60 2G3pKOwx1fN7i7SgYiS1kR4t0FM7uImcHAS85u0Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE063FA2C; Thu, 4 Apr 2024 04:24:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171220465290170" MIME-Version: 1.0 Date: Thu, 4 Apr 2024 04:24:12 +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: <20240404042412.EE063FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171220465290170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 4 04:24:12 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added mail/py-lieer version 1.6 To generate a diff of this commit: cvs rdiff -u -r1.2219 -r1.2220 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171220465290170 Content-Disposition: inline Content-Length: 715 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.2219 pkgsrc/doc/CHANGES-2024:1.2220 --- pkgsrc/doc/CHANGES-2024:1.2219 Thu Apr 4 04:21:42 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Apr 4 04:24:12 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2219 2024/04/04 04:21:42 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2220 2024/04/04 04:24:12 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3742,3 +3742,4 @@ Changes to the packages collection and i Updated x11/xorgproto to 2024.1 [wiz 2024-04-03] Updated devel/libgnt to 2.14.0nb9 [wiz 2024-04-03] Added mail/py-notmuch2 version 0.38.3 [wiz 2024-04-04] + Added mail/py-lieer version 1.6 [wiz 2024-04-04] --_----------=_171220465290170--