aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-DKIM
Commit message (Collapse)AuthorAgeFilesLines
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-3/+3
| | | | Approved by: portmgr@ (bapt@)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+8
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-8/+1
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* - Update to 0.39pgollucci2010-12-162-4/+3
| | | | | | | | | - Remove MD5 PR: ports/153083 Submitted by: myself (pgollucci) Approved by: yanagisawa@csg.is.titech.ac.jp (maintainer) Changes: http://jason.long.name/dkimproxy/Changes
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703mm2010-09-221-2/+8
| | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
* - Update to 0.38sylvio2010-04-063-4/+5
| | | | | | PR: ports/145342 Submitted by: Masafumi NAKANE <max@FreeBSD.org> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer), itetcu (mentor, implicit)
* - Update to 0.37miwi2009-09-192-4/+4
| | | | | | PR: 138894 Submitted by: max@ Feature safe: yes
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-7/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* - Update to 0.36gabor2009-06-142-4/+4
| | | | | | | PR: ports/135374 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
* - Update to 0.35gabor2009-05-313-4/+8
| | | | | | PR: ports/134964 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
* - Update to 0.33gabor2009-03-162-5/+4
| | | | | | PR: ports/132514 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
* Fix plist with perl 5.8.9.tobez2009-01-141-0/+2
| | | | Approved by: portmgr (pav, implicit)
* Update to 0.32wxs2008-07-182-6/+5
| | | | | | | | | Fix MASTER_SITE_BACKUP Drop dependency on security/p5-Digest-SHA1 PR: ports/125565 Submitted by: Olli Hauer <ohauer@gmx.de> Approved by: maintainer
* - Update to 0.31miwi2008-04-282-5/+6
| | | | | | PR: 123075 Submitted by: Michael Scheidll <scheidell@secnap.net> Approved by: maintainer
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Update to 0.30.1miwi2008-03-072-4/+4
| | | | | | PR: 121341 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: maintainer
* Update p5-Mail-DKIM to 0.30. This version is a pre-requisite for DKIMclsung2008-01-242-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signing in the forthcoming amavisd-new 2.6 series. Version 0.30 - released 2008-01-10 * includes speed-up optimizations by Mark Martinec * DomainKeys, implement proper identity matching... a DomainKey-Signature's domain should match the From/Sender address * several more test cases * API improvements: * accept additional arguments when creating Signer/Signature * bugfixes: * DomainKey-Signature headers were not "prettified" * granularity ending with '*' was not checked correctly * DomainKey-Signature granularity was checked against the wrong value Version 0.29 - released 2007-11-08 * verifiers can now access all parsed signatures and their results, not just signatures that were fully tested * signer policies can now specify what private key file to use * some other minor API improvements * bugfixes: * for DomainKeys signatures, fixed a compatibility issue handling the h= tag * for DKIM, signature expirations had been ignored * for DKIM, signature identities did not have to match the domain * for DKIM, public key granularity field had been ignored Changes: PR: ports/119911 Submitted by: David Wood <david_AT_wood2 dot org dot uk> Approved by: maintainer (Yoshisato YANAGISAWA)
* - Update to 0.28rafan2007-08-123-4/+7
| | | | | PR: ports/115299 Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer)
* - Update to 0.26miwi2007-06-052-6/+5
| | | | | PR: 113246 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
* - Update to 0.25clsung2007-05-293-42/+50
| | | | | | | | | | | | | - MIME::Base64 In Perl 5.8+ now, so - make it conditional - Install two scripts (dkimsign.pl and dkimverify.pl) - Remove Perl version < 5.6 warning - Use %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plist PR: ports/113034 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Reviewed by: maintainer (Yoshisato YANAGISAWA) Approved by: maintainer
* - Update to 0.24miwi2007-03-172-6/+9
| | | | | PR: 110379 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
* - Update to 0.23miwi2007-03-072-4/+4
| | | | | | PR: 109903 Submitted by: miwi Approved by: maintainer
* - Update to 0.22miwi2007-01-302-4/+4
| | | | Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer via privat mail)
* - Add backup MASTER_SITESmiwi2007-01-281-1/+2
| | | | Submitted by: pointyhat
* - Update to 0.21miwi2006-12-272-4/+4
| | | | | | PR: ports/107157 Submitted by: miwi Approved by: maintainer
* - Maintainer update of p5-Mail-DKIM from 0.19 to 0.20.clsung2006-10-313-6/+10
| | | | | | | | - In 0.20, DomainKeys signatures has been supported and The library can signing/verifying multiple signatures in one pass. PR: ports/104960 Submitted by: maintainer (Yoshisato YANAGISAWA)
* - Remove symlinks created by mtree target from plistspav2006-10-081-2/+0
| | | | | Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu, miwi
* Add p5-Mail-DKIM 0.19, perl5 module to process and/or create DKIM email.rafan2006-07-174-0/+81
PR: ports/100380 Submitted by: Yoshisato YANAGISAWA