pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jul 29 02:17:25 UTC 2024

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

Log Message:
Update to 3.20240617

Upstream changes:
3.20240617 2024-06-17 Australia/Melbourne

  - Update INSTALL file for Dist::Zilla changes
    Thanks to Giovanni <g.bechis%snb.it@localhost>

  - Fix memory leak in Mail::SPF::Server when cacheing a Mail::SPF::MacroString
    Thanks to Giovanni <g.bechis%snb.it@localhost> and Felipe Gasper

  - When mfrom is empty, create a synthetic mfrom (postmaster@helo) and check
    that identity using the mfrom scope as specified in RFC7208
    Thanks to Giovanni <g.bechis%snb.it@localhost>

  - Fix missing declare in Mail::SPF::Server
    Thanks to Giovanni <g.bechis%snb.it@localhost>

  - require Mail::SPF::Mech when needed
    Thanks to Giovanni <g.bechis%snb.it@localhost>

  - correctly handle empty labels
    Thanks to Giovanni <g.bechis%snb.it@localhost>

  - use "try" instead of "eval"
    Thanks to Giovanni <g.bechis%snb.it@localhost>

  - error out if the lookup fails
    Thanks to Giovanni <g.bechis%snb.it@localhost>

3.20240206 2024-02-06 UTC

  - Remove signature file from distribution

3.20240205 2024-02-05 UTC

  - Fix pod in Mail::SPF::Util (RT#93241)
    Thanks to rwfranks%acm.org@localhost and GBECHIS%cpan.org@localhost

  - Fixes char_str_list is not a valid sub in new Net::DNS (RT#149825)
    Reworked from patch supplied with thanks by GBECHIS%cpan.org@localhost

  - BREAKING CHANGE: spfd is now installed in /bin instead of /sbin
    As a result Mail::SPF now respects an install prefix and may be
    more easily installed in a non root and/or local lib environment.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/p5-Mail-SPF/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/p5-Mail-SPF/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-SPF/Makefile
diff -u pkgsrc/mail/p5-Mail-SPF/Makefile:1.22 pkgsrc/mail/p5-Mail-SPF/Makefile:1.23
--- pkgsrc/mail/p5-Mail-SPF/Makefile:1.22       Thu Jul  6 09:40:48 2023
+++ pkgsrc/mail/p5-Mail-SPF/Makefile    Mon Jul 29 02:17:25 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2023/07/06 09:40:48 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/07/29 02:17:25 wen Exp $
 
-DISTNAME=      Mail-SPF-v2.9.0
-PKGNAME=       p5-${DISTNAME:S/-v/-/}
-PKGREVISION=   9
+DISTNAME=      Mail-SPF-3.20240617
+PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 
@@ -11,24 +10,16 @@ HOMEPAGE=   https://metacpan.org/release/M
 COMMENT=       Perl implementation of the Sender Policy Framework
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+=         p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable
-#TOOL_DEPENDS+=        {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple
-
-#DEPENDS+=     {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version
 DEPENDS+=      p5-Error-[0-9]*:../../devel/p5-Error
 DEPENDS+=      p5-NetAddr-IP>=4.000:../../net/p5-NetAddr-IP
 DEPENDS+=      p5-Net-DNS>=0.58:../../net/p5-Net-DNS
 DEPENDS+=      p5-URI>=1.13:../../www/p5-URI
 
-SUBST_CLASSES+=                fix
-SUBST_STAGE.fix=       pre-configure
-SUBST_FILES.fix=       Build.PL
-SUBST_SED.fix=         -e "s,'/usr/sbin','${PREFIX}/sbin',"
-SUBST_MESSAGE.fix=     Fixing hardcoded spfd pathes
+TEST_DEPENDS+= p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable
 
-REPLACE_PERL=  sbin/spfd bin/spfquery
+REPLACE_PERL=          sbin/spfd bin/spfquery
 
-PERL5_MODULE_TYPE=     Module::Build
+PERL5_MODULE_TYPE=     MakeMaker
 PERL5_PACKLIST=                auto/Mail/SPF/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/mail/p5-Mail-SPF/distinfo
diff -u pkgsrc/mail/p5-Mail-SPF/distinfo:1.5 pkgsrc/mail/p5-Mail-SPF/distinfo:1.6
--- pkgsrc/mail/p5-Mail-SPF/distinfo:1.5        Tue Oct 26 10:54:17 2021
+++ pkgsrc/mail/p5-Mail-SPF/distinfo    Mon Jul 29 02:17:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:54:17 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/07/29 02:17:25 wen Exp $
 
-BLAKE2s (Mail-SPF-v2.9.0.tar.gz) = 1bc418b8cc45912e3ce57f29737eef8fc4e8f72fb1a12e4ae87b5d4023475303
-SHA512 (Mail-SPF-v2.9.0.tar.gz) = 22bf98c4981f121ed85bb5cbc1ebcb2607ada5052bcea0dd8de692e3473a2ebdd3066acd944bb12f0efe64605e4bf7dc695a1549b7608239d0efc059339df60b
-Size (Mail-SPF-v2.9.0.tar.gz) = 103834 bytes
+BLAKE2s (Mail-SPF-3.20240617.tar.gz) = 642c29f48ad49d2e58969e376986a81c2f734fa9614cfd0baaf46b4a8862d127
+SHA512 (Mail-SPF-3.20240617.tar.gz) = 47476e483ac026a77b511b9ca7b0592e0d600c57b08f6ec7fd3653d2a5f48c0a4ef52867c285c477b0249437d479350f7923ea0cde86a4869e5ae8e370f6403d
+Size (Mail-SPF-3.20240617.tar.gz) = 79806 bytes



Home | Main Index | Thread Index | Old Index