aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-02 01:16:02 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-02 01:16:02 +0000
commit05c72c0613be6c0c0d5fb5361c5ff83ff3818164 (patch)
tree262aea96abeaaeb5b13a82f2a7391ac350ce389e /UPDATING
parent03622e1696a5f28e57302be36c06b3a6be652ed3 (diff)
downloadports-05c72c0613be6c0c0d5fb5361c5ff83ff3818164.tar.gz
ports-05c72c0613be6c0c0d5fb5361c5ff83ff3818164.zip
- Hide libdane support behind option LIBDANE
- Disable by default as it ends up pulling in openssl via unbound, which is odd for gnutls3 to do. PR: ports/188184 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com> (based on) Discussed with: wg
Notes
Notes: svn path=/head/; revision=349899
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 24a3504bb2c5..fcc2907e46ba 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ 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.
+20140401:
+ AFFECTS: users of security/gnutls3
+ AUTHOR: bdrewery@FreeBSD.org
+
+ Libdane support is no longer enabled by default. Rebuild the port with
+ the LIBDANE option if danetool is desired.
+
20140331:
AFFECTS: users of print/cups-client and print/cups-image
AUTHOR: bsam@FreeBSD.org