perlPackages.ZonemasterEngine: 4.5.1 -> 4.6.1
This commit is contained in:
parent
aba3b5d8cd
commit
c216e89616
@ -27833,18 +27833,13 @@ let
|
||||
|
||||
ZonemasterEngine = buildPerlPackage {
|
||||
pname = "Zonemaster-Engine";
|
||||
version = "4.5.1";
|
||||
version = "4.6.1";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/Z/ZN/ZNMSTR/Zonemaster-Engine-v4.5.1.tar.gz";
|
||||
hash = "sha256-RdIExtrXzZAXYIS/JCe6qM5QNoSlaZ6+sjbk0zvAuoY=";
|
||||
url = "mirror://cpan/authors/id/Z/ZN/ZNMSTR/Zonemaster-Engine-v4.6.1.tar.gz";
|
||||
hash = "sha256-4AXo3bZTOLnnPjjX5KNb/2O7MRqcAtlqpz5sPwNN9b0=";
|
||||
};
|
||||
buildInputs = [ PodCoverage TestDifferences TestException TestFatal TestNoWarnings TestPod ];
|
||||
propagatedBuildInputs = [ ClassAccessor Clone EmailValid FileShareDir FileSlurp IOSocketINET6 ListMoreUtils ModuleFind Moose MooseXSingleton NetIP Readonly TextCSV ZonemasterLDNS libintl-perl ];
|
||||
|
||||
preCheck = ''
|
||||
# disable dnssec test as it fails
|
||||
rm -f t/Test-dnssec.t t/manifest.t
|
||||
'';
|
||||
propagatedBuildInputs = [ ClassAccessor Clone EmailValid FileShareDir FileSlurp IOSocketINET6 ListMoreUtils ModuleFind Moose MooseXSingleton NetIP NetIPXS Readonly TextCSV ZonemasterLDNS libintl-perl ];
|
||||
|
||||
meta = {
|
||||
description = "A tool to check the quality of a DNS zone";
|
||||
|
Loading…
Reference in New Issue
Block a user