Date: Sun, 23 Jun 2019 14:32:04 -0700 From: Mel Pilgrim <list_freebsd@bluerosetech.com> To: FreeBSD Ports <freebsd-ports@freebsd.org>, Carmel NY <carmel_ny@outlook.com> Subject: Re: Switching to openssl111 Message-ID: <ff29d8e4-ad49-e183-6bd7-48b08584bd9c@bluerosetech.com> In-Reply-To: <MWHPR04MB049544D25236829626CF32B280E10@MWHPR04MB0495.namprd04.prod.outlook.com> References: <MWHPR04MB049544D25236829626CF32B280E10@MWHPR04MB0495.namprd04.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-06-23 7:22, Carmel NY wrote: > FreeBSD 12.0-RELEASE-p6 GENERIC amd64 > openssl version: OpenSSL 1.0.2s 28 May 2019 > > I want to use openssl111 so I can take advantage of 'tls 1.3' with > postfix and apache24. I am trying to determine the correct procedure to > use. I am using poudriere to build my packages and then install them. > > 1) Modify the "/usr/local/poudriere/make.conf" file by adding: > > DEFAULT_VERSIONS+=ssl=openssl111 > > 2) Run the following commands: > > pkg set -o /security/openssl:security/openssl111 > poudriere bulk -j "12amd64" "security/openssl111" > pkg install -Rf security/openssl111 [...] > pkg delete -f security/openssl You can't do this one piecemeal. Openssl and openssl111 conflict. After changing DEFAULT_VERSIONS, you must do a full bulk run and pkg upgrade to switch all OpenSSL users from one version to another in one go. Pkg upgrade will uninstall security/openssl for you. > I assume I should do a reboot of the machine to insure that everything > actually loads and works correctly. A reboot isn't required. Just restart any running services that use OpenSSL from Ports.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ff29d8e4-ad49-e183-6bd7-48b08584bd9c>