d15d0241c8
Major changes in 1.16.2 This is a bug fix release. Fix bugs with concurrent use of MEMORY ccache handles. Fix a KDC crash when falling back between multiple OTP tokens configured for a principal entry. Fix memory bugs when gss_add_cred() is used to create a new credential, and fix a bug where it ignores the desired_name. Fix the behavior of gss_inquire_cred_by_mech() when the credential does not contain an element of the requested mechanism. Make cross-realm S4U2Self requests work on the client when no default_realm is configured. Add a kerberos(7) man page containing documentation of the environment variables that affect Kerberos programs.
15 lines
463 B
Text
15 lines
463 B
Text
$NetBSD: patch-lib_kdb_Makefile.in,v 1.1 2018/12/21 15:45:13 adam Exp $
|
|
|
|
Add two files that need to be generated and otherwise are not
|
|
|
|
--- lib/kdb/Makefile.in.orig 2018-05-03 14:34:47.000000000 +0000
|
|
+++ lib/kdb/Makefile.in
|
|
@@ -63,7 +63,7 @@ check-pytests: t_stringattr
|
|
check-cmocka: t_sort_key_data
|
|
$(RUN_TEST) ./t_sort_key_data > /dev/null
|
|
|
|
-generate-files-mac: darwin.exports
|
|
+generate-files-mac: darwin.exports adb_err.h adb_err.c
|
|
|
|
depend: adb_err.h
|
|
|