pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-MIME-tools
Module Name: pkgsrc
Committed By: wen
Date: Mon Jul 29 02:53:53 UTC 2024
Modified Files:
pkgsrc/mail/p5-MIME-tools: Makefile distinfo
Removed Files:
pkgsrc/mail/p5-MIME-tools/patches:
patch-lib_MIME_Decoder_QuotedPrint.pm
Log Message:
Update to 5.515
Upstream changes:
5.515 2024-04-24 Dianne Skoll <dianne%skoll.ca@localhost>
* VERSION 5.514 RELEASED
* Fix the "version" setting in META.yml. There are no other changes
since 5.514.
5.514 2024-02-06 Dianne Skoll <dianne%skoll.ca@localhost>
* VERSION 5.514 RELEASED
* Move the guts of the ambiguous_content method to MIME::Head
* Add MIME::Entity->ambiguous_content that returns true if
this entity or any of its parts, recursively, has a MIME::Head
whose ambiguous_content method returns true.
* Keep MIME::Parser->ambiguous_content as a cached version of the
most recently parsed $entity->ambiguous_content.
* BUGFIX: Add some missing files to MANIFEST
5.513 2024-01-25 Dianne Skoll <dianne%skoll.ca@localhost>
* VERSION 5.513 RELEASED
* Add MIME::Parser->ambiguous_content to indicate one of several
types of ambiguous MIME content that could be security risks.
* Add the '@duplicate_parameters' pseudo-parameter to let caller
detect duplicate MIME parameters on a MIME header.
5.512 2024-01-08 Dianne Skoll <dianne%skoll.ca@localhost>
* VERSION 5.512 RELEASED
* Use much larger chunk sizes for Base-64 encoding which reduces
both encoding time and space overhead.
https://rt.cpan.org/Ticket/Display.html?id=128400
https://rt.cpan.org/Ticket/Display.html?id=130110
5.511 2024-01-02 Dianne Skoll <dianne%skoll.ca@localhost>
* VERSION 5.511 RELEASED
* Silence a warning if used with a development version of
MIME::QuotedPrint
https://rt.cpan.org/Ticket/Display.html?id=150118
https://rt.cpan.org/Ticket/Display.html?id=149225
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/mail/p5-MIME-tools/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/p5-MIME-tools/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/mail/p5-MIME-tools/patches/patch-lib_MIME_Decoder_QuotedPrint.pm
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-MIME-tools/Makefile
diff -u pkgsrc/mail/p5-MIME-tools/Makefile:1.67 pkgsrc/mail/p5-MIME-tools/Makefile:1.68
--- pkgsrc/mail/p5-MIME-tools/Makefile:1.67 Sat Oct 14 01:13:32 2023
+++ pkgsrc/mail/p5-MIME-tools/Makefile Mon Jul 29 02:53:53 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2023/10/14 01:13:32 markd Exp $
+# $NetBSD: Makefile,v 1.68 2024/07/29 02:53:53 wen Exp $
-DISTNAME= MIME-tools-5.510
+DISTNAME= MIME-tools-5.515
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
@@ -20,8 +19,5 @@ TOOL_DEPENDS+= p5-Test-Deep-[0-9]*:../..
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MIME/Tools/.packlist
-post-patch:
- rm ${WRKSRC}/lib/MIME/Decoder/QuotedPrint.pm.orig
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/p5-MIME-tools/distinfo
diff -u pkgsrc/mail/p5-MIME-tools/distinfo:1.27 pkgsrc/mail/p5-MIME-tools/distinfo:1.28
--- pkgsrc/mail/p5-MIME-tools/distinfo:1.27 Sat Oct 14 01:13:32 2023
+++ pkgsrc/mail/p5-MIME-tools/distinfo Mon Jul 29 02:53:53 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/10/14 01:13:32 markd Exp $
+$NetBSD: distinfo,v 1.28 2024/07/29 02:53:53 wen Exp $
-BLAKE2s (MIME-tools-5.510.tar.gz) = 3bb09a24ba148cc97d8e96341709a6a678bee7802a018b06a1e4fd96b7f2a3b8
-SHA512 (MIME-tools-5.510.tar.gz) = 86d110cc3ed3e9744a07a7b671df713708ab70f57aea858a9570bd021102b4cea91a869239f6c40611f1b1fae190e1b6d1bd65b54914ffc3a41fdf9160977328
-Size (MIME-tools-5.510.tar.gz) = 417208 bytes
-SHA1 (patch-lib_MIME_Decoder_QuotedPrint.pm) = b512ee827e20fe602da35383cd6ce6932291cc49
+BLAKE2s (MIME-tools-5.515.tar.gz) = 6c976c3a7f05aff0597f026b84e6456ca45c17c1c9ce2304eea3b6de4c1c8079
+SHA512 (MIME-tools-5.515.tar.gz) = 3a9bbc1b58762170bfb3ccdc2d5fda006fcfdb5eca6092555011819e9fd0b68f1b0a178c86dc7e95a2e6f8d89d6988b1c26823d06ca201859ddc87f9e37981db
+Size (MIME-tools-5.515.tar.gz) = 424146 bytes
Home |
Main Index |
Thread Index |
Old Index