for the "db4" option and just rely on the appropriate BDB_* settings via bdb.buildlink3.mk. Also, we tweak the builtin.mk file so use krb5-config, if it's available, to check the version of the built-in heimdal. Patches patch-ab, patch-ae and patch-af have been sent back upstream and will be incorporated into future Heimdal releases. Changes between version 0.6.5 and version 0.7.1 include: * Support for KCM, a process based credential cache * Support CCAPI credential cache * SPNEGO support * AES (and the gssapi conterpart, CFX) support * Adding new and improve old documentation * Bug fixes
12 lines
350 B
Text
12 lines
350 B
Text
$NetBSD: patch-af,v 1.3 2005/10/26 15:12:45 jlam Exp $
|
|
|
|
--- lib/krb5/Makefile.in.orig 2005-09-09 08:17:31.000000000 -0400
|
|
+++ lib/krb5/Makefile.in
|
|
@@ -737,6 +737,7 @@ man_MANS = \
|
|
krb5_rcache.3 \
|
|
krb5_rd_error.3 \
|
|
krb5_set_default_realm.3 \
|
|
+ krb5_set_password.3 \
|
|
krb5_storage.3 \
|
|
krb5_string_to_key.3 \
|
|
krb5_ticket.3 \
|