Skip to content

Commit

Permalink
Update to 3.015
Browse files Browse the repository at this point in the history
Upstream changes:
version 3.015: Mon 11 Dec 09:58:17 CET 2023

        Fixes:
        - accept empty fields without complaint. [Andy Beverley]
        - fix counting epilogue trailing blank [Gregor Herrmann] GitHub#18, RT#150141

version 3.014: Wed 18 Oct 12:16:55 CEST 2023

        Changes:
        - handle utf8 in address phrases, according to RFC5335 (since
          2008 experimental)  May show some changes in your regression
          tests.  [Andy Beverley]

        Fixes:
        - epilogue starter test needs ^ anchor
          github issue #16 [Jacob Balazer]
        - existing preamble should keep at least one empty string to
          indicate its existence.
          github issue #18 [Jacob Balazer]
        - clean error when field names are too long w.r.t. the fold
          wrap.  Found by [Raphaël Gertz]
  • Loading branch information
wen committed Apr 29, 2024
1 parent 755fd58 commit 2a2ceca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mail/p5-Mail-Message/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2023/08/25 07:05:31 wen Exp $
# $NetBSD: Makefile,v 1.20 2024/04/29 06:50:09 wen Exp $

DISTNAME= Mail-Message-3.013
DISTNAME= Mail-Message-3.015
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
Expand Down
8 changes: 4 additions & 4 deletions mail/p5-Mail-Message/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2023/08/25 07:05:31 wen Exp $
$NetBSD: distinfo,v 1.14 2024/04/29 06:50:09 wen Exp $

BLAKE2s (Mail-Message-3.013.tar.gz) = 6fcb57f2ee4d42fadae1bfd546c4449c02a0220dc099924ce273735a0e86240c
SHA512 (Mail-Message-3.013.tar.gz) = 7a15c42e1da549c69eecc20bba6a63a9558e11488d583de117225ae6a66c249ab6ab99108b051cbc476de02e08efbff5319b4ed0b268f7c3267f88bcfb9b2a1d
Size (Mail-Message-3.013.tar.gz) = 264557 bytes
BLAKE2s (Mail-Message-3.015.tar.gz) = 61c2f8ff7cd0979fc35106a70b94e43e1e8b4ee2f067a82c414bf94273ceee0b
SHA512 (Mail-Message-3.015.tar.gz) = e324578ed3160ea1a18ce201551238e88be4c20c328bc8c51a0e022f5924eb4a65ee4daaae3bd3cb9b057d9f9ebf69b32709d669ab594b9dbbb2c8f951cebd36
Size (Mail-Message-3.015.tar.gz) = 265736 bytes

0 comments on commit 2a2ceca

Please sign in to comment.