Received: by mail.netbsd.org (Postfix, from userid 605) id 169F784D7D; Tue, 28 Jan 2020 07:34:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9581384D7C for ; Tue, 28 Jan 2020 07:34:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tha16ydHD4EL for ; Tue, 28 Jan 2020 07:34:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E741684CE8 for ; Tue, 28 Jan 2020 07:34:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA3B5FBF4; Tue, 28 Jan 2020 07:34:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1580196897250460" MIME-Version: 1.0 Date: Tue, 28 Jan 2020 07:34:57 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/openssl To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20200128073457.DA3B5FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1580196897250460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Tue Jan 28 07:34:57 UTC 2020 Modified Files: pkgsrc/security/openssl: builtin.mk Log Message: openssl: fix PR pkg/54890 pkgsrc changes: --------------- * Make the BUILDLINK_API_DEPENDS of builtin.mk match the one of buildlink3.mk. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/security/openssl/builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1580196897250460 Content-Disposition: inline Content-Length: 879 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/openssl/builtin.mk diff -u pkgsrc/security/openssl/builtin.mk:1.45 pkgsrc/security/openssl/builtin.mk:1.46 --- pkgsrc/security/openssl/builtin.mk:1.45 Thu Jan 16 13:30:29 2020 +++ pkgsrc/security/openssl/builtin.mk Tue Jan 28 07:34:57 2020 @@ -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]) --_----------=_1580196897250460--