[Bug 281804] dns/unbound: unbound-control-setup hangs

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Oct 2024 19:51:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281804

--- Comment #11 from randy@rricker.com ---
(In reply to Jaap Akkerhuis from comment #10)

What I did and verified again:

# make deinstall clean

fetch -o unbound.patch
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253981

# patch < unbound.patch 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
|index ceac886c5b0..6159b044898 100644
|--- a/dns/unbound/Makefile
|+++ b/dns/unbound/Makefile
--------------------------
Patching file Makefile using Plan A...
Hunk #1 failed at 1.
1 out of 1 hunks failed--saving rejects to Makefile.rej
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/dns/unbound/files/patch-smallapp_unbound-control-setup.sh.in
b/dns/unbound/files/patch-smallapp_unbound-control-setup.sh.in
|new file mode 100644
|index 00000000000..f366b8adc04
|--- /dev/null
|+++ b/dns/unbound/files/patch-smallapp_unbound-control-setup.sh.in
--------------------------
(Creating file patch-smallapp_unbound-control-setup.sh.in...)
Patching file patch-smallapp_unbound-control-setup.sh.in using Plan A...
Empty context always matches.
Hunk #1 succeeded at 1.
done

# make install clean

# grep 'if ! openssl' /usr/local/sbin/unbound-control-setup
if ! openssl >/dev/null 2>&1; then

-- 
You are receiving this mail because:
You are the assignee for the bug.