pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: Reduce buildlink ABI/API req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7032edff8f0
branches:  trunk
changeset: 409306:d7032edff8f0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 16 16:18:19 2020 +0000

description:
openssl: Reduce buildlink ABI/API requirement.

Requested by wiz for NetBSD using older but compatible 1.1.1 releases.

diffstat:

 security/openssl/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6074ccee432c -r d7032edff8f0 security/openssl/buildlink3.mk
--- a/security/openssl/buildlink3.mk    Thu Jan 16 16:07:45 2020 +0000
+++ b/security/openssl/buildlink3.mk    Thu Jan 16 16:18:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.53 2020/01/16 13:30:29 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.54 2020/01/16 16:18:19 jperkin Exp $
 
 BUILDLINK_TREE+=       openssl
 
@@ -7,8 +7,8 @@
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-BUILDLINK_API_DEPENDS.openssl+=        openssl>=1.1.1d
-BUILDLINK_ABI_DEPENDS.openssl+=        openssl>=1.1.1d
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=1.1.1
+BUILDLINK_ABI_DEPENDS.openssl+=        openssl>=1.1.1
 BUILDLINK_PKGSRCDIR.openssl?=  ../../security/openssl
 
 # Ensure that -lcrypt comes before -lcrypto when linking so that the



Home | Main Index | Thread Index | Old Index