FreeBSD Bugzilla – Attachment 246749 Details for
Bug 275505
mail/p5-Mail-DMARC: update to 1.20211209
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git patch for mail/p5-Mail-DMARC
0001-update-mail-p5-Mail-DMARC-to-1.20211209.patch (text/plain), 5.45 KB, created by
geoffroy desvernay
on 2023-12-03 13:28:34 UTC
(
hide
)
Description:
git patch for mail/p5-Mail-DMARC
Filename:
MIME Type:
Creator:
geoffroy desvernay
Created:
2023-12-03 13:28:34 UTC
Size:
5.45 KB
patch
obsolete
>From 1a59df4cba3073d8aa66853babe5185df1adb9de Mon Sep 17 00:00:00 2001 >From: Geoffroy Desvernay <dgeo@centrale-marseille.fr> >Date: Sun, 3 Dec 2023 14:18:33 +0100 >Subject: [PATCH] update mail/p5-Mail-DMARC to 1.20211209 > >From https://github.com/msimerson/mail-dmarc/blob/v1.20211209/Changes.md > >NEW FEATURES: > * Postgres support #150 > * added dmarc_whitelist hosts #119 > * use Email::Sender for report sending > >BUGFIXES: > * Properly delete sent reports when the database does not support cascade > * Fix reporting for selectors whose name evaluates to false > * Use maybestarttls for opportunistic encryption when sending reports using Email::Sender v2.0 or greater > * Remove dead domain dmarc-qa.com from tests > * Print full syntax guide with "--help" option (Jeremiah Morris) > * Fix report sending issues with SSL/TLS > * Fix db connection cache > * move HTTP::Tiny into deps (used for PSL updates) > * skip HTTP tests when optional JSON not installed #171 > * skip HTTP tests when optional deps not installed #171 > * update PSL > * auto update PSL as part of release > * lazy load Net::SMTPS #168 > * removed dist::zilla > * additional tests enabled > * html UI: use https URLS everywhere > * SPF: don't warn when scope is missing from reports > * receive: permit other MIME types that have xml.gz filename > * DKIM: when message has no result, add "none" > * sqlite: add default current_timestamp > * bin/install_deps.pl: apt improvements > * updated PSL > * update jQuery, jQuery grid > * empty ENV FROM when missing #144 > * improve aggregate report docs #142 >--- > mail/p5-Mail-DMARC/Makefile | 4 ++-- > mail/p5-Mail-DMARC/distinfo | 6 +++--- > mail/p5-Mail-DMARC/files/patch-Makefile.PL | 10 ---------- > mail/p5-Mail-DMARC/pkg-plist | 9 +++++++++ > 4 files changed, 14 insertions(+), 15 deletions(-) > delete mode 100644 mail/p5-Mail-DMARC/files/patch-Makefile.PL > >diff --git a/mail/p5-Mail-DMARC/Makefile b/mail/p5-Mail-DMARC/Makefile >index fc1621bcad30..f962eabe497c 100644 >--- a/mail/p5-Mail-DMARC/Makefile >+++ b/mail/p5-Mail-DMARC/Makefile >@@ -1,10 +1,10 @@ > PORTNAME= Mail-DMARC >-PORTVERSION= 1.20190308 >+PORTVERSION= 1.20211209 > CATEGORIES= mail perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > >-MAINTAINER= dgeo@centrale-marseille.fr >+MAINTAINER= dgeo@centrale-med.fr > COMMENT= Perl5 module to process and/or create DKIM email > WWW= https://github.com/msimerson/mail-dmarc > >diff --git a/mail/p5-Mail-DMARC/distinfo b/mail/p5-Mail-DMARC/distinfo >index 2c5886be80de..0862bb8ce283 100644 >--- a/mail/p5-Mail-DMARC/distinfo >+++ b/mail/p5-Mail-DMARC/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1554736675 >-SHA256 (Mail-DMARC-1.20190308.tar.gz) = fc11f1b29a31e94be7805a9230259e3e578bd53461c2ff700679c94104b5a518 >-SIZE (Mail-DMARC-1.20190308.tar.gz) = 730115 >+TIMESTAMP = 1701595904 >+SHA256 (Mail-DMARC-1.20211209.tar.gz) = f519d33bbcde83ad27a8eb4568009f629e8375efb4b6c84261cb7a2e5dbf7f24 >+SIZE (Mail-DMARC-1.20211209.tar.gz) = 794986 >diff --git a/mail/p5-Mail-DMARC/files/patch-Makefile.PL b/mail/p5-Mail-DMARC/files/patch-Makefile.PL >deleted file mode 100644 >index 8691af850177..000000000000 >--- a/mail/p5-Mail-DMARC/files/patch-Makefile.PL >+++ /dev/null >@@ -1,10 +0,0 @@ >---- Makefile.PL.orig 2015-06-25 20:44:01 UTC >-+++ Makefile.PL >-@@ -33,7 +33,6 @@ my %WriteMakefileArgs = ( >- "bin/dmarc_send_reports", >- "bin/dmarc_update_public_suffix_list", >- "bin/dmarc_view_reports", >-- "bin/install_deps.pl" >- ], >- "LICENSE" => "perl", >- "MIN_PERL_VERSION" => "5.008", >diff --git a/mail/p5-Mail-DMARC/pkg-plist b/mail/p5-Mail-DMARC/pkg-plist >index 4243291929f2..726e5e0a60e2 100644 >--- a/mail/p5-Mail-DMARC/pkg-plist >+++ b/mail/p5-Mail-DMARC/pkg-plist >@@ -24,11 +24,16 @@ bin/dmarc_view_reports > %%SITE_PERL%%/Mail/DMARC/Report/Send.pm > %%SITE_PERL%%/Mail/DMARC/Report/Send/HTTP.pm > %%SITE_PERL%%/Mail/DMARC/Report/Send/SMTP.pm >+%%SITE_PERL%%/Mail/DMARC/Report/Sender.pm > %%SITE_PERL%%/Mail/DMARC/Report/Store.pm > %%SITE_PERL%%/Mail/DMARC/Report/Store/SQL.pm >+%%SITE_PERL%%/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm >+%%SITE_PERL%%/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm >+%%SITE_PERL%%/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm > %%SITE_PERL%%/Mail/DMARC/Report/URI.pm > %%SITE_PERL%%/Mail/DMARC/Result.pm > %%SITE_PERL%%/Mail/DMARC/Result/Reason.pm >+%%SITE_PERL%%/Mail/DMARC/Test/Transport.pm > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/dmarc_whitelist > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/html/css/ellipsis-xbl.xml > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/html/css/ui.jqgrid.css >@@ -90,6 +95,7 @@ bin/dmarc_view_reports > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail-dmarc.cron > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail-dmarc.ini > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail_dmarc_schema.mysql >+%%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail_dmarc_schema.pgsql > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail_dmarc_schema.sqlite > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/public_suffix_list > %%SITE_PERL%%/auto/share/dist/Mail-DMARC/rua-schema.xsd >@@ -114,6 +120,9 @@ bin/dmarc_view_reports > %%PERL5_MAN3%%/Mail::DMARC::Report::Send::SMTP.3.gz > %%PERL5_MAN3%%/Mail::DMARC::Report::Store.3.gz > %%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL.3.gz >+%%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL::Grammars::MySQL.3.gz >+%%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL.3.gz >+%%PERL5_MAN3%%/Mail::DMARC::Report::Store::SQL::Grammars::SQLite.3.gz > %%PERL5_MAN3%%/Mail::DMARC::Report::URI.3.gz > %%PERL5_MAN3%%/Mail::DMARC::Result.3.gz > %%PERL5_MAN3%%/Mail::DMARC::Result::Reason.3.gz >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dgeo
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 275505
:
246748
| 246749