From owner-freebsd-ports@freebsd.org Fri Feb 7 23:01:31 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0A04230B28 for ; Fri, 7 Feb 2020 23:01:31 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (mail.covisp.net [65.121.55.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48DrQL0zdzz47hl for ; Fri, 7 Feb 2020 23:01:29 +0000 (UTC) (envelope-from kremels@kreme.com) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable From: LuKreme Subject: Re: OpenSSL multiple names? Date: Fri, 7 Feb 2020 16:01:27 -0700 Message-Id: <4F02A8DC-A859-40B7-A9C4-53E96F20436B@kreme.com> References: <5c40981d-b87a-9351-1579-0e0a6e552b8c@gwdg.de> Cc: FreeBSD In-Reply-To: <5c40981d-b87a-9351-1579-0e0a6e552b8c@gwdg.de> To: Rainer Hurling X-Mailer: iPhone Mail (17D50) X-Rspamd-Queue-Id: 48DrQL0zdzz47hl X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of kremels@kreme.com designates 65.121.55.42 as permitted sender) smtp.mailfrom=kremels@kreme.com X-Spamd-Result: default: False [0.57 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.984,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; MISSING_MIME_VERSION(2.00)[]; MIME_GOOD(-0.10)[text/plain]; SUBJECT_ENDS_QUESTION(1.00)[]; DMARC_NA(0.00)[kreme.com]; NEURAL_HAM_LONG(-0.98)[-0.977,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(-0.07)[ip: (-0.25), ipnet: 65.112.0.0/12(-0.00), asn: 209(-0.03), country: US(-0.05)]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:209, ipnet:65.112.0.0/12, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[42.55.121.65.list.dnswl.org : 127.0.5.1] 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: Fri, 07 Feb 2020 23:01:32 -0000 On Feb 7, 2020, at 13:20, Rainer Hurling wrote: >=20 > Did you try >=20 > 'portmaster -o security/openssl openssl111-1.1.1d' Yes, that failed with no error. Trying to uninstall openssl111 said there wa= s no such port. > (with DEFAULT_VERSIONS=3D ssl=3Dopenssl, instead ssl=3Dopenssl111)? That was set back in January. > For me, that worked. pkg delete -f openssl111 cd security/openssl=20 make install That worked.