aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-04-02 09:16:02 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-04-02 09:16:02 +0800
commit86cdafeccf6d23cc9b6ca313ddc1e29428f88364 (patch)
tree262aea96abeaaeb5b13a82f2a7391ac350ce389e /UPDATING
parent066d6e1c9a310424fd6dab9bd7c8d78cd2b63058 (diff)
downloadfreebsd-ports-gnome-86cdafeccf6d23cc9b6ca313ddc1e29428f88364.tar.gz
freebsd-ports-gnome-86cdafeccf6d23cc9b6ca313ddc1e29428f88364.tar.zst
freebsd-ports-gnome-86cdafeccf6d23cc9b6ca313ddc1e29428f88364.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
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