Project

General

Profile

Actions

Bug #15132

open

bind-tools 9.18 pkg moved dnssec-* tools from sbin to bin

Added by Stuart Wyatt 4 months ago. Updated 4 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
BIND
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
2.7.x
Affected Plus Version:
Affected Architecture:
All

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";

Actions #1

Updated by Jim Pingle 4 months ago

  • Project changed from pfSense to pfSense Packages
  • Category changed from DNS Resolver to BIND
  • Release Notes deleted (Default)
Actions #2

Updated by Stuart Wyatt 4 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.

Actions

Also available in: Atom PDF