diff options
author | mat <mat@FreeBSD.org> | 2016-06-16 21:22:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-16 21:22:58 +0800 |
commit | 56be8553fe553c4526347278fbdd90ec4156eb14 (patch) | |
tree | 92ed59a35542efac0144515d49a9237c6f9b3fb7 /UPDATING | |
parent | 704833a8a2f2565c3e7db684e85c759a2113dc3f (diff) | |
download | freebsd-ports-gnome-56be8553fe553c4526347278fbdd90ec4156eb14.tar.gz freebsd-ports-gnome-56be8553fe553c4526347278fbdd90ec4156eb14.tar.zst freebsd-ports-gnome-56be8553fe553c4526347278fbdd90ec4156eb14.zip |
Add DEFAULT_VERSIONS=ssl=XXX
Move the openssl detection routine to bsd.default-version.mk.
Add warnings telling people to not use WITH_OPENSSL_PORT or
WITH_OPENSSL_BASE.
To ease maintainability, change the way the different ssl libraries
version numbers are checked.
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5,6 +5,25 @@ they are unavoidable. You should get into the habit of checking this file for changes each time 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 AFFECTS: users of www/node, www/node5, and www/node4 AUTHOR: adamw@FreeBSD.org |