Port dns/p5-Net-DNS-SEC does not check for dependency on the SHA digest algorithms. This leads to varous errors in handling of DNSSEC records, i.e. no support for any DNSSEC record is loaded not even the print support. Fix: Add line in make file to check for presence of SHA.pm <stora:ports/dns/p5-Net-DNS-SEC 13:38 7 0>diff -u Makefile.old Makefile How-To-Repeat: pkg_deinstall p5-Digest-SHA # or older ports like SHA1 and SHA256 pkg_deinstall p5-Net-DNS-SEC cd /usr/ports/dns/p5-Net-DNS-SEC portinstall make # start of test cd work/Net-DNS-SEC-0.14 make test # most tests will fail Reinstall port security/p5-Digest-SHA rerun the tests and all but the tests designed to fail will succeed.
Responsible Changed From-To: freebsd-ports-bugs->erwin Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed with a slightly modified patch. Thanks!