svn commit: r52805 - head/en_US.ISO8859-1/books/handbook/security
Sergey Kandaurov
pluknet at FreeBSD.org
Fri Feb 8 21:57:31 UTC 2019
Author: pluknet
Date: Fri Feb 8 21:57:30 2019
New Revision: 52805
URL: https://svnweb.freebsd.org/changeset/doc/52805
Log:
Update OpenSSL chapter after WITH_OPENSSL_PORT has gone.
PR: 233315
Modified:
head/en_US.ISO8859-1/books/handbook/security/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml Fri Feb 8 21:34:44 2019 (r52804)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml Fri Feb 8 21:57:30 2019 (r52805)
@@ -1800,27 +1800,14 @@ kadmind5_server_enable="YES"</programlisting>
<package>www/apache24</package> and
<package>databases/postgresql91-server</package>, include a
compile option for building with
- <application>OpenSSL</application>.</para>
+ <application>OpenSSL</application>. If selected, the port will
+ add support using <application>OpenSSL</application> from the
+ base system. To instead have the port compile against
+ <application>OpenSSL</application> from the
+ <package>security/openssl</package> port, add the following to
+ <filename>/etc/make.conf</filename>:</para>
- <para>&os; provides two versions of
- <application>OpenSSL</application>: one in the base system and
- one in the Ports Collection. Users can choose which version to
- use by default for other ports using the following knobs:</para>
-
- <itemizedlist>
- <listitem>
- <para>WITH_OPENSSL_PORT: when set, the port will use
- <application>OpenSSL</application> from the
- <package>security/openssl</package> port, even if the
- version in the base system is up to date or newer.</para>
- </listitem>
-
- <listitem>
- <para>WITH_OPENSSL_BASE: when set, the port will compile
- against <application>OpenSSL</application> provided by the
- base system.</para>
- </listitem>
- </itemizedlist>
+ <programlisting>DEFAULT_VERSIONS+= ssl=openssl</programlisting>
<para>Another common use of <application>OpenSSL</application> is
to provide certificates for use with software applications.
More information about the svn-doc-head
mailing list