From owner-freebsd-ports@freebsd.org Sat Feb 8 07:17:09 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 B46F223A896 for ; Sat, 8 Feb 2020 07:17:09 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from kmailer.gwdg.de (kmailer.gwdg.de [134.76.11.26]) (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 48F3QD1nGlz4VRr for ; Sat, 8 Feb 2020 07:17:07 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1j0KMU-0003zA-2a; Sat, 08 Feb 2020 08:17:06 +0100 Received: from krabat.raven.hur (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1913.5; Sat, 8 Feb 2020 08:17:05 +0100 Subject: Re: OpenSSL multiple names? To: LuKreme CC: FreeBSD References: <5c40981d-b87a-9351-1579-0e0a6e552b8c@gwdg.de> <4F02A8DC-A859-40B7-A9C4-53E96F20436B@kreme.com> From: Rainer Hurling Message-ID: <4479132c-ac2c-1e96-7106-9abb5e09d90e@gwdg.de> Date: Sat, 8 Feb 2020 08:16:47 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <4F02A8DC-A859-40B7-A9C4-53E96F20436B@kreme.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: excmbx-11.um.gwdg.de (134.76.9.220) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 48F3QD1nGlz4VRr X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.11.26 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de X-Spamd-Result: default: False [-2.36 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[gwdg.de]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[26.11.76.134.list.dnswl.org : 127.0.11.2]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:680, ipnet:134.76.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.86)[ipnet: 134.76.0.0/16(-4.37), asn: 680(0.08), country: DE(-0.02)] 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, 08 Feb 2020 07:17:09 -0000 Am 08.02.20 um 00:01 schrieb LuKreme: > On Feb 7, 2020, at 13:20, Rainer Hurling wrote: >> >> Did you try >> >> 'portmaster -o security/openssl openssl111-1.1.1d' > > Yes, that failed with no error. Trying to uninstall openssl111 said there was no such port. That could be because of an already deinstalled openssl111, if you tried before with portmaster. In such cases, the reinstallation failed, but a copy of the precedent installation is under /usr/ports/packages/portmaster-backup ... > >> (with DEFAULT_VERSIONS= ssl=openssl, instead ssl=openssl111)? > > That was set back in January. > >> For me, that worked. > > pkg delete -f openssl111 > cd security/openssl > make install > > That worked. Nice to hear.