Skip to content

Commit

Permalink
Update to 3.013
Browse files Browse the repository at this point in the history
Upstream changes:
version 3.013: Sat 24 Jun 17:25:11 CEST 2023

        Changes:
        - In header lines, leave the actual white-space related to FWS
          intact.  You may want to add s/\t/ / before you print a header.
          GitHub#7 [Jacob Balazer]
        - When the comment in an address has no closing ')', do consume
          the whole remaining line, not fail parsing.
          GitHub#6 [Jacob Balazer]
        - When the charset of a ::Body is not specified, a real attempt is
          made to autodetect the best setting.  For reading, constructing,
          and writing bodies.  GitHub#12 [Jacob Balazer]
          ** This may change the output of your regression tests: previously,
          the default interpretation was 'us-ascii' for reading and 'utf-8'
          for writing.

        Fixes:
        - ::Field::Full consumePhrase() should take minimal encoded
          phrase [Jonas Ryssel]
        - ::Field::Address overloaded cmp() used 'eq' where it should
          have been 'cmp'
        - partNumber when the multipart parent is a nested [Geoffrey Bennett]
        - ::Body::Multipart, even when there is only a single \n after the
          trailing boundery, then there is a epilogue.
          github issue #16 [Jacob Balazer]

        Improvements:
        - run regression-tests with MIME::Entity on devel system.
        - ::Body->decode autodects missing charset.
        - The ability to set the charset detector via ::Body::Encode
          method charsetDetectAlgorithm()
        - New release of User::Identity
        - When the message/rfc822 and has Content-Transfer-Encoding, then do
          not parse it as "nested" but as normal part.
          github issue #17 [Todd Richmond]
  • Loading branch information
wen committed Aug 25, 2023
1 parent 7f2cd6b commit 17f8be2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions mail/p5-Mail-Message/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.18 2023/07/06 09:40:47 wiz Exp $
# $NetBSD: Makefile,v 1.19 2023/08/25 07:05:31 wen Exp $

DISTNAME= Mail-Message-3.012
DISTNAME= Mail-Message-3.013
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}

Expand Down
8 changes: 4 additions & 4 deletions mail/p5-Mail-Message/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2022/05/28 07:16:43 wen Exp $
$NetBSD: distinfo,v 1.13 2023/08/25 07:05:31 wen Exp $

BLAKE2s (Mail-Message-3.012.tar.gz) = 4934d4c224e632216c21f05321a2b79a494713479b02e8e0f951e55a56c89510
SHA512 (Mail-Message-3.012.tar.gz) = a29101f3e4ba30ca49e6e1fab39d3358df02ab95a99d6a9bd7e3d4e0d23e0cc3e8bf407adc7d21b83e52157d660014374157aeb44085e88ad2e4fb0b4553b8b4
Size (Mail-Message-3.012.tar.gz) = 258901 bytes
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

0 comments on commit 17f8be2

Please sign in to comment.