Changeset View
Changeset View
Standalone View
Standalone View
head/UPDATING
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
This file documents some of the problems you may encounter when upgrading | This file documents some of the problems you may encounter when upgrading | ||||
your ports. We try our best to minimize these disruptions, but sometimes | your ports. We try our best to minimize these disruptions, but sometimes | ||||
they are unavoidable. | they are unavoidable. | ||||
You should get into the habit of checking this file for changes each time | You should get into the habit of checking this file for changes each time | ||||
you update your ports collection, before attempting any port upgrades. | you update your ports collection, before attempting any port upgrades. | ||||
20160616 | |||||
AFFECTS: users of security/openssl*, security/libressl* | |||||
AUTHOR: mat@FreeBSD.org | |||||
Previously, to tell the ports tree, you needed to set: | |||||
WITH_OPENSSL_PORT=yes | |||||
And if you wanted a port that was not security/openssl, you needed to add, | |||||
for example: | |||||
OPENSSL_PORT= security/libressl | |||||
Now, all you need to do is: | |||||
DEFAULT_VERSIONS+= ssl=libressl | |||||
Valid values are base, openssl, openssl-devel, libressl, and libressl-devel. | |||||
20160614 | 20160614 | ||||
AFFECTS: users of www/node, www/node5, and www/node4 | AFFECTS: users of www/node, www/node5, and www/node4 | ||||
AUTHOR: adamw@FreeBSD.org | AUTHOR: adamw@FreeBSD.org | ||||
node now prefers a few libraries from ports to the versions bundled | node now prefers a few libraries from ports to the versions bundled | ||||
with node. However, node cannot use the libssl from LibreSSL. If you | with node. However, node cannot use the libssl from LibreSSL. If you | ||||
are using LibreSSL as your SSL provider, you must enable the | are using LibreSSL as your SSL provider, you must enable the | ||||
"BUNDLED_SSL" option when building node. | "BUNDLED_SSL" option when building node. | ||||
▲ Show 20 Lines • Show All 13,196 Lines • Show Last 20 Lines |