From owner-svn-ports-all@freebsd.org Mon Nov 5 05:51:21 2018 Return-Path: Delivered-To: svn-ports-all@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 96DA210F8E8C; Mon, 5 Nov 2018 05:51:21 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C5EB706B6; Mon, 5 Nov 2018 05:51:21 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:cc04:d5d2:ee22:c8bc]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AEFF916053; Mon, 5 Nov 2018 05:51:19 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Mon, 5 Nov 2018 14:51:17 +0900 From: Koichiro Iwao To: Bernard Spil Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483966 - in head: . security security/openssl-devel Message-ID: <20181105055116.5rqlyedftt7v3v6y@icepick.vmeta.jp> References: <201811040859.wA48xJTS070307@repo.freebsd.org> <20181105052307.tmk4siy7eq7uzed3@icepick.vmeta.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181105052307.tmk4siy7eq7uzed3@icepick.vmeta.jp> X-Operating-System: FreeBSD 11.2-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 1C5EB706B6 X-Spamd-Result: default: False [-3.84 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; R_SPF_SOFTFAIL(0.00)[~all]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-1.75)[ip: (-0.88), ipnet: 96.47.64.0/20(-4.34), asn: 11403(-3.48), country: US(-0.06)]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2018 05:51:21 -0000 I've found it is being done here: https://reviews.freebsd.org/D17136 Sorry for the noise. On Mon, Nov 05, 2018 at 02:23:08PM +0900, Koichiro Iwao wrote: > Please care about consumers. www/node mentions to add > > DEFAULT_VERSIONS+= ssl=openssl-devel > > to /etc/make.conf. See also: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232974 > > The patch I attached is just a workaround. Is there a better way to > specify OpenSSL version range in consumer port? -- meta