pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-Mail-Message
Module Name: pkgsrc
Committed By: wen
Date: Fri Aug 25 07:05:31 UTC 2023
Modified Files:
pkgsrc/mail/p5-Mail-Message: Makefile distinfo
Log Message:
Update to 3.013
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]
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/p5-Mail-Message/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/p5-Mail-Message/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/p5-Mail-Message/Makefile
diff -u pkgsrc/mail/p5-Mail-Message/Makefile:1.18 pkgsrc/mail/p5-Mail-Message/Makefile:1.19
--- pkgsrc/mail/p5-Mail-Message/Makefile:1.18 Thu Jul 6 09:40:47 2023
+++ pkgsrc/mail/p5-Mail-Message/Makefile Fri Aug 25 07:05:31 2023
@@ -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/}
Index: pkgsrc/mail/p5-Mail-Message/distinfo
diff -u pkgsrc/mail/p5-Mail-Message/distinfo:1.12 pkgsrc/mail/p5-Mail-Message/distinfo:1.13
--- pkgsrc/mail/p5-Mail-Message/distinfo:1.12 Sat May 28 07:16:43 2022
+++ pkgsrc/mail/p5-Mail-Message/distinfo Fri Aug 25 07:05:31 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index