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:           Wed Aug 19 03:10:14 UTC 2026

Modified Files:
        pkgsrc/mail/p5-MIME-tools: Makefile distinfo

Log Message:
Update to 5.517

Upstream changes:
5.517     2026-02-10  Dianne Skoll <dianne%skoll.ca@localhost>
        * VERSION 5.517 RELEASED
        * Add a missing test message file that was causing tests to fail.
5.516     2026-02-10  Dianne Skoll <dianne%skoll.ca@localhost>
        * VERSION 5.516 RELEASED
        * Handle MIME parameters of the form param= better (ie,
          a parameter with no value at all.)  It's treated the
          same as param="" rather than aborting the parse.
        * Diagnose additional types of malformed MIME as ambiguous.
          Specifically, an empty boundary parameters like boundary= or
          boundary="" is treated as ambiguous.  Thanks to Stoiko Ivanov
          <s.ivanov%proxmox.com@localhost> for pointing out this missing case.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mail/p5-MIME-tools/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/p5-MIME-tools/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-MIME-tools/Makefile
diff -u pkgsrc/mail/p5-MIME-tools/Makefile:1.71 pkgsrc/mail/p5-MIME-tools/Makefile:1.72
--- pkgsrc/mail/p5-MIME-tools/Makefile:1.71     Thu Jul 16 19:04:04 2026
+++ pkgsrc/mail/p5-MIME-tools/Makefile  Wed Aug 19 03:10:14 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.71 2026/07/16 19:04:04 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2026/08/19 03:10:14 wen Exp $
 
-DISTNAME=      MIME-tools-5.515
+DISTNAME=      MIME-tools-5.517
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MIME/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DS/DSKOLL/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/MIME-tools

Index: pkgsrc/mail/p5-MIME-tools/distinfo
diff -u pkgsrc/mail/p5-MIME-tools/distinfo:1.28 pkgsrc/mail/p5-MIME-tools/distinfo:1.29
--- pkgsrc/mail/p5-MIME-tools/distinfo:1.28     Mon Jul 29 02:53:53 2024
+++ pkgsrc/mail/p5-MIME-tools/distinfo  Wed Aug 19 03:10:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/07/29 02:53:53 wen Exp $
+$NetBSD: distinfo,v 1.29 2026/08/19 03:10:14 wen Exp $
 
-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
+BLAKE2s (MIME-tools-5.517.tar.gz) = e17811059aeff12c8c28898ac441abe819fc70b6556798c3f00a765f6b2d11da
+SHA512 (MIME-tools-5.517.tar.gz) = e7935a1f4219b5de87f5752cf87978083ffe55ebd6a929f8f9fed63595553059fed6fe98ee18f151b0a250a57d8f239ba8ebd5d34b5e5d407b30ed9a5de95547
+Size (MIME-tools-5.517.tar.gz) = 425046 bytes



Home | Main Index | Thread Index | Old Index