NOTICE: This package has been removed from pkgsrc

./wip/p5-Net-DNS-SEC, Perl5 module for DNS SEC resolution

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.15, Package name: p5-Net-DNS-SEC-0.15, Maintainer: pettai

This module implements DNS Resource Record types that are relevant
for DNSSEC operations. This package implements RFC4034
"Resource Records for the DNS Security Extensions" and RFC2931 "DNS
Request and Transaction Signatures ( SIG(0)s )"

RFC 3225 (Indicating Resolver Support of DNSSEC) support has been
is available Net::DNS.

The extensions provide the following additional features on top of
the Net::DNS package (http://www.net-dns.org/).

- DS, RRSIG, DNSKEY and NSEC records. These are all implemented as RR
objects. The cryptography has been implemented using
Crypt::OpenSSL::DSA, Crypt::OpenSSL::RSA and related modules.

The reason for not making these RRs a part of the regular Net::DNS
distribution is that they rely on crypto modules that do not easily
port.


Required to run:
[converters/p5-MIME-Base32] [lang/perl5] [net/p5-Net-DNS] [security/p5-Crypt-OpenSSL-RSA] [security/p5-Digest-BubbleBabble] [security/p5-Digest-SHA] [security/p5-Crypt-OpenSSL-DSA]

Master sites: (Expand)

SHA1: fe3e6998e5c4f1fa8858db84d8c1e4d09a2e8256
RMD160: c9b173cb858499a0ae2efd290f56f32ad038a226
Filesize: 83.716 KB

Version history: (Expand)


CVS history: (Expand)


   2009-04-03 10:34:39 by Fredrik Pettai | Files touched by this commit (3) | Package removed
Log message:
Deleted due to duplicate package
   2009-04-02 23:59:42 by Fredrik Pettai | Files touched by this commit (3) | Imported package
Log message:
Import p5-Net-DNS-SEC-0.15 as wip/p5-Net-DNS-SEC.

This module implements DNS Resource Record types that are relevant
for DNSSEC operations. This package implements RFC4034
"Resource Records for the DNS Security Extensions" and RFC2931 "DNS
Request and Transaction Signatures ( SIG(0)s )"

RFC 3225 (Indicating Resolver Support of DNSSEC) support has been
is available Net::DNS.

The extensions provide the following additional features on top of
the Net::DNS package (http://www.net-dns.org/).

- DS, RRSIG, DNSKEY and NSEC records. These are all implemented as RR
  objects.  The cryptography has been implemented using
  Crypt::OpenSSL::DSA, Crypt::OpenSSL::RSA and related modules.

The reason for not making these RRs a part of the regular Net::DNS
distribution is that they rely on crypto modules that do not easily
port.