aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-02-24 15:22:40 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-02-24 15:22:40 +0000
commit4494d8b75abd4d7d9069ca591b8a20cd66a2ce6d (patch)
tree99313613ddede2c394eee21fd8435b5c3674e12b /UPDATING
parent16e283f7a7331c3bb04ae41f4a449ce9201508bd (diff)
downloadports-4494d8b75abd4d7d9069ca591b8a20cd66a2ce6d.tar.gz
ports-4494d8b75abd4d7d9069ca591b8a20cd66a2ce6d.zip
- Let gnutls look for its configuration files in PREFIX/etc instead of /etc.
- Use --with-default-trust-store-file to set the location of the root certificates so configure doesn't have to autodetect this and the build dependency can be removed. - Define TEST_TARGET. - Remove DOCSDIR. The files are also in PREFIX/share/info. - Use p11-kit-trust as the default PKCS#11 trust store. PR: 235703 Reported by: mi
Notes
Notes: svn path=/head/; revision=493765
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8a94e937feed..fb891e8daec4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20190224:
+ AFFECTS: users of security/gnutls
+ AUTHOR: tijl@FreeBSD.org
+
+ GnuTLS now looks for its configuration files in PREFIX/etc (/usr/local/etc)
+ instead of /etc. If the following files exist they have to be moved. On a
+ default installation these files do not exist.
+
+ /etc/gnutls/default-priorities
+ /etc/gnutls/pkcs11.conf
+ /etc/tpasswd
+ /etc/tpasswd.conf
+
20190215:
AFFECTS: users of net-im/ejabberd
AUTHOR: ashish@FreeBSD.org