diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-04-02 09:16:02 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-04-02 09:16:02 +0800 |
commit | 86cdafeccf6d23cc9b6ca313ddc1e29428f88364 (patch) | |
tree | 262aea96abeaaeb5b13a82f2a7391ac350ce389e /UPDATING | |
parent | 066d6e1c9a310424fd6dab9bd7c8d78cd2b63058 (diff) | |
download | freebsd-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-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |