diff options
author | Xin LI <delphij@FreeBSD.org> | 2021-08-01 08:31:01 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2021-08-01 08:32:35 +0000 |
commit | 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 (patch) | |
tree | b859452da4f6b6583b7d951258145569954d1c63 /UPDATING | |
parent | f120f8cf68b0d0bb041abc594667a66ac695784b (diff) | |
download | ports-974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70.tar.gz ports-974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70.zip |
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. +20210801: + AFFECTS: users of OpenLDAP + AUTHOR: delphij@FreeBSD.org + + SASL is now always enabled for OpenLDAP. + + If you use portmaster: + portmaster -o net/openldap24-client openldap24-sasl-client + If you use portupgrade: + portupgrade -fo net/openldap24-client openldap24-sasl-client + If you use pkg with binary packages: + pkg set -o net/openldap24-sasl-client:net/openldap24-client + 20210730: AFFECTS: users of multimedia/mlt, multimedia/mlt-qt and multimedia/py-mlt AUTHOR: kde@FreeBSD.org |