FreeBSD Bugzilla – Attachment 253981 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]
[patch]
corrected patch
unbound-1.21.0_1.patch (text/plain), 971 bytes, created by
Jaap Akkerhuis
on 2024-10-03 13:32:43 UTC
(
hide
)
Description:
corrected patch
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2024-10-03 13:32:43 UTC
Size:
971 bytes
patch
obsolete
>diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile >index ceac886c5b0..6159b044898 100644 >--- a/dns/unbound/Makefile >+++ b/dns/unbound/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= unbound > DISTVERSION= 1.21.0 >+PORTREVISION= 1 > CATEGORIES= dns > MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ > >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 >@@ -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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281804
:
253969
| 253981 |
253992
|
253994