1.43 bump (rhbz#2251788)
This commit is contained in:
parent
2965dabb10
commit
1312e1483f
2
.gitignore
vendored
2
.gitignore
vendored
@ -49,3 +49,5 @@ Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-1.39.tar.gz.asc
|
||||
/Net-DNS-1.40.tar.gz
|
||||
/Net-DNS-1.40.tar.gz.asc
|
||||
/Net-DNS-1.43.tar.gz
|
||||
/Net-DNS-1.43.tar.gz.asc
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 1.40
|
||||
Release: 3%{?dist}
|
||||
Version: 1.43
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
License: MIT
|
||||
URL: https://www.net-dns.org
|
||||
@ -18,24 +18,23 @@ BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
# IO::Socket::IP or IO::Socket::INET
|
||||
BuildRequires: perl(IO::Socket::IP) >= 0.38
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Runtime
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
# Config not used
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
%if ! (0%{?rhel} >= 7)
|
||||
# Digest::BubbleBabble is optional
|
||||
BuildRequires: perl(Digest::BubbleBabble)
|
||||
%endif
|
||||
# Digest::GOST is optional and intentionally unavailable
|
||||
# Digest::GOST::CryptoPro is optional and intentionally unavailable
|
||||
BuildRequires: perl(Digest::HMAC) >= 1.03
|
||||
BuildRequires: perl(Digest::MD5) >= 2.13
|
||||
BuildRequires: perl(Digest::MD5) >= 2.37
|
||||
BuildRequires: perl(Digest::SHA) >= 5.23
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -44,28 +43,24 @@ BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(integer)
|
||||
BuildRequires: perl(IO::File)
|
||||
# IO::Select is not used
|
||||
BuildRequires: perl(IO::Socket) >= 1.30
|
||||
# Prefer IO::Socket::IP over IO::Socket::INET for IPv6 support
|
||||
BuildRequires: perl(MIME::Base64) >= 2.13
|
||||
BuildRequires: perl(MIME::Base64) >= 3.07
|
||||
# Prefer Net::LibIDN2 over Net::LibIDN, both are optional
|
||||
BuildRequires: perl(Net::LibIDN2) >= 1
|
||||
BuildRequires: perl(overload)
|
||||
# PerlIO is optional
|
||||
# Scalar::Util is optional
|
||||
BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Socket) >= 1.81
|
||||
BuildRequires: perl(Time::Local)
|
||||
BuildRequires: perl(warnings)
|
||||
# Win32::IPHelper is not needed
|
||||
# Win32::TieRegistry is not needed
|
||||
# Tests only
|
||||
BuildRequires: perl(File::Find) >= 1.05
|
||||
BuildRequires: perl(File::Find) >= 1.13
|
||||
BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Test::Pod) >= 1.45
|
||||
Suggests: perl(Config)
|
||||
Requires: perl(Data::Dumper)
|
||||
# Digest::GOST not available
|
||||
Requires: perl(Digest::HMAC) >= 1.03
|
||||
Requires: perl(Digest::MD5) >= 2.13
|
||||
Requires: perl(Digest::SHA) >= 5.23
|
||||
@ -74,12 +69,6 @@ Requires: perl(Encode)
|
||||
Recommends: perl(IO::Socket::IP) >= 0.38
|
||||
Requires: perl(MIME::Base64) >= 2.13
|
||||
# Net::DNS::Extlang not available
|
||||
Suggests: perl(Net::DNS::SEC::DSA)
|
||||
# Net::DNS::SEC::ECCGOST not available
|
||||
Suggests: perl(Net::DNS::SEC::ECDSA)
|
||||
Suggests: perl(Net::DNS::SEC::EdDSA)
|
||||
Suggests: perl(Net::DNS::SEC::Private)
|
||||
Suggests: perl(Net::DNS::SEC::RSA)
|
||||
# Prefer Net::LibIDN2 over Net::LibIDN, both are optional
|
||||
Suggests: perl(Net::LibIDN2) >= 1
|
||||
Suggests: perl(Scalar::Util) >= 1.25
|
||||
@ -193,6 +182,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1.43-1
|
||||
- 1.43 bump (rhbz#2251788)
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (Net-DNS-1.40.tar.gz) = e17af968f30cd6e7b14484fe24285bd7b493cb3f6f7038c1a8fef59ace5f6cc8bc37a5db7033672479a9050b2e8e2d8d7c65ad9fa0fd01a91bb4fb1c1f02a001
|
||||
SHA512 (Net-DNS-1.40.tar.gz.asc) = c3b7fc9892d56b3983e9fe0532c698cbd169edeef917bb2f93a78d6f78333d42976934c3e57abda06c22c4c430d2b5639daafc1d56c44d6c8d16f3c91fa6397b
|
||||
SHA512 (Net-DNS-1.43.tar.gz) = a3d60799e08752e2fb90a856a3e56b13ad655a6dbcf13022f544fd292cd3198b2977d01168052b1954c872f1f9e02f529262dd5127ae58a4aca27f740bc284fd
|
||||
SHA512 (Net-DNS-1.43.tar.gz.asc) = 1a8919d8f7c5e60e0d4c1921088b432f861639246f8a008cf36cd39a8faac08bc81625f5fef1a042378eaf661f5de148566b8c020a807223a2521e2431482329
|
||||
|
Loading…
Reference in New Issue
Block a user