Bug 207760

Summary: dns/unbound: fix 1.5.7 upstream bug in unbound-control-setup
Product: Ports & Packages Reporter: Franco Fichtner <franco>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Overcome By Events    
Severity: Affects Some People CC: jaap
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (jaap)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
upstream patch for unbound-control-setup none

Description Franco Fichtner 2016-03-07 06:18:53 UTC
Created attachment 167790 [details]
upstream patch for unbound-control-setup

unbound-control-setup version 1.5.7 fails on FreeBSD with the following error due to an incompatible sh(1)-syntax:

34379175320:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_def.c:346:line 6
/usr/local/sbin/unbound-control-setup fatal error: could not create unbound_server.pem


Taken from: OPNsense


OPNsense bug report: https://github.com/opnsense/core/issues/791
Upstream bug report: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=729
Upstream commit: https://github.com/jedisct1/unbound/commit/6ae738d0d8
Comment 1 Jaap Akkerhuis 2016-03-08 10:31:17 UTC
There is will be an update to 1.5.8 out very soon which will also take care of this problem.
Comment 2 Franco Fichtner 2016-03-12 09:56:16 UTC
thanks, closing :)