Author: qboosh Date: Mon Feb 6 17:10:56 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.68 - updated versioned build-time deps, added versioned install time deps (autodetected only as unversioned) - dropped obsolete security todo, done almost 4 years ago (added note to version 0.63/rev. 1.85)
---- Files affected: packages/perl-Net-DNS: perl-Net-DNS.spec (1.96 -> 1.97) ---- Diffs: ================================================================ Index: packages/perl-Net-DNS/perl-Net-DNS.spec diff -u packages/perl-Net-DNS/perl-Net-DNS.spec:1.96 packages/perl-Net-DNS/perl-Net-DNS.spec:1.97 --- packages/perl-Net-DNS/perl-Net-DNS.spec:1.96 Sun Jan 22 22:20:27 2012 +++ packages/perl-Net-DNS/perl-Net-DNS.spec Mon Feb 6 18:10:50 2012 @@ -1,7 +1,7 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_with tests # do not perform "make test" +%bcond_with tests # perform "make test" %bcond_without libresolv # link against libresolv (creates architecture-dependent package) # %include /usr/lib/rpm/macros.perl @@ -10,13 +10,13 @@ Summary: Net::DNS - Perl interface to the DNS resolver Summary(pl.UTF-8): Net::DNS - interfejs perlowy do resolvera DNS Name: perl-Net-DNS -Version: 0.67 +Version: 0.68 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 8caf473b6f74cae38ee18c162041a5db +Source0: http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 05c0f6955747758bb5c9578d9bc6c3a5 Patch0: %{name}-ignore-resolv_conf-open-errors.patch URL: http://search.cpan.org/dist/Net-DNS/ BuildRequires: perl-devel >= 1:5.8.0 @@ -25,15 +25,17 @@ BuildRequires: perl-Digest-BubbleBabble BuildRequires: perl-Digest-HMAC >= 1.00 BuildRequires: perl-Digest-MD5 >= 2.12 +BuildRequires: perl-Digest-SHA >= 5.23 BuildRequires: perl-IO-Socket-INET6 >= 2.51 BuildRequires: perl-MIME-Base64 >= 2.11 -BuildRequires: perl-Net-IP >= 1.20 BuildRequires: perl-Test-Pod >= 0.95 +BuildRequires: perl-Test-Simple >= 0.18 %endif BuildRequires: rpm-perlprov >= 4.1-13 -# https://rt.cpan.org/Public/Bug/Display.html?id=30316: -# BuildRequires: FIXME(CVE-unknown) -%if !%{with libresolv} +Requires: perl-Digest-HMAC >= 1.00 +Requires: perl-Digest-SHA >= 5.23 +Requires: perl-MIME-Base64 >= 2.11 +%if %{without libresolv} BuildArch: noarch %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -107,6 +109,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.97 2012/02/06 17:10:50 qboosh +- updated to 0.68 +- updated versioned build-time deps, added versioned install time deps (autodetected only as unversioned) +- dropped obsolete security todo, done almost 4 years ago (added note to version 0.63/rev. 1.85) + Revision 1.96 2012/01/22 21:20:27 zbyniu - up to 0.67 @@ -141,7 +148,7 @@ - release 2 Revision 1.85 2008/04/02 08:40:24 arekm -- up to 0.63 +- up to 0.63 [fixes CVE-2007-6341] Revision 1.84 2008-02-08 14:05:23 arekm - up to 0.62 (sec bug not fixed for long time; doesn't look serious; cve number pointed to some solaris bug) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Net-DNS/perl-Net-DNS.spec?r1=1.96&r2=1.97&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
