update to 0.13

from Jasper Lievisse Adriaanse (maintainer)
This commit is contained in:
steven 2005-12-18 00:12:48 +00:00
parent 74323e0e0e
commit 82d956ba3c
4 changed files with 18 additions and 24 deletions

View File

@ -1,27 +1,36 @@
# $OpenBSD: Makefile,v 1.4 2005/12/07 19:53:51 wilfried Exp $
# $OpenBSD: Makefile,v 1.5 2005/12/18 00:12:48 steven Exp $
COMMENT= "extends the Net::DNS module with DNSSEC functionality"
VERSION= 0.12
VERSION= 0.13
DISTNAME= Net-DNS-SEC-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
HOMEPAGE= http://www.net-dns.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# BSD-license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
${HOMEPAGE}/download/
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :p5-Net-DNS->=0.44:net/p5-Net-DNS \
:p5-Digest-BubbleBabble->=0.01:security/p5-Digest-BubbleBabble \
:p5-Crypt-OpenSSL-RSA->=0.19:security/p5-Crypt-OpenSSL-RSA \
:p5-Crypt-OpenSSL-DSA->=0.10:security/p5-Crypt-OpenSSL-DSA \
:p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum
:p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum \
:p5-Digest-SHA->=5.23:security/p5-Digest-SHA \
::security/p5-Digest-SHA1
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (Net-DNS-SEC-0.12.tar.gz) = 546a1776b23860d510b15303709456e9
RMD160 (Net-DNS-SEC-0.12.tar.gz) = 1b5fd4e29fab6d1922e64978daa53d94554f0a88
SHA1 (Net-DNS-SEC-0.12.tar.gz) = 199176a5354538d02f70311e14506b07f8e163ef
SIZE (Net-DNS-SEC-0.12.tar.gz) = 60698
MD5 (Net-DNS-SEC-0.13.tar.gz) = c8a361cb30deb0f3030253a023273885
RMD160 (Net-DNS-SEC-0.13.tar.gz) = e2832bed2641a957e06ee3ca93ef928ddc228e75
SHA1 (Net-DNS-SEC-0.13.tar.gz) = a830e463195697600e03f87e892446a8af651c3a
SIZE (Net-DNS-SEC-0.13.tar.gz) = 71928

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-t_07-sec_t,v 1.1 2005/12/07 19:53:51 wilfried Exp $
--- t/07-sec.t.orig Fri Jun 11 18:14:35 2004
+++ t/07-sec.t Wed Dec 7 20:44:39 2005
@@ -53,7 +53,7 @@ xS7KGJg6DinLkyxxnRvoujJsUdBL6B+o196zcA==
use Data::Dumper;
-my $rsakey=Net::DNS::SEC::Private->new_rsa_priv($keyblob);
+my $rsakey0=Net::DNS::SEC::Private->new_rsa_priv($keyblob);

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2005/12/07 19:53:51 wilfried Exp $
@comment $OpenBSD: PLIST,v 1.6 2005/12/18 00:12:49 steven Exp $
${P5SITE}/Net/DNS/
${P5SITE}/Net/DNS/Keyset.pm
${P5SITE}/Net/DNS/RR/
@ -8,9 +8,7 @@ ${P5SITE}/Net/DNS/RR/KEY.pm
${P5SITE}/Net/DNS/RR/NSEC.pm
${P5SITE}/Net/DNS/RR/NXT.pm
${P5SITE}/Net/DNS/RR/RRSIG.pm
${P5SITE}/Net/DNS/RR/SIG/
${P5SITE}/Net/DNS/RR/SIG.pm
${P5SITE}/Net/DNS/RR/SIG/Private.pm
${P5SITE}/Net/DNS/SEC/
${P5SITE}/Net/DNS/SEC.pm
${P5SITE}/Net/DNS/SEC/Private.pm
@ -22,6 +20,5 @@ ${P5SITE}/Net/DNS/SEC/Private.pm
@man man/man3p/Net::DNS::RR::NXT.3p
@man man/man3p/Net::DNS::RR::RRSIG.3p
@man man/man3p/Net::DNS::RR::SIG.3p
@man man/man3p/Net::DNS::RR::SIG::Private.3p
@man man/man3p/Net::DNS::SEC.3p
@man man/man3p/Net::DNS::SEC::Private.3p