git: 0646643ef51b - main - dns/bind9*: add a comment about nsupdate being broken with heimdal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jan 2024 08:50:33 UTC
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0646643ef51ba3867d5dfaabc13fcec111e74abe
commit 0646643ef51ba3867d5dfaabc13fcec111e74abe
Author: Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2024-01-14 08:49:03 +0000
Commit: Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2024-01-14 08:50:10 +0000
dns/bind9*: add a comment about nsupdate being broken with heimdal
PR: 275241
---
dns/bind9-devel/Makefile | 4 ++--
dns/bind916/Makefile | 4 ++--
dns/bind918/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 7fe877aff714..a7a22394f966 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -112,8 +112,8 @@ OPTIONS_SUB= yes
DNSTAP_DESC= Provides fast passive logging of DNS messages
FIXED_RRSET_DESC= Enable fixed rrset ordering
-GSSAPI_BASE_DESC= Using Heimdal in base
-GSSAPI_HEIMDAL_DESC= Using security/heimdal
+GSSAPI_BASE_DESC= Using Heimdal in base (nsupdate is broken)
+GSSAPI_HEIMDAL_DESC= Using security/heimdal (nsupdate is broken)
GSSAPI_MIT_DESC= Using security/krb5
GSSAPI_NONE_DESC= Disable
LARGE_FILE_DESC= 64-bit file support
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile
index 7fa79f9bb661..784f34b0e36c 100644
--- a/dns/bind916/Makefile
+++ b/dns/bind916/Makefile
@@ -79,8 +79,8 @@ DLZ_POSTGRESQL_DESC= DLZ Postgres driver
DLZ_STUB_DESC= DLZ stub driver
DNSTAP_DESC= Provides fast passive logging of DNS messages
FIXED_RRSET_DESC= Enable fixed rrset ordering
-GSSAPI_BASE_DESC= Using Heimdal in base
-GSSAPI_HEIMDAL_DESC= Using security/heimdal
+GSSAPI_BASE_DESC= Using Heimdal in base (nsupdate is broken)
+GSSAPI_HEIMDAL_DESC= Using security/heimdal (nsupdate is broken)
GSSAPI_MIT_DESC= Using security/krb5
GSSAPI_NONE_DESC= Disable
LARGE_FILE_DESC= 64-bit file support
diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index b4384690fe4f..a75d1067643e 100644
--- a/dns/bind918/Makefile
+++ b/dns/bind918/Makefile
@@ -95,8 +95,8 @@ OPTIONS_SUB= yes
DNSTAP_DESC= Provides fast passive logging of DNS messages
FIXED_RRSET_DESC= Enable fixed rrset ordering
-GSSAPI_BASE_DESC= Using Heimdal in base
-GSSAPI_HEIMDAL_DESC= Using security/heimdal
+GSSAPI_BASE_DESC= Using Heimdal in base (nsupdate is broken)
+GSSAPI_HEIMDAL_DESC= Using security/heimdal (nsupdate is broken)
GSSAPI_MIT_DESC= Using security/krb5
GSSAPI_NONE_DESC= Disable
LARGE_FILE_DESC= 64-bit file support