Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8736A84F2D for ; Sun, 3 Dec 2023 07:23:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BKtstCTenax6 for ; Sun, 3 Dec 2023 07:23:57 +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 EDFDF84CC9 for ; Sun, 3 Dec 2023 07:23:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAAB5FA42; Sun, 3 Dec 2023 07:23:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701588236189140" MIME-Version: 1.0 Date: Sun, 3 Dec 2023 07:23:56 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-Box-POP3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20231203072356.DAAB5FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701588236189140 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:23:56 UTC 2023 Modified Files: pkgsrc/mail/p5-Mail-Box-POP3: Makefile distinfo Log Message: Update to 3.006 Upstream changes: version 3.006: Mon 28 Aug 13:35:25 CEST 2023 Improvements: - Mail::Box::POP3 and Mail::Transport::POP3 can set SSL during construction. rt.cpan.org#140896 [Yanyan Yang] - Add OUATH2 verification [Madha Prasad] Changes: - Default SSL options disable verification. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/p5-Mail-Box-POP3/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/p5-Mail-Box-POP3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701588236189140 Content-Disposition: inline Content-Length: 1649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-Box-POP3/Makefile diff -u pkgsrc/mail/p5-Mail-Box-POP3/Makefile:1.7 pkgsrc/mail/p5-Mail-Box-POP3/Makefile:1.8 --- pkgsrc/mail/p5-Mail-Box-POP3/Makefile:1.7 Thu Jul 6 09:40:47 2023 +++ pkgsrc/mail/p5-Mail-Box-POP3/Makefile Sun Dec 3 07:23:56 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/07/06 09:40:47 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2023/12/03 07:23:56 wen Exp $ -DISTNAME= Mail-Box-POP3-3.005 +DISTNAME= Mail-Box-POP3-3.006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} Index: pkgsrc/mail/p5-Mail-Box-POP3/distinfo diff -u pkgsrc/mail/p5-Mail-Box-POP3/distinfo:1.4 pkgsrc/mail/p5-Mail-Box-POP3/distinfo:1.5 --- pkgsrc/mail/p5-Mail-Box-POP3/distinfo:1.4 Tue Oct 26 10:54:15 2021 +++ pkgsrc/mail/p5-Mail-Box-POP3/distinfo Sun Dec 3 07:23:56 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:54:15 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/12/03 07:23:56 wen Exp $ -BLAKE2s (Mail-Box-POP3-3.005.tar.gz) = 0d1be1dfca6ff142bac34de0e7cfc0938c4a3bd5dc00138b7e36d5b1f005a8bc -SHA512 (Mail-Box-POP3-3.005.tar.gz) = cbcda3c9df08d8cf5d279e1b8308885213b75b0af56a3be7c0a5fc769ff60a6c9e6f2cd5ab4ab19532e388e14ceb6b4b62042dea4bb512c31384823004137079 -Size (Mail-Box-POP3-3.005.tar.gz) = 31804 bytes +BLAKE2s (Mail-Box-POP3-3.006.tar.gz) = f6be0373817c8b14186be7280c3ea66735d2fbe2248070664f8755411c545537 +SHA512 (Mail-Box-POP3-3.006.tar.gz) = 01897da20b53d6078f0f43c0442a0b93a8067cb704c040fb398b4772286c8bba3a97c5aaee2729baeab58575533f3e4a84d7761dc9d9c2173aa7f57ca1c9bcbe +Size (Mail-Box-POP3-3.006.tar.gz) = 32679 bytes --_----------=_1701588236189140--