aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2021-08-01 08:31:01 +0000
committerXin LI <delphij@FreeBSD.org>2021-08-01 08:32:35 +0000
commit974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 (patch)
treeb859452da4f6b6583b7d951258145569954d1c63 /CHANGES
parentf120f8cf68b0d0bb041abc594667a66ac695784b (diff)
downloadports-974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70.tar.gz
ports-974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70.zip
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374 Reviewed by: obrien Approved by: portmgr (exp-run by antoine) Differential Revision: https://reviews.freebsd.org/D31301
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e27bd69ff13e..230446349406 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20210801:
+AUTHOR: delphij@FreeBSD.org
+ WANT_OPENLDAP_SASL is removed now that OpenLDAP is always built with
+ SASL support.
+
20210730:
AUTHOR: tcberner@FreeBSD.org