From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 08:39:54 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD951465 for ; Mon, 7 Apr 2014 08:39:54 +0000 (UTC) Received: from yoshi.brtsvcs.net (yoshi.brtsvcs.net [IPv6:2607:f2f8:a450::66]) (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 C3DC0B8F for ; Mon, 7 Apr 2014 08:39:54 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:880:bd0:21c:c0ff:fe7f:96ee]) by yoshi.brtsvcs.net (Postfix) with ESMTPSA id 549C0E6069; Mon, 7 Apr 2014 01:39:53 -0700 (PDT) Received: from [IPv6:2601:7:880:bd0:3131:1e4e:2c2e:228b] (unknown [IPv6:2601:7:880:bd0:3131:1e4e:2c2e:228b]) by chombo.houseloki.net (Postfix) with ESMTPSA id 9BB6EDF5; Mon, 7 Apr 2014 01:39:51 -0700 (PDT) Message-ID: <53426449.6030006@bluerosetech.com> Date: Mon, 07 Apr 2014 01:39:37 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Polytropon , Jack Mc Lauren Subject: Re: Updating openssl on FreeBSD 9.2 References: <1396852955.86927.YahooMailNeo@web122301.mail.ne1.yahoo.com> <20140407085234.4a39a4ab.freebsd@edvax.de> In-Reply-To: <20140407085234.4a39a4ab.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Global Users Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 08:39:54 -0000 On 4/6/2014 11:52 PM, Polytropon wrote: > On Sun, 6 Apr 2014 23:42:35 -0700 (PDT), Jack Mc Lauren wrote: >> Hi >> I'm using FreeBSD 9.2 which comes with openssl 0.9.8y. >> How can I update it to version 1.0.1f? >> Thanks in advance. > > Probably using the ports version should be the easiest > method. Update your ports tree, Install security/openssl, > and check if any other applications need to be rebuilt. You need to add WITH_OPENSSL_PORT=yes to /etc/make.conf to enable linking to the openssl port. > If you're using a custom-built system, you can also > disable the integration of SSL into the OS by defining > WITHOUT_OPENSSL in /etc/src.conf and rebuilding. See > "man src.conf" for details. Don't do this. OpenSSL is needed by so many things in the base that it's effectively mandatory. Just rely on WITH_OPENSSL_PORT making the ports framework select the correct library.