Author: amateja Date: Thu Aug 27 11:51:18 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.15
---- Files affected: packages/perl-Net-DNS-SEC: perl-Net-DNS-SEC.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec diff -u packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec:1.8 packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec:1.9 --- packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec:1.8 Wed Apr 2 10:42:20 2008 +++ packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec Thu Aug 27 13:51:13 2009 @@ -7,38 +7,49 @@ %define pdir Net %define pnam DNS-SEC Summary: Net::DNS::SEC - DNSSEC extensions to Net::DNS -Summary(pl.UTF-8): Net::DNS::SEC - rozszerzenia DNSSEC dla Net::DNS +Summary(pl.UTF-8): Net::DNS::SEC - rozszerzenie DNSSEC do Net::DNS Name: perl-Net-DNS-SEC -Version: 0.14 +Version: 0.15 Release: 1 -License: BSD-like +License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: a87e3e4c8467ea2d64408abae2abcfc6 +# Source0-md5: 69306bf134710ee2bd94b7b0a36d2be3 URL: http://search.cpan.org/dist/Net-DNS-SEC/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} +BuildRequires: perl(MIME::Base32) BuildRequires: perl-Crypt-OpenSSL-Bignum >= 0.03 BuildRequires: perl-Crypt-OpenSSL-DSA >= 0.1 BuildRequires: perl-Crypt-OpenSSL-RSA >= 0.19 BuildRequires: perl-Digest-BubbleBabble >= 0.01 BuildRequires: perl-Digest-SHA1 -BuildRequires: perl-MIME-Base64 -BuildRequires: perl-Net-DNS >= 0.44 +BuildRequires: perl-Net-DNS >= 0.64 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -The Net::DNS::SEC suit provides the resource records that are needed -for Secure DNS (RFC2535). DNSSEC is a protocol that is still under -development. - -%description -l pl.UTF-8 -Pakiet Net::DNS::SEC dostarcza rekordy zasobów potrzebne do obsługi -Secure DNS (RFC2535). DNSSEC jest protokołem będącym jeszcze w stadium -rozwoju. +The Net::DSN::SEC suite provides the resource records that are needed +for DNSSEC (RFC 4033, 4034 and 4035). In addition the DLV RR, a clone +of the DS RR is supported (RFC 4431) + +It also provides support for SIG0. That later is useful for dynamic +updates using key-pairs. + +RSA and DSA crypto routines are supported. + +For details see Net::DNS::RR::RRSIG, Net::DNS::RR::DNSKEY, +Net::DNS::RR::NSEC, Net::DNS::RR:DS, Net::DNS::RR::DLV, and see +Net::DNS::RR::SIG and Net::DNS::RR::KEY for the use with SIG0. + +Net::DNS contains all needed hooks to load the Net::DNS::SEC +extensions when they are available. + + + +# %description -l pl.UTF-8 # TODO %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -53,7 +64,7 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -63,7 +74,6 @@ %defattr(644,root,root,755) %doc Changes README TODO %{perl_vendorlib}/Net/DNS/*.pm -%dir %{perl_vendorlib}/Net/DNS/RR %{perl_vendorlib}/Net/DNS/RR/*.pm %{perl_vendorlib}/Net/DNS/SEC %{_mandir}/man3/* @@ -74,26 +84,6 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.8 2008/04/02 08:42:20 arekm -- up to 0.14 - -Revision 1.7 2008-03-24 17:34:55 qboosh -- generic URL - -Revision 1.6 2008-01-14 17:59:32 glen -- missing dir; rel 2 - -Revision 1.5 2007-02-13 07:47:13 glen -- tabs in preamble - -Revision 1.4 2007/02/12 00:49:42 baggins -- converted to UTF-8 - -Revision 1.3 2004/12/15 23:21:37 qboosh -- pl - -Revision 1.2 2004/12/15 13:59:46 radek -- tweaked BR +Revision 1.9 2009/08/27 11:51:13 amateja +- updated to 0.15 -Revision 1.1 2004/12/15 13:58:56 radek -- new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Net-DNS-SEC/perl-Net-DNS-SEC.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
