View | Details | Raw Unified | Return to bug 281804 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.patched 2024-10-04 06:11:49.430490000 -0700 (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=      unbound
1
PORTNAME=      unbound
2
DISTVERSION=   1.21.0
2
DISTVERSION=   1.21.0
3
PORTREVISION=  1
3
CATEGORIES=    dns
4
CATEGORIES=    dns
4
MASTER_SITES=  https://www.nlnetlabs.nl/downloads/unbound/
5
MASTER_SITES=  https://www.nlnetlabs.nl/downloads/unbound/
(-)files/patch-smallapp_unbound-control-setup.sh.in 2024-10-04 05:46:44.058638000 -0700 (+11 lines)
Line 0 Link Here
1
--- smallapp/unbound-control-setup.sh.in.orig  2024-10-03 12:44:59 UTC
2
+++ smallapp/unbound-control-setup.sh.in
3
@@ -104,7 +104,7 @@ while getopts 'd:hr' arg; do
4
 done
5
 shift $((OPTIND - 1))
6
7
-if ! openssl >/dev/null 2>&1; then
8
+if ! openssl version >/dev/null 2>&1; then
9
     echo "$0 requires openssl to be installed for keys/certificates generation." >&2
10
     exit 1
11
 fi

Return to bug 281804