Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE73D84F2D for ; Sun, 3 Dec 2023 07:37:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 tKY7hFe6M4Sr for ; Sun, 3 Dec 2023 07:37:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5EB8784CC9 for ; Sun, 3 Dec 2023 07:37:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58508FA42; Sun, 3 Dec 2023 07:37:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170158906373410" MIME-Version: 1.0 Date: Sun, 3 Dec 2023 07:37:43 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-DKIM To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20231203073743.58508FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170158906373410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Dec 3 07:37:43 UTC 2023 Modified Files: pkgsrc/mail/p5-Mail-DKIM: Makefile distinfo Log Message: Update to 1.20230911 Upstream changes: 1.20230911 2023-09-11 UTC * Option to add custom tags to generated ARC signatures and seals To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/mail/p5-Mail-DKIM/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/p5-Mail-DKIM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170158906373410 Content-Disposition: inline Content-Length: 1635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-DKIM/Makefile diff -u pkgsrc/mail/p5-Mail-DKIM/Makefile:1.54 pkgsrc/mail/p5-Mail-DKIM/Makefile:1.55 --- pkgsrc/mail/p5-Mail-DKIM/Makefile:1.54 Sun Oct 22 15:06:36 2023 +++ pkgsrc/mail/p5-Mail-DKIM/Makefile Sun Dec 3 07:37:43 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2023/10/22 15:06:36 gdt Exp $ +# $NetBSD: Makefile,v 1.55 2023/12/03 07:37:43 wen Exp $ -DISTNAME= Mail-DKIM-1.20230630 +DISTNAME= Mail-DKIM-1.20230911 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} Index: pkgsrc/mail/p5-Mail-DKIM/distinfo diff -u pkgsrc/mail/p5-Mail-DKIM/distinfo:1.30 pkgsrc/mail/p5-Mail-DKIM/distinfo:1.31 --- pkgsrc/mail/p5-Mail-DKIM/distinfo:1.30 Fri Aug 25 07:39:16 2023 +++ pkgsrc/mail/p5-Mail-DKIM/distinfo Sun Dec 3 07:37:43 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2023/08/25 07:39:16 wen Exp $ +$NetBSD: distinfo,v 1.31 2023/12/03 07:37:43 wen Exp $ -BLAKE2s (Mail-DKIM-1.20230630.tar.gz) = bf5a6cce1faa49423298ee2124b2afcd32ae7b0138f779ae7cfa50b9dec846da -SHA512 (Mail-DKIM-1.20230630.tar.gz) = 566213925afe4f964718208217ad6d97ad9192651294248a560203d8201f23db3ae2f83ca366a058f40ecf9b22695140666edeb6ff57d9a7bddcd01ae09f59d7 -Size (Mail-DKIM-1.20230630.tar.gz) = 182700 bytes +BLAKE2s (Mail-DKIM-1.20230911.tar.gz) = b811575a219247960fd3c6acc70eb712de0980b858fe0dff6d26ccab162875f2 +SHA512 (Mail-DKIM-1.20230911.tar.gz) = d89a4412e6352602d5eec9ca435b2c13dd06aa5c639fd357608f8788b9ba8b2dafe0c064bc48928ac040e19d144a48cedd07cecf7c0caa623b0d39845133ee80 +Size (Mail-DKIM-1.20230911.tar.gz) = 182962 bytes --_----------=_170158906373410--