aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-16 13:22:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-16 13:22:58 +0000
commit769a9f1570ce818b49b6170bf5745363ffbe79e0 (patch)
tree92ed59a35542efac0144515d49a9237c6f9b3fb7 /UPDATING
parent2bcdb56fd2a8f09532301dc370589f6b829bfced (diff)
downloadports-769a9f1570ce818b49b6170bf5745363ffbe79e0.tar.gz
ports-769a9f1570ce818b49b6170bf5745363ffbe79e0.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
Notes
Notes: svn path=/head/; revision=416965
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5f4b4e24a281..70aa47663461 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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