From nobody Thu Oct 06 19:06:12 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Mk1BK2yh0z4fFl5; Thu, 6 Oct 2022 19:06:17 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Mk1BJ60rJz3hy3; Thu, 6 Oct 2022 19:06:16 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: (Authenticated sender: ganael.laplanche@martymac.org) by mail.gandi.net (Postfix) with ESMTPSA id 74146240002; Thu, 6 Oct 2022 19:06:13 +0000 (UTC) Message-ID: Date: Thu, 6 Oct 2022 21:06:12 +0200 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: git: 9a36ff5299c8 - main - ftp/lftp: Fix build with libressl >= 2.7.0 Content-Language: en-US To: Matthias Andree , Ganael LAPLANCHE , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: portmgr References: <202210051845.295Ijrbg014568@gitrepo.freebsd.org> <34183267-0f60-bb0d-61c8-424d3b704fcd@tu-dortmund.de> From: Ganael Laplanche In-Reply-To: <34183267-0f60-bb0d-61c8-424d3b704fcd@tu-dortmund.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4Mk1BJ60rJz3hy3 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Le 05/10/2022 à 21:20, Matthias Andree a écrit : Hello Matthias, Thanks for your feedback. > please decide to > > either mark this NO_PACKAGE, > > or if we want to continue providing binary packages: > > * remove the LibreSSL option, you cannot link GPLv3 software with > LibreSSL, > * and ensure that OpenSSL is either "from base" (GPL copyleft does > not apply to OS components (*)), or v3.0.x or newer (OpenSSL v3 is > Apache licensed and compatible with GPL v3). OpenSSL 1.x or older > from ports also cannot be used for binary shipments. There is no such 'LibreSSL' option within the port itself. It only uses : USES=ssl so it *can* be linked against libressl using the global : DEFAULT_VERSIONS+=ssl=libressl variable set (that's what my last commit fixed), but it is an opt-in and *not* the default, which is set to 'base'. FreeBSD package build servers use that default configuration, so we (FreeBSD) do *not* build and provide packages linked against libressl, but only against base openssl. So everything should be good or am I missing something ? -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org