From owner-freebsd-ports@freebsd.org Sat Oct 20 08:37:13 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32D5DFFE2AB for ; Sat, 20 Oct 2018 08:37:13 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) (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 C579F844F4; Sat, 20 Oct 2018 08:37:12 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTPSA id E9B0E7786; Sat, 20 Oct 2018 10:37:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=date:from:to:subject:message-id; s=default; bh=ZsxBRhZoCcL92LNcZYaxaSoM7WhVupIWckEOLC3RWgw=; b=oqs+LWN3HDGGmmBadjUMfhZZ5BF3I1z5BTontkkibPA35ORY6ACn1x8uY3nEI/W/t3h7IGk9ogw4dYChrJma9VE5pXdfHMBQFyS60echugAde2p3ApaaQaiVriBpc2YlcdwZAJN3DqTM5PlmVUnUNv9OHWEIC9KBue+4Lq0BEnwREtTVPuO0lGF2MVfw68jFGFutk+LcTPfn6M8nbm75IBZ9BboK5+Q+2IHDufOzBPS4A6W7sM2K4jYQ3fGDPxB8sws/1tCIWY25RvgKmFN9Vt4dmC28mva5wGaeOM+eYwU8J+jeMelmZeIu/XPJB0U57ImeggWImF2tQOW2qTV8HQ== Received: by brnrd.eu (OpenSMTPD) with ESMTPSA id 717e4d5a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Sat, 20 Oct 2018 10:37:04 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 20 Oct 2018 10:37:04 +0200 From: Bernard Spil To: freebsd-ports@freebsd.org, portmgr@freebsd.org Subject: Mk/Uses/ssl.mk and OpenSSL 1.1.x in base Message-ID: <289279b8bfd55d07a67112d9dc967e22@freebsd.org> X-Sender: brnrd@freebsd.org User-Agent: Roundcube Webmail/1.3.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 08:37:13 -0000 Hi, FreeBSD 12 has switched to OpenSSL 1.1 in 1200085 (https://svnweb.freebsd.org/changeset/base/r339270) and there's considerable fall-out in packages as a result. The fall-out in packages should align nicely with the results of building with security/openssl-devel or security/openssl111 (see https://wiki.freebsd.org/OpenSSL/1.1.0 and https://wiki.freebsd.org/OpenSSL/1.1.1 respectively). Many ports are already marked BROKEN_SSL= openssl-devel, and openssl111 should be added to these ports as well (see https://reviews.freebsd.org/D17136) Should we extend Mk/Uses/ssl.mk to include a check for BROKEN_SSL= openssl-devel|openss111 and __FreeBSD_version >= 1200085? Cheers, Bernard.