./mail/p5-Mail-SPF-Query, Perl module for Sender-Policy-Framework queries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.999nb2, Package name: p5-Mail-SPF-Query-1.999nb2, Maintainer: heinz

The SPF (Sender Policy Framework) protocol relies on sender domains to publish
a DNS whitelist of their designated outbound mailers. Given an envelope
sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.


Required to run:
[sysutils/p5-Sys-Hostname-Long] [www/p5-URI] [lang/perl5] [net/p5-Net-CIDR-Lite] [net/p5-Net-DNS]

Master sites: (Expand)

SHA1: c8584cf056507127d7c2a8019d0d43da3824028b
RMD160: 008640c9af069361f51da1d1a84d93c684cf2d36
Filesize: 53.588 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-02-16 00:37:39 by Klaus Heinz | Files touched by this commit (2) | Package updated
Log message:
Updated to version 1.999.

Pkgsrc changes:
  - Added correct HOMEPAGE.

Relevant changes since version 1.997:
=====================================
- various bug fixes

--- 1.999 (2006-02-07 00:00)

  Mail::SPF::Query:
  ! No longer accept malformed SPF records such as "\"v=spf1 \ 
...\"" (spurious
    double quotes) or " v=spf1 ..." (leading whitespace).

  spfquery:
  + The "--override" and "--fallback" options are now \ 
actually working and
    documented.

  Tests:
  * Overhauled 00_all.t test script:

--- 1.998 (2005-12-31 23:00)

  Mail::SPF::Query:
  ! Removed obsolete Caller-ID support (closes Debian bugs #337319, #337500).

  spfd:
  + Added complete POD documentation/man-page.

  spfquery:
  + Added complete POD documentation/man-page.
  ! Renamed the "--max-lookup" option to \ 
"--max-lookup-count" to match the
    Mail::SPF::Query API.  "--max-lookup" is still supported for backwards
    compatibility.
   2005-10-16 11:45:52 by Klaus Heinz | Files touched by this commit (2) | Package updated
Log message:
Updated to version 1.997.
This fixes PR pkg/29993.

No pkgsrc changes:

Changes since version 1.996:
============================
At least a patch for hanging spfd connections (DNS_RESOLVER_TIMEOUT) was added.
The rest is unknown, "Changes" does not tell us much...
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.