summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2008-09-04 21:12:52 +0200
committerJaka Kranjc2008-09-04 21:12:52 +0200
commitaf14af97f0e75ad3c06d4a978caf4bb99461f821 (patch)
tree447bfc6524174b4c2c4aa31def68b2e1ff4049b1
parent2a631aedc9a3b3e9430ca61c3e05b2b9ff4c8221 (diff)
cyrus-sasl: removed krb4 #14707
(cherry-picked from commit 1f817a8884f5f818b79bd40535c2740ef4f16015)
-rwxr-xr-xcrypto/cyrus-sasl/DEPENDS6
-rw-r--r--crypto/cyrus-sasl/HISTORY3
2 files changed, 4 insertions, 5 deletions
diff --git a/crypto/cyrus-sasl/DEPENDS b/crypto/cyrus-sasl/DEPENDS
index 7f440f4ddd..8c83237ba3 100755
--- a/crypto/cyrus-sasl/DEPENDS
+++ b/crypto/cyrus-sasl/DEPENDS
@@ -10,11 +10,7 @@ if [[ "$CS_KERBEROS" == 'y' ]]; then
optional_depends krb5 \
'--enable-gssapi=/usr' \
'--disable-gssapi' \
- 'for Kerberos authentication' &&
- optional_depends krb4 \
- '--enable-krb4' \
- '--disable-krb4' \
- 'for Kerberos 4 authentication (not recommended)'
+ 'for Kerberos authentication'
fi &&
if [[ "$CS_MECH" =~ 'saslauthd' ]]; then
case "$CS_SASLD" in
diff --git a/crypto/cyrus-sasl/HISTORY b/crypto/cyrus-sasl/HISTORY
index a390a6662d..4dadf93eb6 100644
--- a/crypto/cyrus-sasl/HISTORY
+++ b/crypto/cyrus-sasl/HISTORY
@@ -1,3 +1,6 @@
+2008-09-04 Ladislav Hagara <hgr@vabo.cz>
+ * DPEENDS: removed krb4 #14707
+
2008-03-22 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Depends on e2fsprogs from libcom_err