FreeBSD Bugzilla – Attachment 253994 Details for
Bug 281804
dns/unbound: unbound-control-setup hangs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Updated unbound.patch
file_281804.txt (text/plain), 888 bytes, created by
randy
on 2024-10-04 14:50:56 UTC
(
hide
)
Description:
Updated unbound.patch
Filename:
MIME Type:
Creator:
randy
Created:
2024-10-04 14:50:56 UTC
Size:
888 bytes
patch
obsolete
>--- Makefile 2024-10-04 07:46:26.905615000 -0700 >+++ Makefile.patched 2024-10-04 07:39:46.668657000 -0700 >@@ -1,5 +1,6 @@ > PORTNAME= unbound > DISTVERSION= 1.21.0 >+PORTREVISION= 1 > CATEGORIES= dns > MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ > >--- files/patch-smallapp_unbound-control-setup.sh.in.orig 2024-10-04 05:49:09.113855000 -0700 >+++ files/patch-smallapp_unbound-control-setup.sh.in 2024-10-04 05:46:44.058638000 -0700 >@@ -0,0 +1,11 @@ >+--- smallapp/unbound-control-setup.sh.in.orig 2024-10-03 12:44:59 UTC >++++ smallapp/unbound-control-setup.sh.in >+@@ -104,7 +104,7 @@ while getopts 'd:hr' arg; do >+ done >+ shift $((OPTIND - 1)) >+ >+-if ! openssl >/dev/null 2>&1; then >++if ! openssl version >/dev/null 2>&1; then >+ echo "$0 requires openssl to be installed for keys/certificates generation." >&2 >+ exit 1 >+ fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 281804
:
253969
|
253981
|
253992
| 253994