diff options
author | tls <tls> | 2007-06-25 23:53:28 +0000 |
---|---|---|
committer | tls <tls> | 2007-06-25 23:53:28 +0000 |
commit | 31bb7f0a98f61462daa62f9c516eded7eb1fbad3 (patch) | |
tree | 9773667f40ab4f54acddab14ccbfa81eab3b0056 /security | |
parent | 592cc9679853fc6909c412d5e79f7785c465a5c8 (diff) | |
download | pkgsrc-31bb7f0a98f61462daa62f9c516eded7eb1fbad3.tar.gz |
Add file omitted from previous commit.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/patches/patch-ai | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/sudo/patches/patch-ai b/security/sudo/patches/patch-ai new file mode 100644 index 00000000000..9d76e6ecda0 --- /dev/null +++ b/security/sudo/patches/patch-ai @@ -0,0 +1,21 @@ +$NetBSD: patch-ai,v 1.1 2007/06/25 23:53:28 tls Exp $ + +--- auth/kerb5.c.orig 2005-03-29 23:38:36.000000000 -0500 ++++ auth/kerb5.c 2007-06-25 04:51:20.000000000 -0400 +@@ -57,7 +57,7 @@ + #ifdef HAVE_HEIMDAL + # define extract_name(c, p) krb5_principal_get_comp_string(c, p, 1) + # define krb5_free_data_contents(c, d) krb5_data_free(d) +-# define ENCTYPE_DES_CBC_MD5 ETYPE_DES_CBC_MD5 /* XXX */ ++# define ENCTYPE_DES_CBC_MD5 0 /* 0 is wildcard */ + #else + # define extract_name(c, p) (krb5_princ_component(c, p, 1)->data) + #endif +@@ -274,7 +274,6 @@ + log_error(NO_EXIT, + "%s: host service key not found: %s", auth_name, + error_message(error)); +- error = 0; + goto cleanup; + } + if (keyblock) |