pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/p5-Mail-DMARC



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Aug 19 02:24:02 UTC 2026

Modified Files:
        pkgsrc/mail/p5-Mail-DMARC: Makefile distinfo

Log Message:
Update to 2.20260724

Upstream changes:
### 2.20260724
- add <prefix>/etc/mail to search path
- warn when mail-dmarc.ini not found
- chore: bump minimum supported Perl to 5.40.2
### 2.20260621
- doc(README): updated RFCs and fixed CPAN links #305
- chore: bump minimum supported Perl to 5.34.3 #303
- refactor: use perl 5.20+ subroutine signatures
- refactor: replace scalar array count checks with modern idioms
### 1.20260621
- feat: implement RFC 9990, aggrement reporting by @bigio #301
- fix: SQL replace_into bug
### 1.20260612
- feat: implement RFC 9989 DMARC, by @bigio in #297
- chore(ci): update install-with-cpan to v2, #299
### 1.20260325
- feat: handle multiple From addresses, RFC §5.6.1
- feat: added IDN U-label → A-label conversion to from_dom
- feat(dmarc_view_reports): better CLI viewing alignment #294
- feat(psl): add exception support #293
- fix: external_reporting was broken for HTTP/HTTPS URIs
- fix: filter out SPF scope => 'helo' results before alignment checking.
- fix(report): in XML, only emit <comment> when it's defined.
- fix: validate the whitelist reason type
- test: t/12: report_id autoincrements between test runs #289
### 1.20260306
- dmarc_sqlite_to_mysql: added new script
- mysql: enable SSL for newer MySQL. Fix schema for new import.
- dmarc_receive: eval un(g)zip, so imperfect archives don't interrupt loop
- dmarc_view_reports: --geoip fixed
- dmarc_view_reports: add --limit and --sort options
### 1.20260301
- dmarc_receive: support gzip, zip, and XML files #277
- dmarc_view_reports: add --rid filter #276
- dmarc_view_reports: add negation support in filters #275
- fix(sp): base effective policy on request domain #273
### 1.20260226
- feat: replace jqGrid with DataTables in web UI #269
- doc: remove invalid reference to evalated #267
- doc: bump copyright to 2026
- updated PSL


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/p5-Mail-DMARC/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/p5-Mail-DMARC/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-DMARC/Makefile
diff -u pkgsrc/mail/p5-Mail-DMARC/Makefile:1.8 pkgsrc/mail/p5-Mail-DMARC/Makefile:1.9
--- pkgsrc/mail/p5-Mail-DMARC/Makefile:1.8      Thu Jul 16 19:04:05 2026
+++ pkgsrc/mail/p5-Mail-DMARC/Makefile  Wed Aug 19 02:24:02 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2026/07/16 19:04:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/08/19 02:24:02 wen Exp $
 
-DISTNAME=              Mail-DMARC-1.20250805
+DISTNAME=              Mail-DMARC-2.20260724
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            mail perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Mail/}
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSIMERSON/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/pod/Mail::DMARC

Index: pkgsrc/mail/p5-Mail-DMARC/distinfo
diff -u pkgsrc/mail/p5-Mail-DMARC/distinfo:1.5 pkgsrc/mail/p5-Mail-DMARC/distinfo:1.6
--- pkgsrc/mail/p5-Mail-DMARC/distinfo:1.5      Sat Nov 15 01:07:55 2025
+++ pkgsrc/mail/p5-Mail-DMARC/distinfo  Wed Aug 19 02:24:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/11/15 01:07:55 wen Exp $
+$NetBSD: distinfo,v 1.6 2026/08/19 02:24:02 wen Exp $
 
-BLAKE2s (Mail-DMARC-1.20250805.tar.gz) = 320db14369b98e08171aea91107ae4d688cdaee7a736fa24edfd860c3f17458d
-SHA512 (Mail-DMARC-1.20250805.tar.gz) = 537f586b9a9c801491dfef5b0888dc2bbcebcc06c2b8b901f1681c6563d81a83fa51f567def3ba729167ad0a953cdfcd989cef50bb34e0f2cf8fc90f1fd74adf
-Size (Mail-DMARC-1.20250805.tar.gz) = 809901 bytes
+BLAKE2s (Mail-DMARC-2.20260724.tar.gz) = d1dd76a54b44055a154da9b4ff2b54c91b4faaaccbb14cfce22abda9ab65da69
+SHA512 (Mail-DMARC-2.20260724.tar.gz) = 212c43be4ebfeed4e0839dfe6f4cd14d5a08140d420e80095c0e196a5f99a560d5e0557dd7ce646347a091ff79389e912380a0c8ac3dfd7bd462d7edcafd66b0
+Size (Mail-DMARC-2.20260724.tar.gz) = 587105 bytes



Home | Main Index | Thread Index | Old Index