summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2020-01-28 07:34:57 +0000
committertriaxx <triaxx@pkgsrc.org>2020-01-28 07:34:57 +0000
commitd3d43b253fa67d1fc0a9610814152dce9151ad1b (patch)
tree47d9afc45ee8943ae4a9ca1d7ac0af01555f4e2e
parent53d204b7c4e6873452da38b9ecfcbc9655ece66c (diff)
downloadpkgsrc-d3d43b253fa67d1fc0a9610814152dce9151ad1b.tar.gz
openssl: fix PR pkg/54890
pkgsrc changes: --------------- * Make the BUILDLINK_API_DEPENDS of builtin.mk match the one of buildlink3.mk.
-rw-r--r--security/openssl/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk
index 47cba019ab7..c3ccfa16697 100644
--- a/security/openssl/builtin.mk
+++ b/security/openssl/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.45 2020/01/16 13:30:29 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.46 2020/01/28 07:34:57 triaxx Exp $
BUILTIN_PKG:= openssl
@@ -87,7 +87,7 @@ USE_BUILTIN.openssl= yes
### take care builtin check case, BUILDLINK_API_DEPENDS may not be defined yet.
CHECK_BUILTIN.openssl?= no
. if !empty(CHECK_BUILTIN.openssl:M[yY][eE][sS])
-BUILDLINK_API_DEPENDS.openssl?= openssl>=1.0.1c
+BUILDLINK_API_DEPENDS.openssl?= openssl>=1.1.1
. endif
. for dep_ in ${BUILDLINK_API_DEPENDS.openssl}
. if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])