Bug #15132
openbind-tools 9.18 pkg moved dnssec-* tools from sbin to bin
0%
Description
In bind.inc, the path to dnssec-keygen and dnssec-dsfromkey are hard coded to the /user/local/sbin/ directory. In bind-tools 9.18, they were moved to /usr/local/bin/
https://github.com/pfsense/FreeBSD-ports/commit/279801056eb46b74ce3828a77a7b679225817a2d
The following two lines need to be updated in FreeBSD-ports/dns/pfSense-pkg-bind/files/usr/local/pkg/bind.inc:
$dnssec_bin = "/usr/local/ sbin /dnssec-keygen";
...
$dsfromkey = "/usr/local/ sbin /dnssec-dsfromkey";
Updated by Jim Pingle 11 months ago
- Project changed from pfSense to pfSense Packages
- Category changed from DNS Resolver to BIND
- Release Notes deleted (
Default)
Updated by Stuart Wyatt 11 months ago
I'm working on the fix. The docs say to bump the version number in the makefile.
"When updating a package is it important to bump the version in its Makefile otherwise the package will not be rebuilt and made available to others."
Is that the PORTVERSION? That's the only version number I see in the makefile.