Commit graph

8 commits

Author SHA1 Message Date
wiz
894cf916bd p5-Mail-SPF-Query: update to 1.999.1.
--- 1.999.1 (2006-02-26 18:00)

  Mail::SPF::Query:
  * Do not use \p{} named properties in the "a" and "mx" mechanisms' argument
    validation code, since Perl 5.6 requires (flaky) "use utf8" for them to
    work, and [a-z]/[a-z0-9] should work just as well (closes rt.cpan.org bug
    #17815).
  * Some minor documentation formatting improvements.

  Debian:
  + Added watch file.
2017-09-17 20:00:06 +00:00
ryoon
a6ead610c6 Fix build with Perl 5.26.0 2017-06-09 16:43:15 +00:00
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
heinz
55c6693489 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.
2006-02-15 23:37:39 +00:00
heinz
63f2e25dc0 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-10-16 09:45:52 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
heinz
656a4e16f1 Update to 1.996
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-03-07 01:50:25 +00:00
heinz
18d457b125 Initial import of Perl module Mail::SPF::Query.
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.
2004-02-17 22:48:18 +00:00