Received: by mail.netbsd.org (Postfix, from userid 605) id CD84884E41; Fri, 22 Jun 2018 08:01:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA74084E3C for ; Fri, 22 Jun 2018 08:01:28 +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 AOR6BxnG6G7k for ; Fri, 22 Jun 2018 08:01:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F27C84CD4 for ; Fri, 22 Jun 2018 08:01:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08D29FBEC; Fri, 22 Jun 2018 08:01:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152965448887450" MIME-Version: 1.0 Date: Fri, 22 Jun 2018 08:01:28 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Email-Address-XS To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180622080128.08D29FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152965448887450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jun 22 08:01:27 UTC 2018 Modified Files: pkgsrc/mail/p5-Email-Address-XS: Makefile distinfo Log Message: Update to 1.04 Upstream changes: 1.04 Sat Jun 09 18:20:28 2018 - fix docevot parser to disallow leading dot in dot-atom - fix generating and validating email addresses with empty user part - fix generating email address with leading or trailing dot in user part - try to parse invalid email addresses and mark them as invalid - when generating address do not escape an apostrophe character - fix formatting email addresses which contain nul bytes, TAB, LF or CR - fix formatting comments which contain nul bytes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/p5-Email-Address-XS/Makefile \ pkgsrc/mail/p5-Email-Address-XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152965448887450 Content-Disposition: inline Content-Length: 1787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Email-Address-XS/Makefile diff -u pkgsrc/mail/p5-Email-Address-XS/Makefile:1.4 pkgsrc/mail/p5-Email-Address-XS/Makefile:1.5 --- pkgsrc/mail/p5-Email-Address-XS/Makefile:1.4 Sun Mar 18 08:50:08 2018 +++ pkgsrc/mail/p5-Email-Address-XS/Makefile Fri Jun 22 08:01:27 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/03/18 08:50:08 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/06/22 08:01:27 wen Exp $ -DISTNAME= Email-Address-XS-1.03 +DISTNAME= Email-Address-XS-1.04 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} Index: pkgsrc/mail/p5-Email-Address-XS/distinfo diff -u pkgsrc/mail/p5-Email-Address-XS/distinfo:1.4 pkgsrc/mail/p5-Email-Address-XS/distinfo:1.5 --- pkgsrc/mail/p5-Email-Address-XS/distinfo:1.4 Sun Mar 18 08:50:08 2018 +++ pkgsrc/mail/p5-Email-Address-XS/distinfo Fri Jun 22 08:01:27 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/03/18 08:50:08 wiz Exp $ +$NetBSD: distinfo,v 1.5 2018/06/22 08:01:27 wen Exp $ -SHA1 (Email-Address-XS-1.03.tar.gz) = 073d14903c45414345086f70b287ac87afdd7c36 -RMD160 (Email-Address-XS-1.03.tar.gz) = a833a9507255f8a20160c9edfdfca12bdca56a57 -SHA512 (Email-Address-XS-1.03.tar.gz) = ebf1657b5dadb0694c45efa17aee89675cbd2f799757405df959aa9655e52540e0d13df37c993e06c59d02ba3eb8e293c7319fe5fa3023e82398ad8c3efa3290 -Size (Email-Address-XS-1.03.tar.gz) = 28745 bytes +SHA1 (Email-Address-XS-1.04.tar.gz) = 984cecb21432838a4ed028efc6186c4316643981 +RMD160 (Email-Address-XS-1.04.tar.gz) = 372a8eaa6bad7278fff35a683c7b5de28eabba0a +SHA512 (Email-Address-XS-1.04.tar.gz) = 2dda846f998cdc2112067b7a994e86162de765a0a23f2288cb8292f26b9ac07171452961389badb678d5568c7f4b0966d9dc97c1d91cd4be2b9767f0e615b1d8 +Size (Email-Address-XS-1.04.tar.gz) = 29112 bytes --_----------=_152965448887450--