import p5-Mail-DKIM-Iterator 1.003

OK sthen@

Comment:
iterative DKIM validation of records or signing of mails

Description:
With this module one can validate DKIM Signatures in mails and also
create DKIM signatures for mails.

The main difference to Mail::DKIM is that the validation can be
done iterative, that is the mail can be streamed into the object
and if DNS lookups are necessary their results can be added to the
DKIM object asynchronously. There are no blocking operation or
waiting for input, everything is directly driven by the user/application
feeding the DKIM object with data.

This module implements only DKIM according to RFC 6376. It does not
support the historic DomainKeys standard (RFC 4870).
This commit is contained in:
bluhm 2019-02-12 13:17:01 +00:00
parent 6d503dfe02
commit 5919b499c9
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/02/12 13:17:01 bluhm Exp $
COMMENT = iterative DKIM validation of records or signing of mails
DISTNAME = Mail-DKIM-Iterator-1.003
CATEGORIES = mail
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = security/p5-Crypt-OpenSSL-RSA
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Mail-DKIM-Iterator-1.003.tar.gz) = nLtMNxImIUWl2/pttY0neb2k+D+dBkh1XKNU5Kvu6iY=
SIZE (Mail-DKIM-Iterator-1.003.tar.gz) = 18293

View File

@ -0,0 +1,12 @@
With this module one can validate DKIM Signatures in mails and also
create DKIM signatures for mails.
The main difference to Mail::DKIM is that the validation can be
done iterative, that is the mail can be streamed into the object
and if DNS lookups are necessary their results can be added to the
DKIM object asynchronously. There are no blocking operation or
waiting for input, everything is directly driven by the user/application
feeding the DKIM object with data.
This module implements only DKIM according to RFC 6376. It does not
support the historic DomainKeys standard (RFC 4870).

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/02/12 13:17:01 bluhm Exp $
${P5SITE}/Mail/
${P5SITE}/Mail/DKIM/
${P5SITE}/Mail/DKIM/Iterator.pm
@man man/man3p/Mail::DKIM::Iterator.3p