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

Collapse All | Expand All

(-)./Makefile (+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/
5
6
(-)./files/patch-smallapp_unbound-control-setup.sh.in (+11 lines)
Line 0 Link Here
1
--- smallapp/unbound-control-setup.sh.in.orig	2024-08-15 07:45:47 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