Received: by mail.netbsd.org (Postfix, from userid 605) id B917184E58; Mon, 4 Mar 2024 13:05:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709557539; bh=3hSjjFV3erFL1jmTpZ2D36YovxD/oG1ranfQt3LczCM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=mrfxEOTFm5LrWGlij0SMx20EEjM26GXnIvXxZLV8icwIfwlRb48gagg2b/1BMTKUd 6zY30DS/CqZk+O/aNHSSAXjHqXw92LPeu3F2mn3Gj4yi0bRCiEkiMH0bS+9DjHusQu pBb6/CPfeK6I2OIPydPtvDRCeW0lxXPBw5Ubka88= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC1CA84E6C for ; Mon, 4 Mar 2024 13:05:38 +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 gyBzHWFsSWjE for ; Mon, 4 Mar 2024 13:05:38 +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 3BD7E84D08 for ; Mon, 4 Mar 2024 13:05:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709557538; bh=3hSjjFV3erFL1jmTpZ2D36YovxD/oG1ranfQt3LczCM=; h=Date:From:Subject:To:Reply-To; b=RnwbImrx4ATyC/56GZzIsvuJxQUXEkMCfupL2eQpm8jwrDDNw7pmArGEhaFSQ13Ep WYVvTjUBslqov8+q6In605+qmidtB4eH2v3T8RbOjGrnZX5r4GqSoZrYsL/vegt524 AJDaH00f71sC4QrXFV8srlz1l4fWYhIbckMSnweM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FFD6FA29; Mon, 4 Mar 2024 13:05:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170955753839160" MIME-Version: 1.0 Date: Mon, 4 Mar 2024 13:05:38 +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: <20240304130538.2FFD6FA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170955753839160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 4 13:05:38 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated mail/aerc to 0.17.0 To generate a diff of this commit: cvs rdiff -u -r1.1696 -r1.1697 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170955753839160 Content-Disposition: inline Content-Length: 709 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.1696 pkgsrc/doc/CHANGES-2024:1.1697 --- pkgsrc/doc/CHANGES-2024:1.1696 Mon Mar 4 10:12:27 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Mar 4 13:05:37 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1696 2024/03/04 10:12:27 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1697 2024/03/04 13:05:37 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2932,3 +2932,4 @@ Changes to the packages collection and i Updated devel/git-cliff to 2.1.2 [pin 2024-03-04] Updated finance/rex to 0.1.15 [pin 2024-03-04] Updated audio/spotify-player to 0.17.0 [pin 2024-03-04] + Updated mail/aerc to 0.17.0 [wiz 2024-03-04] --_----------=_170955753839160--