summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SPF-Query
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-02-15Updated to version 1.999.heinz2-7/+7
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-16Updated to version 1.997.heinz2-8/+7
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-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-03-07Update to 1.996heinz2-7/+8
Changes since 1.991 =================== 1.994 Thu Feb 26 17:23:15 EST 2004 Bugfix for Net::CIDR::Lite --- we now recognize 1.2.3/0 syntax not just 1.2.3.4/0 1.993 added support for caller-id 1.992 minor bugfixes. added fallback and override logic.
2004-02-18Forgot to add PKG_INSTALLATION_TYPES for pkgviewsheinz1-1/+3
2004-02-17SPF means "Sender Policy Framework" nowheinz1-1/+1
2004-02-17Initial import of Perl module Mail::SPF::Query.heinz4-0/+31
The SPF (Sender Permitted From) 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.